Skip to content

Commit 0e06cd6

Browse files
jordanbreen28jordanbreen28
authored andcommitted
(CAT-1235) - Remove owner
1 parent bc04037 commit 0e06cd6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

rspec-puppet.gemspec

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ 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`.
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)