]> gitweb.fluxo.info Git - puppet-stdlib.git/commitdiff
Update gemspec for 4.0.0
authorJeff McCune <jeff@puppetlabs.com>
Thu, 11 Apr 2013 21:14:02 +0000 (14:14 -0700)
committerJeff McCune <jeff@puppetlabs.com>
Thu, 11 Apr 2013 21:14:02 +0000 (14:14 -0700)
.gemspec

index 805e170e1ab80bd431f1cab11852568451902420..3e7f774cd9caf853d5457bd77fa9feeeffa04383 100644 (file)
--- a/.gemspec
+++ b/.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."