[DRE-commits] [SCM] rbenv.git branch, master, updated. debian/0.1.2+git20100922-1-15-ga004426

Antonio Terceiro terceiro at debian.org
Tue Jan 10 18:35:54 UTC 2012


The following commit has been merged in the master branch:
commit d6ca31a3967c365cd93578b879a12fea72ab35d2
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Tue Jan 10 14:01:08 2012 -0200

    Document the changes in this version

diff --git a/debian/NEWS b/debian/NEWS
new file mode 100644
index 0000000..19c3087
--- /dev/null
+++ b/debian/NEWS
@@ -0,0 +1,17 @@
+rbenv (0.3.0-1) unstable; urgency=low
+
+  * The rbenv-alternatives plugin in this release changes the interaction with
+    Rubygems: when you use the pseudo interpreters provided by `rbenv
+    alternatives`, the main gems directory will be
+    ~/.rbenv/versions/$version/gems instead of the system gems dir.
+    + This means that `gem install` will install to this new dir, and the installed
+      gems will be available for you to `require` them (of course, on Ruby 1.8
+      we have to require rubygems first).
+    + Programs from gems are available through the standard rbenv mechanism,
+      so they are only available if you are using the same rbenv version you
+      used to install them.
+    + You don't need to use sudo to install gems.
+    + If you do use sudo, the gems will be installed to the system gems
+      directory.
+
+ -- Antonio Terceiro <terceiro at debian.org>  Tue, 10 Jan 2012 13:52:37 -0200
diff --git a/debian/changelog b/debian/changelog
index d51b1ec..35cf150 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,13 @@ rbenv (0.3.0-1) UNRELEASED; urgency=low
 
   [ Antonio Terceiro ]
   * New upstream release.
+  * debian/patches/0001-Add-system-plugins-dir.patch: Read plugins from
+    /usr/lib/rbenv/plugins as well.
+  * The rbenv-alternatives plugin now also sets GEM_HOME so that gems are
+    installed inside ~/.rbenv/versions/$version/gems instead of system-wide.
+    Users are being warned of this fact through debian/NEWS. (Closes: #654550)
 
- -- Antonio Terceiro <terceiro at debian.org>  Tue, 10 Jan 2012 13:30:18 -0200
+ -- Antonio Terceiro <terceiro at debian.org>  Tue, 10 Jan 2012 13:48:15 -0200
 
 rbenv (0.1.2+git20100922-1) unstable; urgency=low
 

-- 
rbenv.git



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