From be63252911f724566970c2c033518910fb688902 Mon Sep 17 00:00:00 2001 From: jordanbreen28 Date: Tue, 21 Nov 2023 11:52:47 +0000 Subject: [PATCH] (maint) - Release prep v4.2.2 --- lib/puppet-lint/version.rb | 2 +- puppet-lint.gemspec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/puppet-lint/version.rb b/lib/puppet-lint/version.rb index 41cf93c2..e20028d9 100644 --- a/lib/puppet-lint/version.rb +++ b/lib/puppet-lint/version.rb @@ -1,3 +1,3 @@ class PuppetLint - VERSION = '5.0.0'.freeze + VERSION = '4.2.2'.freeze end diff --git a/puppet-lint.gemspec b/puppet-lint.gemspec index fc49f4b6..4989f4c8 100644 --- a/puppet-lint.gemspec +++ b/puppet-lint.gemspec @@ -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[ @@ -27,6 +29,7 @@ Gem::Specification.new do |spec| 'Community Contributors', ] spec.email = [ + 'tim@sharpe.id.au', 'modules-team@puppet.com', ] spec.license = 'MIT'