glyptodont.gemspec in glyptodont-0.2.0 vs glyptodont.gemspec in glyptodont-0.3.0

- old
+ new

@@ -9,17 +9,18 @@ spec.version = Glyptodont::VERSION spec.authors = ["Pete Johns"] spec.email = ["paj+github@johnsy.com"] spec.summary = "A bit like `git grep 'T0D0'`, but better." # .tr("0", "O") - spec.description = "Use this gem if you have ever deployed code to production without doing all of your to-dos" + spec.description = "Use this gem if you want to avoid deploying code to production without doing all of your to-dos" spec.homepage = GITHUB_URL spec.license = "MIT" - spec.required_ruby_version = Gem::Requirement.new(">= 2.4.0") + spec.required_ruby_version = Gem::Requirement.new(">= 2.5") spec.metadata["homepage_uri"] = spec.homepage spec.metadata["source_code_uri"] = GITHUB_URL spec.metadata["changelog_uri"] = "#{GITHUB_URL}blob/HEAD/CHANGELOG.md" + spec.metadata["rubygems_mfa_required"] = "true" spec.files = Dir.chdir(File.expand_path(__dir__)) do `git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A(?:test|spec|features)/}) } end spec.bindir = "exe"