commit: c80c12778425a6ad5e867e53076f07e54bae93c2 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Mar 15 07:49:04 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Mar 18 00:02:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c80c1277
dev-ruby/rdiscount: enable ruby32 ``` 56 tests, 74 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 100% passed ------------------------------------------------------------------------------- 17256.73 tests/s, 22803.53 assertions/s ``` Signed-off-by: Sam James <sam <AT> gentoo.org> dev-ruby/rdiscount/rdiscount-2.2.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/rdiscount/rdiscount-2.2.7.ebuild b/dev-ruby/rdiscount/rdiscount-2.2.7.ebuild index 1c7295f8c7ed..578013642fd7 100644 --- a/dev-ruby/rdiscount/rdiscount-2.2.7.ebuild +++ b/dev-ruby/rdiscount/rdiscount-2.2.7.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby27 ruby30 ruby31" +USE_RUBY="ruby27 ruby30 ruby31 ruby32" RUBY_FAKEGEM_TASK_TEST="test:unit"
