Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions rspec-puppet.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'rspec-puppet/version'

Gem::Specification.new do |s|
s.name = 'rspec-puppet'
s.name = 'puppetlabs-rspec-puppet'
s.version = RSpecPuppet::VERSION
s.homepage = 'https://github.com/puppetlabs/rspec-puppet/'
s.summary = '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'

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

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

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