legion-settings.gemspec in legion-settings-1.1.1 vs legion-settings.gemspec in legion-settings-1.1.2
- old
+ new
@@ -10,9 +10,10 @@
spec.summary = 'Used to load the json settings files'
spec.description = "Based on Sensu's implementation of settings"
spec.homepage = 'https://bitbucket.org/whonodes/legion-settings'
spec.license = 'MIT'
+ spec.required_ruby_version = '>= 2.5.0'
spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})
end
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }