index_shotgun.gemspec in index_shotgun-0.2.1 vs index_shotgun.gemspec in index_shotgun-0.3.0
- old
+ new
@@ -12,10 +12,10 @@
spec.summary = "duplicate index checker"
spec.description = "duplicate index checker"
spec.homepage = "https://github.com/sue445/index_shotgun"
spec.license = "MIT"
- spec.required_ruby_version = ">= 2.1.0"
+ spec.required_ruby_version = ">= 2.1"
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]