[DRE-commits] [librarian-puppet] 20/153: Issue #228 Add more docs on ruby 1.9 requirement in 1.1

Stig Sandbeck Mathisen ssm at debian.org
Wed Jun 1 20:30:34 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 70c829df3dcc112b0a2a68a663512b54a3a7c5ac
Author: Carlos Sanchez <csanchez at maestrodev.com>
Date:   Wed Jul 9 11:50:08 2014 +0200

    Issue #228 Add more docs on ruby 1.9 requirement in 1.1
---
 Changelog.md | 6 +++++-
 README.md    | 7 +++++++
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/Changelog.md b/Changelog.md
index 7db7807..fcb5580 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,4 +1,6 @@
-## Changelog
+# Changelog
+
+## 1.1.x: Requires Ruby >= 1.9, uses Puppet Forge API v3
 
 ### 1.1.2
 
@@ -16,6 +18,8 @@
    * 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.4
 
  * [Issue #231](https://github.com/rodjek/librarian-puppet/issues/231) Only use the GITHUB_API_TOKEN if it's not empty
diff --git a/README.md b/README.md
index 636dfba..6ac46ca 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,13 @@ It is based on [Librarian](https://github.com/applicationsonline/librarian), a
 framework for writing bundlers, which are tools that resolve, fetch, install,
 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.
+
+See the [Changelog](Changelog.md) for more details.
+
 ## The Puppetfile
 
 Every Puppet repository that uses Librarian-puppet will have a file named

-- 
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