commit:     b95834793646e5925756bdd809aa4935eba6d4c8
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Thu Jul 21 05:33:21 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Jul 21 05:33:21 2016 +0000
URL:        https://gitweb.gentoo.org/proj/ruby-scripts.git/commit/?id=b9583479

Add Rails 5.0.x support

 eselect-rails/rails.eselect | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/eselect-rails/rails.eselect b/eselect-rails/rails.eselect
index bba27a9..cc1c2cb 100644
--- a/eselect-rails/rails.eselect
+++ b/eselect-rails/rails.eselect
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,6 +12,7 @@ RAILS="${EROOT}/usr/bin/rails"
 # find a list of rails symlink targets, best first
 find_targets() {
        for f in \
+                       ${RAILS}-5.0* \
                    ${RAILS}-4.2* \
                    ${RAILS}-4.1* \
                    ${RAILS}-4.0* \

Reply via email to