poke_js.gemspec in poke_js-0.1.3 vs poke_js.gemspec in poke_js-0.1.4

- old
+ new

@@ -6,11 +6,11 @@ Gem::Specification.new do |gem| gem.name = "poke_js" gem.version = PokeJs::VERSION gem.authors = ["s12chung"] gem.email = ["steve@placemarklist.com"] - gem.description = %q{ Moves all javascript into assets js files using the Garber-Irish Implementation } - gem.summary = %q{ Moves all javascript into assets js files using the Garber-Irish Implementation } + gem.description = %q{ Auto-magical scaffolding for the Garber-Irish Implementation way of organizing your javascript. } + gem.summary = %q{ Auto-magical scaffolding for the Garber-Irish Implementation way of organizing your javascript. } gem.homepage = "" gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/})