[DRE-commits] [librarian-puppet] 60/153: Jump to version 2.0.0 to leave 1.x for Ruby 1.8

Stig Sandbeck Mathisen ssm at debian.org
Wed Jun 1 20:30:42 UTC 2016


This is an automated email from the git hooks/post-receive script.

ssm pushed a commit to branch master
in repository librarian-puppet.

commit 24e748faef696d9136a91e4621feca3188bfd051
Author: Carlos Sanchez <csanchez at maestrodev.com>
Date:   Fri Oct 3 08:46:28 2014 +0200

    Jump to version 2.0.0 to leave 1.x for Ruby 1.8
---
 Changelog.md                    | 14 +++++++++++---
 README.md                       |  4 ++--
 lib/librarian/puppet/version.rb |  2 +-
 librarian-puppet.gemspec        |  2 +-
 4 files changed, 15 insertions(+), 7 deletions(-)

diff --git a/Changelog.md b/Changelog.md
index 2033e16..3fe7c8a 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,6 +1,16 @@
 # Changelog
 
-## From 1.1.x Librarian-Puppet requires Ruby >= 1.9, uses Puppet Forge API v3. For Ruby 1.8 use 1.0.x
+## From 2.x Librarian-Puppet requires Ruby >= 1.9, uses Puppet Forge API v3. For Ruby 1.8 use 1.x
+
+### 2.0.0
+
+ * Jump from 1.3.x to 2.x to leave 1.x for Ruby 1.8 compatibility
+ * [Issue #254](https://github.com/rodjek/librarian-puppet/issues/254) Add a rsync option to prevent deleting directories
+
+### 1.4.0
+
+ * Jump from 1.0.x to 1.4.x to keep Ruby 1.8 compatibility in the 1.x series
+ * [Issue #254](https://github.com/rodjek/librarian-puppet/issues/254) Add a rsync option to prevent deleting directories
 
 ### 1.3.3
 
@@ -48,8 +58,6 @@
    * Accesing the v3 API requires Ruby 1.9 due to the puppet_forge library used
 
 
-## 1.0.x: Works on Ruby 1.8, using Puppet Forge API v1
-
 ### 1.0.10
 
  * [Issue #250](https://github.com/rodjek/librarian-puppet/issues/250) Fix error when module has no dependencies in `metadata.json`
diff --git a/README.md b/README.md
index 113009e..5dbdc1c 100644
--- a/README.md
+++ b/README.md
@@ -30,8 +30,8 @@ and isolate a project's dependencies.
 
 ## Versions
 
-Librarian-puppet >= 1.1.0 requires Ruby 1.9 and uses the Puppet Forge API v3.
-Versions < 1.1.0 works on Ruby 1.8.
+Librarian-puppet >= 2.0 requires Ruby 1.9 and uses the Puppet Forge API v3.
+Versions < 2.0 work on Ruby 1.8.
 
 See the [Changelog](Changelog.md) for more details.
 
diff --git a/lib/librarian/puppet/version.rb b/lib/librarian/puppet/version.rb
index 3c8d03c..3baf752 100644
--- a/lib/librarian/puppet/version.rb
+++ b/lib/librarian/puppet/version.rb
@@ -1,5 +1,5 @@
 module Librarian
   module Puppet
-    VERSION = "1.3.3"
+    VERSION = "2.0.0"
   end
 end
diff --git a/librarian-puppet.gemspec b/librarian-puppet.gemspec
index ed7240e..0338713 100644
--- a/librarian-puppet.gemspec
+++ b/librarian-puppet.gemspec
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
   automatically pulling in modules from the forge and git repositories with
   a single command.'
 
-  # puppet_forge gem requires ruby 1.9 so we do too, use version 1.0.x in ruby 1.8
+  # puppet_forge gem requires ruby 1.9 so we do too, use version 1.x in ruby 1.8
   s.required_ruby_version = '>= 1.9.0'
 
   s.files = [

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/librarian-puppet.git



More information about the Pkg-ruby-extras-commits mailing list