Skip to content

Commit 8b72e7a

Browse files
authored
Merge pull request #77 from puppetlabs/maint-update_gem_desciption
(maint) - Add gem description pointing to new gem
2 parents 21fe3f2 + 3f3df95 commit 8b72e7a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

rspec-puppet.gemspec

+5-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ Gem::Specification.new do |s|
99
s.version = RSpecPuppet::VERSION
1010
s.homepage = 'https://github.com/puppetlabs/rspec-puppet/'
1111
s.summary = 'RSpec tests for your Puppet manifests'
12-
s.description = 'RSpec tests for your Puppet manifests'
12+
s.description = <<-DESC
13+
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`.
16+
DESC
1317
s.license = 'MIT'
1418

1519
s.executables = ['rspec-puppet-init']

0 commit comments

Comments
 (0)