Skip to content

Commit

Permalink
Update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mynyml committed Feb 11, 2010
1 parent 2bc783b commit 1cdcc15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harmony.gemspec
Expand Up @@ -3,7 +3,7 @@ require 'lib/harmony'
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "harmony" s.name = "harmony"
s.summary = "Javascript + DOM in your ruby, the simple way" s.summary = "Javascript + DOM in your ruby, the simple way"
s.description = "yo dawg, i heard you liked developing web apps while using ruby on the cmd line, so i added javascript and a DOM in your ruby so you could js the dom without browser while you code in your editor" s.description = "Javascript + DOM in your ruby, the simple way."
s.author = "mynyml" s.author = "mynyml"
s.email = "mynyml@gmail.com" s.email = "mynyml@gmail.com"
s.homepage = "http://github.com/mynyml/harmony" s.homepage = "http://github.com/mynyml/harmony"
Expand Down

0 comments on commit 1cdcc15

Please sign in to comment.