Skip to content

Commit bd88d3c

Browse files
committed
(CAT-1248) Update Published Name and Owner
Gem is to be re-published under the name `puppetlabs-puppet-lint` in order to fully move it under the ownership of `Puppet`. Author is not being touched.
1 parent dcff4a1 commit bd88d3c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

puppet-lint.gemspec

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

44
Gem::Specification.new do |spec|
5-
spec.name = 'puppet-lint'
5+
spec.name = 'puppetlabs-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 a new namespace and as such any future updates from
12-
the Puppet team will be released as `puppetlabs-puppet-lint`.
1311
EOF
1412

1513
spec.files = Dir[
@@ -29,7 +27,6 @@ Gem::Specification.new do |spec|
2927
'Community Contributors',
3028
]
3129
spec.email = [
32-
'tim@sharpe.id.au',
3330
'modules-team@puppet.com',
3431
]
3532
spec.license = 'MIT'

0 commit comments

Comments
 (0)