Update gemspec, CHANGELOG, Modulefile for 4.0.1
This commit is contained in:
parent
ab3e30c025
commit
77b883cae1
3 changed files with 5 additions and 2 deletions
2
.gemspec
2
.gemspec
|
@ -4,7 +4,7 @@
|
|||
Gem::Specification.new do |s|
|
||||
s.name = "puppetmodule-stdlib"
|
||||
|
||||
s.version = "4.0.0"
|
||||
s.version = "4.0.1"
|
||||
|
||||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||
s.authors = ["Puppet Labs"]
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
2013-04-11 - Jeff McCune <jeff@puppetlabs.com> - 4.0.1
|
||||
* Fix README function documentation (ab3e30c)
|
||||
|
||||
2013-04-11 - Jeff McCune <jeff@puppetlabs.com> - 4.0.0
|
||||
* stdlib 4.0 drops support with Puppet 2.7
|
||||
* stdlib 4.0 preserves support with Puppet 3
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name 'puppetlabs-stdlib'
|
||||
version '4.0.0'
|
||||
version '4.0.1'
|
||||
source 'git://github.com/puppetlabs/puppetlabs-stdlib.git'
|
||||
author 'puppetlabs'
|
||||
license 'Apache 2.0'
|
||||
|
|
Loading…
Reference in a new issue