diff options
author | Hans de Graaff <hans@degraaff.org> | 2016-07-21 07:33:21 +0200 |
---|---|---|
committer | Hans de Graaff <hans@degraaff.org> | 2016-07-21 07:33:21 +0200 |
commit | b95834793646e5925756bdd809aa4935eba6d4c8 (patch) | |
tree | 3effc21de9797af4db1b7e86f9647236d58d5f4c | |
parent | ruby 2.2.5 patchset (diff) | |
download | ruby-scripts-b95834793646e5925756bdd809aa4935eba6d4c8.tar.gz ruby-scripts-b95834793646e5925756bdd809aa4935eba6d4c8.tar.bz2 ruby-scripts-b95834793646e5925756bdd809aa4935eba6d4c8.zip |
Add Rails 5.0.x support
-rw-r--r-- | eselect-rails/rails.eselect | 3 |
1 files changed, 2 insertions, 1 deletions
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* \ |