groupie.gemspec in groupie-0.5.0 vs groupie.gemspec in groupie-0.6.0
- old
+ new
@@ -11,10 +11,12 @@
spec.summary = 'Library to help you group texts and classify new ones'
spec.description = 'Groupie is a simple way to group texts and classify new texts as being a likely member' \
' of one of the defined groups. Think of bayesian spam filters.'
spec.homepage = 'https://github.com/Narnach/groupie'
spec.license = 'MIT'
- spec.required_ruby_version = '>= 2.6.0' # EOL for 2.6 is 2022-03-31, so support this as the minimum for now
+ # Ruby maintains support for the last 3-4 minor versions, so that's what we do as well.
+ # See: https://www.ruby-lang.org/en/downloads/branches/
+ spec.required_ruby_version = '>= 2.7.0'
spec.metadata['homepage_uri'] = spec.homepage
spec.metadata['source_code_uri'] = 'https://github.com/Narnach/groupie'
spec.metadata['changelog_uri'] = 'https://github.com/Narnach/groupie/blob/stable/CHANGELOG.md'
# Require multi-factor authentication to publish the gem