commit: 77636772f90cd9962a83dba6c5be6acb60966d58 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sun Mar 12 09:38:43 2023 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sun Mar 12 12:09:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77636772
dev-ruby/evented-spec: enable ruby30, ruby31 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/evented-spec/evented-spec-0.9.0-r1.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-ruby/evented-spec/evented-spec-0.9.0-r1.ebuild b/dev-ruby/evented-spec/evented-spec-0.9.0-r1.ebuild index 01f4fa2260e8..67b3729e49a4 100644 --- a/dev-ruby/evented-spec/evented-spec-0.9.0-r1.ebuild +++ b/dev-ruby/evented-spec/evented-spec-0.9.0-r1.ebuild @@ -1,14 +1,12 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby26 ruby27" +USE_RUBY="ruby27 ruby30 ruby31" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.textile" -RUBY_FAKEGEM_RECIPE_TEST="rspec" - inherit ruby-fakegem DESCRIPTION="A set of helpers to help you test your asynchronous code"
