egregious.gemspec in egregious-0.2.3 vs egregious.gemspec in egregious-0.2.4

- old
+ new

@@ -8,10 +8,10 @@ s.authors = ["Russell Edens"] s.email = ["rx@voomify.com"] s.homepage = "http://github.com/voomify/egregious" s.summary = %q{Egregious is a rails based exception handling gem for well defined http exception handling for json, xml and html. Requires Rails 3.x.} s.description = %q{Egregious is a rails based exception handling gem for well defined http exception handling for json, xml and html. Requires Rails 3.x.} - + s.license = 'MIT' s.rubyforge_project = "egregious" 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) }