commit: 028124692f0a6ecf3bf6e04e2e2e9217dfd91dfb Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Fri Mar 25 07:00:57 2022 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Fri Mar 25 10:22:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02812469
dev-ruby/rails-dom-testing: add ruby30; EAPI 8 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> .../rails-dom-testing-2.0.3-r2.ebuild | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r2.ebuild b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r2.ebuild new file mode 100644 index 000000000000..e9ad3e08cfa4 --- /dev/null +++ b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +USE_RUBY="ruby26 ruby27 ruby30" + +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="Compare doms and assert certain elements exists in doms using Nokogiri" +HOMEPAGE="https://github.com/kaspth/rails-dom-testing" + +LICENSE="MIT" +SLOT="2" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux" +IUSE="" + +ruby_add_rdepend " + >=dev-ruby/activesupport-4.2.0:* + >=dev-ruby/nokogiri-1.6" + +each_ruby_test() { + ${RUBY} -Ilib:test:. -e 'Dir["test/*_test.rb"].each{|f| require f}' || die +}
