From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1025331-garchives=archives.gentoo.org@lists.gentoo.org>
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 6728E138331
	for <garchives@archives.gentoo.org>; Mon, 21 May 2018 18:15:32 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 36D9EE0AB8;
	Mon, 21 May 2018 18:15:31 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 0AA48E0AB8
	for <gentoo-commits@lists.gentoo.org>; Mon, 21 May 2018 18:15:30 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id C0F69335C5A
	for <gentoo-commits@lists.gentoo.org>; Mon, 21 May 2018 18:15:29 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 70A152A8
	for <gentoo-commits@lists.gentoo.org>; Mon, 21 May 2018 18:15:28 +0000 (UTC)
From: "Hans de Graaff" <graaff@gentoo.org>
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" <graaff@gentoo.org>
Message-ID: <1526926516.12b611cea7ed634c8267114ca31ff53df4877152.graaff@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/shoulda-matchers/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-ruby/shoulda-matchers/shoulda-matchers-3.1.2.ebuild
X-VCS-Directories: dev-ruby/shoulda-matchers/
X-VCS-Committer: graaff
X-VCS-Committer-Name: Hans de Graaff
X-VCS-Revision: 12b611cea7ed634c8267114ca31ff53df4877152
X-VCS-Branch: master
Date: Mon, 21 May 2018 18:15:28 +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
X-Archives-Salt: 7f3249d1-5899-4eda-b02f-67f5a68484c0
X-Archives-Hash: d36bca5d23a31cbdaa0dbe1a08c11894

commit:     12b611cea7ed634c8267114ca31ff53df4877152
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon May 21 17:58:15 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon May 21 18:15:16 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12b611ce

dev-ruby/shoulda-matchers: add ruby25

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-ruby/shoulda-matchers/shoulda-matchers-3.1.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/shoulda-matchers/shoulda-matchers-3.1.2.ebuild b/dev-ruby/shoulda-matchers/shoulda-matchers-3.1.2.ebuild
index c5c4aab8deb..bccb317feb9 100644
--- a/dev-ruby/shoulda-matchers/shoulda-matchers-3.1.2.ebuild
+++ b/dev-ruby/shoulda-matchers/shoulda-matchers-3.1.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_TASK_DOC=""