We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21fe3f2 + 3f3df95 commit 8b72e7aCopy full SHA for 8b72e7a
rspec-puppet.gemspec
@@ -9,7 +9,11 @@ Gem::Specification.new do |s|
9
s.version = RSpecPuppet::VERSION
10
s.homepage = 'https://github.com/puppetlabs/rspec-puppet/'
11
s.summary = 'RSpec tests for your Puppet manifests'
12
- s.description = 'RSpec tests for your Puppet manifests'
+ 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
17
s.license = 'MIT'
18
19
s.executables = ['rspec-puppet-init']
0 commit comments