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/rdiscount/
Date: Sat, 18 Mar 2023 00:03:09
Message-Id: 1679097724.c80c12778425a6ad5e867e53076f07e54bae93c2.sam@gentoo
1 commit: c80c12778425a6ad5e867e53076f07e54bae93c2
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 15 07:49:04 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 18 00:02:04 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c80c1277
7
8 dev-ruby/rdiscount: enable ruby32
9
10 ```
11 56 tests, 74 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
12 100% passed
13 -------------------------------------------------------------------------------
14 17256.73 tests/s, 22803.53 assertions/s
15 ```
16
17 Signed-off-by: Sam James <sam <AT> gentoo.org>
18
19 dev-ruby/rdiscount/rdiscount-2.2.7.ebuild | 4 ++--
20 1 file changed, 2 insertions(+), 2 deletions(-)
21
22 diff --git a/dev-ruby/rdiscount/rdiscount-2.2.7.ebuild b/dev-ruby/rdiscount/rdiscount-2.2.7.ebuild
23 index 1c7295f8c7ed..578013642fd7 100644
24 --- a/dev-ruby/rdiscount/rdiscount-2.2.7.ebuild
25 +++ b/dev-ruby/rdiscount/rdiscount-2.2.7.ebuild
26 @@ -1,9 +1,9 @@
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=8
32
33 -USE_RUBY="ruby27 ruby30 ruby31"
34 +USE_RUBY="ruby27 ruby30 ruby31 ruby32"
35
36 RUBY_FAKEGEM_TASK_TEST="test:unit"