From b95834793646e5925756bdd809aa4935eba6d4c8 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Thu, 21 Jul 2016 07:33:21 +0200 Subject: 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* \ -- cgit v1.2.3-65-gdbad