testrocket.gemspec in testrocket-0.0.1 vs testrocket.gemspec in testrocket-0.0.2

- old
+ new

@@ -4,14 +4,14 @@ Gem::Specification.new do |s| s.name = "testrocket" s.version = Testrocket::VERSION s.platform = Gem::Platform::RUBY - s.authors = ["Peter Cooper"] - s.email = ["git@peterc.org"] + s.authors = ["Peter Cooper","Christoph Grabo"] + s.email = ["git@peterc.org","chris@dinarrr.com"] s.homepage = "http://github.com/peterc/testrocket" - s.summary = %q{A super lightweight testing library for Ruby} - s.description = %q{A super lightweight testing library for Ruby} + s.summary = %q{A super lightweight lamdba-based testing library for Ruby} + s.description = %q{A super lightweight lamdba-based testing library for Ruby} s.rubyforge_project = "testrocket" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")