Commit 2c05240f530d58158872671e6936b7d36e388656

Authored by Krzysiek Szczuka
1 parent 7856dcbf
Exists in master

some gemspec desc

Showing 1 changed file with 4 additions and 4 deletions   Show diff stats
letter_avatar.gemspec
... ... @@ -8,10 +8,10 @@ Gem::Specification.new do |spec|
8 8 spec.version = LetterAvatar::VERSION
9 9 spec.authors = ["discourse developers", "Krzysiek Szczuka"]
10 10 spec.email = ["kszczuka@gmail.com"]
11   - spec.description = %q{TODO: Write a gem description}
12   - spec.summary = %q{TODO: Write a gem summary}
13   - spec.homepage = ""
14   - spec.license = "MIT"
  11 + spec.description = %q{Gem for creating letter avatar from user's name}
  12 + spec.summary = %q{Create nice initals avatars from your users usernames}
  13 + spec.homepage = "https://github.com/ksz2k/letter_avatar"
  14 + spec.license = "GPL"
15 15  
16 16 spec.rubyforge_project = "letter_avatar"
17 17  
... ...