Skip to content

Commit d22b59c

Browse files
committed
Revert "(CAT-1235) - Remove owner"
This reverts commit b83f2f4.
1 parent a9620d5 commit d22b59c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

rspec-puppet.gemspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Gem::Specification.new do |s|
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`.
1416
DESC
1517
s.license = 'MIT'
1618

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

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

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

0 commit comments

Comments
 (0)