From 25b670e6f6c52e84e28bbe4810f949b467a9b2d8 Mon Sep 17 00:00:00 2001 From: Jeff McCune Date: Thu, 11 Apr 2013 13:44:05 -0700 Subject: Update Modulefile, README, CHANGELOG for stdlib-4.0.0 --- Modulefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Modulefile') diff --git a/Modulefile b/Modulefile index 34564fa..72a0b1b 100644 --- a/Modulefile +++ b/Modulefile @@ -1,6 +1,6 @@ name 'puppetlabs-stdlib' -version '3.2.0' -source 'git://github.com/puppetlabs/puppetlabs-stdlib' +version '4.0.0' +source 'git://github.com/puppetlabs/puppetlabs-stdlib.git' author 'puppetlabs' license 'Apache 2.0' summary 'Puppet Module Standard Library' -- cgit v1.2.3 From 77b883cae18c03772f9827777444a8c999480b54 Mon Sep 17 00:00:00 2001 From: Jeff McCune Date: Thu, 11 Apr 2013 14:31:29 -0700 Subject: Update gemspec, CHANGELOG, Modulefile for 4.0.1 --- Modulefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Modulefile') diff --git a/Modulefile b/Modulefile index 72a0b1b..ee48223 100644 --- a/Modulefile +++ b/Modulefile @@ -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' -- cgit v1.2.3 From 5e0b90ed65b82cb3a88888b33262dec4fa32d975 Mon Sep 17 00:00:00 2001 From: Jeff McCune Date: Fri, 12 Apr 2013 09:23:34 -0700 Subject: Update gemspec, Modulefile, CHANGELOG for 4.0.2 Without this patch the information displayed on rubygems.org does not clearly convey the intent of the Gem format of stdlib from the official puppet module format of stdlib. This is a problem because end users might get confused and start installing stdlib from rubygems.org This patch addresses the problem by making it clear that the gem version of stdlib is not intended for end users, but rather is specifically intended to make it easier for other module authors to depend on stdlib and have that dependency automatically resolved using a Gemfile. [ci skip] --- Modulefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Modulefile') diff --git a/Modulefile b/Modulefile index ee48223..74304e5 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'puppetlabs-stdlib' -version '4.0.1' +version '4.0.2' source 'git://github.com/puppetlabs/puppetlabs-stdlib.git' author 'puppetlabs' license 'Apache 2.0' -- cgit v1.2.3 From 5c6038458b2836182c0224385779e1e68e8426ab Mon Sep 17 00:00:00 2001 From: Ryan Coleman Date: Fri, 10 May 2013 09:54:39 -0700 Subject: Update Modulefile, CHANGELOG for version 4.1.0 This commit alters the module metadata to indicate a 4.1.0 version release for the Puppet Forge. It contains backwards compatible features, refactors and bug fixes. CHANGELOG updated by JJM --- Modulefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Modulefile') diff --git a/Modulefile b/Modulefile index 74304e5..9d2e8c2 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'puppetlabs-stdlib' -version '4.0.2' +version '4.1.0' source 'git://github.com/puppetlabs/puppetlabs-stdlib.git' author 'puppetlabs' license 'Apache 2.0' -- cgit v1.2.3