Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rspec-expectations/
Date: Sat, 24 Mar 2018 08:35:56
Message-Id: 1521880534.3907f1e553eb4a469ef2f3c7bb114c77af82fef7.graaff@gentoo
1 commit: 3907f1e553eb4a469ef2f3c7bb114c77af82fef7
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 24 07:40:46 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 24 08:35:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3907f1e5
7
8 dev-ruby/rspec-expectations: add ruby25
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild b/dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild
16 index 9da5e9c1653..2c12f2af442 100644
17 --- a/dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild
18 +++ b/dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 -USE_RUBY="ruby21 ruby22 ruby23 ruby24"
24 +USE_RUBY="ruby22 ruby23 ruby24 ruby25"
25
26 RUBY_FAKEGEM_RECIPE_TEST="rspec"
27
28 @@ -52,7 +52,7 @@ all_ruby_prepare() {
29
30 each_ruby_prepare() {
31 case ${RUBY} in
32 - *ruby24)
33 + *ruby24|*ruby25)
34 sed -i -e 's/of Fixnum/of Integer/' spec/rspec/expectations/expectation_target_spec.rb spec/rspec/matchers/be_instance_of_spec.rb || die
35 ;;
36 esac