grape.gemspec in grape-0.12.0 vs grape.gemspec in grape-0.13.0

- old
+ new

@@ -5,15 +5,13 @@ s.name = 'grape' s.version = Grape::VERSION s.platform = Gem::Platform::RUBY s.authors = ['Michael Bleigh'] s.email = ['michael@intridea.com'] - s.homepage = 'https://github.com/intridea/grape' + s.homepage = 'https://github.com/ruby-grape/grape' s.summary = 'A simple Ruby framework for building REST-like APIs.' s.description = 'A Ruby framework for rapid API development with great conventions.' s.license = 'MIT' - - s.rubyforge_project = 'grape' s.add_runtime_dependency 'rack', '>= 1.3.0' s.add_runtime_dependency 'rack-mount' s.add_runtime_dependency 'rack-accept' s.add_runtime_dependency 'activesupport'