roar.gemspec in roar-1.0.0 vs roar.gemspec in roar-1.0.1

- old
+ new

@@ -6,11 +6,11 @@ s.version = Roar::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Nick Sutterer"] s.email = ["apotonick@gmail.com"] s.homepage = "http://rubygems.org/gems/roar" - s.summary = %q{Resource-oriented architectures in Ruby.} - s.description = %q{Streamlines the development of RESTful, resource-oriented architectures in Ruby.} + s.summary = %q{Parse and render REST API documents using representers.} + s.description = %q{Object-oriented representers help you defining nested REST API documents which can then be rendered and parsed using one and the same concept.} s.license = 'MIT' s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }