roar.gemspec in roar-0.11.11 vs roar.gemspec in roar-0.11.12

- old
+ new

@@ -9,10 +9,10 @@ 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.license = 'MIT' s.rubyforge_project = "roar" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }