diff options
author | Sam James <sam@gentoo.org> | 2023-03-15 07:49:04 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-18 00:02:04 +0000 |
commit | c80c12778425a6ad5e867e53076f07e54bae93c2 (patch) | |
tree | 2043222421239ca45067c922f1d73fc6da9970e4 /dev-ruby | |
parent | dev-ruby/kramdown: add github upstream metadata (diff) | |
download | gentoo-c80c12778425a6ad5e867e53076f07e54bae93c2.tar.gz gentoo-c80c12778425a6ad5e867e53076f07e54bae93c2.tar.bz2 gentoo-c80c12778425a6ad5e867e53076f07e54bae93c2.zip |
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@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/rdiscount/rdiscount-2.2.7.ebuild | 4 |
1 files 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" |