Skip to content

Commit e981b19

Browse files
authored
Merge pull request #178 from puppetlabs/maint-release_prep
(maint) - Release prep v4.2.2
2 parents 1be24a2 + be63252 commit e981b19

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

lib/puppet-lint/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class PuppetLint
2-
VERSION = '5.0.0'.freeze
2+
VERSION = '4.2.2'.freeze
33
end

puppet-lint.gemspec

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@ $LOAD_PATH.push(File.expand_path('lib', __dir__))
22
require 'puppet-lint/version'
33

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

1315
spec.files = Dir[
@@ -27,6 +29,7 @@ Gem::Specification.new do |spec|
2729
'Community Contributors',
2830
]
2931
spec.email = [
32+
3033
3134
]
3235
spec.license = 'MIT'

0 commit comments

Comments
 (0)