Update gemspec for 4.0.0
This commit is contained in:
parent
ddfafc4a85
commit
475e29f698
1 changed files with 6 additions and 3 deletions
9
.gemspec
9
.gemspec
|
@ -4,7 +4,7 @@
|
|||
Gem::Specification.new do |s|
|
||||
s.name = "puppetmodule-stdlib"
|
||||
|
||||
s.version = "3.2.0"
|
||||
s.version = "4.0.0"
|
||||
|
||||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||
s.authors = ["Puppet Labs"]
|
||||
|
@ -12,11 +12,14 @@ Gem::Specification.new do |s|
|
|||
s.description = "Puppet Labs Standard Library module"
|
||||
s.email = "support@puppetlabs.com"
|
||||
s.executables = []
|
||||
s.files = []
|
||||
s.files = [ 'CHANGELOG', 'CONTRIBUTING.md', 'Gemfile', 'LICENSE', 'Modulefile',
|
||||
'README.markdown', 'README_DEVELOPER.markdown', 'RELEASE_PROCESS.markdown',
|
||||
'Rakefile', 'spec/spec.opts' ]
|
||||
s.files += Dir['lib/**/*.rb'] + Dir['manifests/**/*.pp'] + Dir['tests/**/*.pp'] + Dir['spec/**/*.rb']
|
||||
s.homepage = "https://github.com/puppetlabs/puppetlabs-stdlib"
|
||||
s.rdoc_options = ["--title", "Puppet Standard Library Module", "--main", "README.markdown", "--line-numbers"]
|
||||
s.require_paths = ["lib"]
|
||||
s.rubyforge_project = "puppetmodule_stdlib"
|
||||
s.rubyforge_project = "puppetmodule-stdlib"
|
||||
s.rubygems_version = "1.8.24"
|
||||
s.summary = "This module provides a standard library of resources for developing Puppet Modules."
|
||||
|
||||
|
|
Loading…
Reference in a new issue