Skip to content

Commit

Permalink
(maint) - Release prep v4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbreen28 committed Nov 21, 2023
1 parent 1be24a2 commit be63252
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/puppet-lint/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class PuppetLint
VERSION = '5.0.0'.freeze
VERSION = '4.2.2'.freeze
end
5 changes: 4 additions & 1 deletion puppet-lint.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ $LOAD_PATH.push(File.expand_path('lib', __dir__))
require 'puppet-lint/version'

Gem::Specification.new do |spec|
spec.name = 'puppetlabs-puppet-lint'
spec.name = 'puppet-lint'
spec.version = PuppetLint::VERSION.dup
spec.homepage = 'https://github.com/puppetlabs/puppet-lint/'
spec.summary = 'Ensure your Puppet manifests conform with the Puppetlabs style guide'
spec.description = <<-EOF
Checks your Puppet manifests against the Puppetlabs style guide and alerts you to any discrepancies.
Note: Support for this gem has been moved under the github rubygems registry and as such any future updates from
the Puppet team will be released under `https://github.com/orgs/puppetlabs/packages/rubygems/puppet-lint`.
EOF

spec.files = Dir[
Expand All @@ -27,6 +29,7 @@ Gem::Specification.new do |spec|
'Community Contributors',
]
spec.email = [
'tim@sharpe.id.au',
'modules-team@puppet.com',
]
spec.license = 'MIT'
Expand Down

0 comments on commit be63252

Please sign in to comment.