From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-commits+bounces-413299-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1RgYhH-0002df-AU
	for garchives@archives.gentoo.org; Fri, 30 Dec 2011 09:24:19 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 056E121C02E;
	Fri, 30 Dec 2011 09:24:11 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id C1DC821C02E
	for <gentoo-commits@lists.gentoo.org>; Fri, 30 Dec 2011 09:24:11 +0000 (UTC)
Received: from pelican.gentoo.org (unknown [66.219.59.40])
	(using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 4518C1B401C
	for <gentoo-commits@lists.gentoo.org>; Fri, 30 Dec 2011 09:24:11 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id 85FAB80043
	for <gentoo-commits@lists.gentoo.org>; Fri, 30 Dec 2011 09:24:10 +0000 (UTC)
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" <graaff@gentoo.org>
Message-ID: <6d97895ed57647577b1afb11f04a6405f3d9dfd6.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: 6d97895ed57647577b1afb11f04a6405f3d9dfd6
Date: Fri, 30 Dec 2011 09:24:10 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: ce42374f-9bd5-432b-a7a9-6a835cc67754
X-Archives-Hash: 4de92ec46307d43ae080d6352b75a3c8

commit:     6d97895ed57647577b1afb11f04a6405f3d9dfd6
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Dec 30 09:22:51 2011 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Dec 30 09:22:51 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/ruby-scripts.=
git;a=3Dcommit;h=3D6d97895e

Add support for Rails 3.1 and 3.2.

Released as eselect-rails 0.18.

---
 eselect-rails/rails.eselect |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/eselect-rails/rails.eselect b/eselect-rails/rails.eselect
index ab9cb0d..a0b2cb8 100644
--- a/eselect-rails/rails.eselect
+++ b/eselect-rails/rails.eselect
@@ -12,6 +12,8 @@ RAILS=3D"${EROOT}/usr/bin/rails"
 # find a list of rails symlink targets, best first
 find_targets() {
 	for f in \
+			${RAILS}-3.2* \
+			${RAILS}-3.1* \
 			${RAILS}-3.0* \
 			${RAILS}-2.3* \
 			${RAILS}-2.2* \