diff options
author | Sam James <sam@gentoo.org> | 2023-03-15 07:50:38 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-18 00:02:05 +0000 |
commit | bf043ce7addc858d01739cdda9f524881a06f4cb (patch) | |
tree | 156b6fb49eaa42b457791eaf32a874cd8b83394a | |
parent | dev-ruby/rdiscount: enable ruby32 (diff) | |
download | gentoo-bf043ce7addc858d01739cdda9f524881a06f4cb.tar.gz gentoo-bf043ce7addc858d01739cdda9f524881a06f4cb.tar.bz2 gentoo-bf043ce7addc858d01739cdda9f524881a06f4cb.zip |
dev-ruby/yard: enable ruby32
```
Finished in 3.4 seconds (files took 0.45987 seconds to load)
1911 examples, 0 failures, 36 pending
```
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-ruby/yard/yard-0.9.28.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/yard/yard-0.9.28.ebuild b/dev-ruby/yard/yard-0.9.28.ebuild index 5953b2cb14ba..4d0ef4ff8c9e 100644 --- a/dev-ruby/yard/yard-0.9.28.ebuild +++ b/dev-ruby/yard/yard-0.9.28.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="ruby26 ruby27 ruby30 ruby31" +USE_RUBY="ruby27 ruby30 ruby31 ruby32" RUBY_FAKEGEM_RECIPE_TEST="rspec3" RUBY_FAKEGEM_TASK_DOC="yard" @@ -20,7 +20,7 @@ inherit ruby-fakegem DESCRIPTION="Documentation generation tool for the Ruby programming language" HOMEPAGE="https://yardoc.org/" -# The gem lakes the gemspec file needed to pass tests. +# The gem lacks the gemspec file needed to pass tests. SRC_URI="https://github.com/lsegal/yard/archive/v${PV}.tar.gz -> ${P}-git.tgz" LICENSE="MIT" |