chef-api.gemspec in chef-api-0.6.0 vs chef-api.gemspec in chef-api-0.7.0
- old
+ new
@@ -11,10 +11,10 @@
spec.description = 'A tiny Chef API client with minimal dependencies'
spec.summary = 'A Chef API client in Ruby'
spec.homepage = 'https://github.com/sethvargo/chef-api'
spec.license = 'Apache 2.0'
- spec.required_ruby_version = '>= 2.0'
+ spec.required_ruby_version = '>= 2.1'
spec.files = `git ls-files`.split($/)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']