Skip to content

Commit 475e29f

Browse files
author
Jeff McCune
committed
Update gemspec for 4.0.0
1 parent ddfafc4 commit 475e29f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.gemspec

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,22 @@
44
Gem::Specification.new do |s|
55
s.name = "puppetmodule-stdlib"
66

7-
s.version = "3.2.0"
7+
s.version = "4.0.0"
88

99
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1010
s.authors = ["Puppet Labs"]
1111
s.date = "2013-04-10"
1212
s.description = "Puppet Labs Standard Library module"
1313
s.email = "[email protected]"
1414
s.executables = []
15-
s.files = []
15+
s.files = [ 'CHANGELOG', 'CONTRIBUTING.md', 'Gemfile', 'LICENSE', 'Modulefile',
16+
'README.markdown', 'README_DEVELOPER.markdown', 'RELEASE_PROCESS.markdown',
17+
'Rakefile', 'spec/spec.opts' ]
18+
s.files += Dir['lib/**/*.rb'] + Dir['manifests/**/*.pp'] + Dir['tests/**/*.pp'] + Dir['spec/**/*.rb']
1619
s.homepage = "https://github.com/puppetlabs/puppetlabs-stdlib"
1720
s.rdoc_options = ["--title", "Puppet Standard Library Module", "--main", "README.markdown", "--line-numbers"]
1821
s.require_paths = ["lib"]
19-
s.rubyforge_project = "puppetmodule_stdlib"
22+
s.rubyforge_project = "puppetmodule-stdlib"
2023
s.rubygems_version = "1.8.24"
2124
s.summary = "This module provides a standard library of resources for developing Puppet Modules."
2225

0 commit comments

Comments
 (0)