commit:     97a33366f351ede17854432b4546902afadaa8d9
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sat Apr 26 05:48:01 2014 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Apr 26 05:48:01 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-scripts.git;a=commit;h=97a33366

Add support for Rails 4.1.

---
 eselect-rails/rails.eselect | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eselect-rails/rails.eselect b/eselect-rails/rails.eselect
index 6659233..c4f2e88 100644
--- a/eselect-rails/rails.eselect
+++ b/eselect-rails/rails.eselect
@@ -12,6 +12,7 @@ RAILS="${EROOT}/usr/bin/rails"
 # find a list of rails symlink targets, best first
 find_targets() {
        for f in \
+                   ${RAILS}-4.1* \
                    ${RAILS}-4.0* \
                        ${RAILS}-3.2* \
                        ${RAILS}-3.1* \

Reply via email to