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 467f76e commit 555e063Copy full SHA for 555e063
ruby-shadow.gemspec chef-ruby-shadow.gemspecruby-shadow.gemspec renamed to chef-ruby-shadow.gemspec
@@ -16,9 +16,9 @@ Gem::Specification.new do |spec|
16
spec.files << file.chomp
17
end
18
spec.homepage = 'https://github.com/apalmblad/ruby-shadow'
19
- spec.name = 'ruby-shadow'
20
- spec.required_ruby_version = ['>= 1.8']
+ spec.name = 'chef-ruby-shadow'
+ spec.required_ruby_version = ['>= 3.0']
21
spec.summary = '*nix Shadow Password Module'
22
- spec.version = '2.5.1'
+ spec.version = '3.0.0'
23
spec.license = "Unlicense"
24
0 commit comments