putter.gemspec in putter-0.6.0 vs putter.gemspec in putter-0.6.1
- old
+ new
@@ -12,10 +12,10 @@
spec.description = "Putter provides a variety of methods to easily use puts debugging. It can reveal what methods are called, the arguments that were passed in, and what the result of the method call."
spec.summary = "Putter makes puts debugging easy."
spec.homepage = "https://github.com/dewyze/putter"
spec.license = "MIT"
- spec.required_ruby_version = '~> 2.7'
+ spec.required_ruby_version = '>= 2.7.0'
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
spec.bindir = "bin"
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]