Skip to content

Commit

Permalink
(CAT-1255) Release Gem with reference to the new name
Browse files Browse the repository at this point in the history
  • Loading branch information
david22swan committed Oct 9, 2023
1 parent 96916a4 commit a00d2ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions puppet-lint.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Gem::Specification.new do |spec|
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 a new namespace and as such any future updates from

Check failure on line 11 in puppet-lint.gemspec

View workflow job for this annotation

GitHub Actions / spec (ruby 3.2) / spec

Layout/TrailingWhitespace: Trailing whitespace detected. (https://rubystyle.guide#no-trailing-whitespace)

Check failure on line 11 in puppet-lint.gemspec

View workflow job for this annotation

GitHub Actions / spec (ruby 2.7) / spec

Layout/TrailingWhitespace: Trailing whitespace detected. (https://rubystyle.guide#no-trailing-whitespace)
the Puppet team will be released as `puppetlabs-puppet-lint`.
EOF

spec.files = Dir[
Expand Down

0 comments on commit a00d2ee

Please sign in to comment.