fig_tree.gemspec in fig_tree-0.0.1 vs fig_tree.gemspec in fig_tree-0.0.2
- old
+ new
@@ -10,10 +10,10 @@
spec.authors = ['Daniel Orner']
spec.email = ['daniel.orner@flipp.com']
spec.summary = 'Configuration framework for Ruby.'
spec.homepage = ''
spec.license = 'Apache-2.0'
- spec.required_ruby_version = '2.3'
+ spec.required_ruby_version = '>= 2.3'
spec.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
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']