We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7742fc commit cdfc9ffCopy full SHA for cdfc9ff
skunk.gemspec
@@ -14,6 +14,8 @@ Gem::Specification.new do |spec|
14
spec.description = "Knows how to calculate the SkunkScore for a set of Ruby modules"
15
spec.homepage = "https://github.com/fastruby/skunk"
16
17
+ spec.required_ruby_version = ">= 2.4.0"
18
+
19
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
20
# to allow pushing to a single host or delete this section to allow pushing to any host.
21
if spec.respond_to?(:metadata)
0 commit comments