Skip to content

Commit 77b883c

Browse files
author
Jeff McCune
committed
Update gemspec, CHANGELOG, Modulefile for 4.0.1
1 parent ab3e30c commit 77b883c

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Gem::Specification.new do |s|
55
s.name = "puppetmodule-stdlib"
66

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

99
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1010
s.authors = ["Puppet Labs"]

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2013-04-11 - Jeff McCune <[email protected]> - 4.0.1
2+
* Fix README function documentation (ab3e30c)
3+
14
2013-04-11 - Jeff McCune <[email protected]> - 4.0.0
25
* stdlib 4.0 drops support with Puppet 2.7
36
* stdlib 4.0 preserves support with Puppet 3

Modulefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name 'puppetlabs-stdlib'
2-
version '4.0.0'
2+
version '4.0.1'
33
source 'git://github.com/puppetlabs/puppetlabs-stdlib.git'
44
author 'puppetlabs'
55
license 'Apache 2.0'

0 commit comments

Comments
 (0)