Skip to content

Commit 5a22182

Browse files
authored
Merge pull request #76 from puppetlabs/CAT-1235-Rename_gem
(CAT-1235) - Rename to puppetlabs-rspec-puppet
2 parents 1a5fd2e + b83f2f4 commit 5a22182

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

rspec-puppet.gemspec

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
55
require 'rspec-puppet/version'
66

77
Gem::Specification.new do |s|
8-
s.name = 'rspec-puppet'
8+
s.name = 'puppetlabs-rspec-puppet'
99
s.version = RSpecPuppet::VERSION
1010
s.homepage = 'https://github.com/puppetlabs/rspec-puppet/'
1111
s.summary = 'RSpec tests for your Puppet manifests'
1212
s.description = <<-DESC
1313
RSpec tests for your Puppet manifests.
14-
Note: Support for this gem has been moved under a new namespace and as such any future updates from
15-
the Puppet team will be released as `puppetlabs-rspec-puppet`.
1614
DESC
1715
s.license = 'MIT'
1816

@@ -23,7 +21,7 @@ Gem::Specification.new do |s|
2321
s.add_dependency 'rspec', '~> 3.0'
2422

2523
s.authors = ['Tim Sharpe', 'Puppet, Inc.', 'Community Contributors']
26-
s.email = ['tim@sharpe.id.au', 'modules-team@puppet.com']
24+
s.email = ['modules-team@puppet.com']
2725
s.metadata['rubygems_mfa_required'] = 'true'
2826

2927
s.required_ruby_version = Gem::Requirement.new('>= 2.7.0')

0 commit comments

Comments
 (0)