From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A680A139694 for ; Wed, 1 Mar 2017 06:21:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B33EE0C47; Wed, 1 Mar 2017 06:21:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D689BE0C47 for ; Wed, 1 Mar 2017 06:21:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D086D3416AB for ; Wed, 1 Mar 2017 06:21:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CDA8585B for ; Wed, 1 Mar 2017 06:21:04 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1488349256.14ec24c722fdb45dfc25f00837929397d0340fbb.graaff@gentoo> Subject: [gentoo-commits] proj/ruby-scripts:master commit in: eselect-rails/ X-VCS-Repository: proj/ruby-scripts X-VCS-Files: eselect-rails/rails.eselect X-VCS-Directories: eselect-rails/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 14ec24c722fdb45dfc25f00837929397d0340fbb X-VCS-Branch: master Date: Wed, 1 Mar 2017 06:21:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d2a24363-36f2-4e67-9d28-81c8a3074e70 X-Archives-Hash: 63dd6cc57874e8444834edf94efa7527 commit: 14ec24c722fdb45dfc25f00837929397d0340fbb Author: Hans de Graaff degraaff org> AuthorDate: Wed Mar 1 06:20:56 2017 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Wed Mar 1 06:20:56 2017 +0000 URL: https://gitweb.gentoo.org/proj/ruby-scripts.git/commit/?id=14ec24c7 Add Rails 5.1 eselect-rails/rails.eselect | 1 + 1 file changed, 1 insertion(+) diff --git a/eselect-rails/rails.eselect b/eselect-rails/rails.eselect index cc1c2cb..848b0e2 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}-5.1* \ ${RAILS}-5.0* \ ${RAILS}-4.2* \ ${RAILS}-4.1* \