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] --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index b4cd5e8..26c942e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +2013-04-12 - Jeff McCune - 4.0.2 + * Update user information in gemspec to make the intent of the Gem clear. + 2013-04-11 - Jeff McCune - 4.0.1 * Fix README function documentation (ab3e30c) -- cgit v1.2.3