Skip to content

Commit

Permalink
Merge pull request #77 from puppetlabs/maint-update_gem_desciption
Browse files Browse the repository at this point in the history
(maint) - Add gem description pointing to new gem
  • Loading branch information
LukasAud authored Oct 9, 2023
2 parents 21fe3f2 + 3f3df95 commit 8b72e7a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion rspec-puppet.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ Gem::Specification.new do |s|
s.version = RSpecPuppet::VERSION
s.homepage = 'https://github.com/puppetlabs/rspec-puppet/'
s.summary = 'RSpec tests for your Puppet manifests'
s.description = 'RSpec tests for your Puppet manifests'
s.description = <<-DESC
RSpec tests for your Puppet manifests.
Note: Support for this gem has been moved under a new namespace and as such any future updates from
the Puppet team will be released as `puppetlabs-rspec-puppet`.
DESC
s.license = 'MIT'

s.executables = ['rspec-puppet-init']
Expand Down

0 comments on commit 8b72e7a

Please sign in to comment.