commit:     38ec9e7c7a185a47ef6c63360e645988d5cb35dc
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sat Dec 20 07:46:22 2014 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Dec 20 07:46:22 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/ruby-scripts.git;a=commit;h=38ec9e7c

Add detection for Rails 4.2.

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

diff --git a/eselect-rails/rails.eselect b/eselect-rails/rails.eselect
index c4f2e88..bba27a9 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.2* \
                    ${RAILS}-4.1* \
                    ${RAILS}-4.0* \
                        ${RAILS}-3.2* \

Reply via email to