Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/wisper/
Date: Sat, 18 Mar 2023 00:03:02
Message-Id: 1679097710.66181f14aea4d98edcfd39ef156043d3c36edc4a.sam@gentoo
1 commit: 66181f14aea4d98edcfd39ef156043d3c36edc4a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 15 07:13:31 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 18 00:01:50 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66181f14
7
8 dev-ruby/wisper: enable ruby32
9
10 ```
11 Finished in 1.03 seconds (files took 0.07646 seconds to load)
12 104 examples, 0 failures
13
14 Randomized with seed 2881
15 ```
16
17 Signed-off-by: Sam James <sam <AT> gentoo.org>
18
19 dev-ruby/wisper/wisper-2.0.1.ebuild | 4 ++--
20 1 file changed, 2 insertions(+), 2 deletions(-)
21
22 diff --git a/dev-ruby/wisper/wisper-2.0.1.ebuild b/dev-ruby/wisper/wisper-2.0.1.ebuild
23 index 54e929575cba..0eb86608b79b 100644
24 --- a/dev-ruby/wisper/wisper-2.0.1.ebuild
25 +++ b/dev-ruby/wisper/wisper-2.0.1.ebuild
26 @@ -1,8 +1,8 @@
27 -# Copyright 1999-2022 Gentoo Authors
28 +# Copyright 1999-2023 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI=7
32 -USE_RUBY="ruby26 ruby27 ruby30 ruby31"
33 +USE_RUBY="ruby27 ruby30 ruby31 ruby32"
34
35 RUBY_FAKEGEM_RECIPE_TEST="rspec3"