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.
2 parents 78daf10 + 336dfc5 commit 6fc3d5eCopy full SHA for 6fc3d5e
puppet-lint.gemspec
@@ -13,9 +13,9 @@ Gem::Specification.new do |spec|
13
spec.files = Dir[
14
'README.md',
15
'LICENSE',
16
+ '.rubocop.yml',
17
'lib/**/*',
18
'bin/**/*',
- 'spec/**/*',
19
]
20
spec.executables = Dir['bin/**/*'].map { |f| File.basename(f) }
21
spec.require_paths = ['lib']
@@ -31,5 +31,5 @@ Gem::Specification.new do |spec|
31
32
spec.license = 'MIT'
33
34
- spec.required_ruby_version = Gem::Requirement.new(">= 2.7".freeze)
+ spec.required_ruby_version = Gem::Requirement.new('>= 2.7'.freeze)
35
end
0 commit comments