grape-app.gemspec in grape-app-0.10.0 vs grape-app.gemspec in grape-app-0.10.1

- old
+ new

@@ -1,16 +1,15 @@ Gem::Specification.new do |s| s.name = 'grape-app' - s.version = '0.10.0' + s.version = '0.10.1' s.authors = ['Black Square Media Ltd'] s.email = ['info@blacksquaremedia.com'] s.summary = %(Standalone Grape API apps) s.description = %() s.homepage = 'https://github.com/bsm/grape-app' s.license = 'MIT' s.files = `git ls-files -z`.split("\x0").reject {|f| f.match(%r{^spec/}) } - s.test_files = `git ls-files -z -- spec/*`.split("\x0") s.executables = ['grape-app'] s.require_paths = ['lib'] s.required_ruby_version = '>= 2.7' s.add_dependency 'activesupport'