Skip to content

Commit

Permalink
update gem description
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmycuadra committed Dec 27, 2010
1 parent a3243d2 commit 5324c60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions to_lang.gemspec
Expand Up @@ -8,8 +8,8 @@ Gem::Specification.new do |s|
s.authors = ["Jimmy Cuadra"] s.authors = ["Jimmy Cuadra"]
s.email = ["jimmy@jimmycuadra.com"] s.email = ["jimmy@jimmycuadra.com"]
s.homepage = "https://github.com/jimmycuadra/to_lang" s.homepage = "https://github.com/jimmycuadra/to_lang"
s.summary = %q{A Ruby client for the Google Translate API built directly into String} s.summary = %q{Adds language translation methods to strings, backed by the Google Translate API}
s.description = %q{A Ruby client for the Google Translate API built directly into String} s.description = %q{Adds language translation methods to strings, backed by the Google Translate API}
s.rubyforge_project = s.name s.rubyforge_project = s.name
s.files = `git ls-files`.split("\n") s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit 5324c60

Please sign in to comment.