Diff rails-dom-testing-2.0.3-r2 with a rails-dom-testing-2.1.1
/usr/portage/dev-ruby/rails-dom-testing/rails-dom-testing-2.1.1.ebuild 2023-10-09 14:52:30.452368374 +0300 | ||
---|---|---|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
5 |
USE_RUBY="ruby27 ruby30 ruby31 ruby32" |
|
5 |
USE_RUBY="ruby30 ruby31 ruby32" |
|
6 | 6 | |
7 | 7 |
RUBY_FAKEGEM_EXTRADOC="README.md" |
8 | 8 | |
... | ... | |
17 | 17 |
IUSE="" |
18 | 18 | |
19 | 19 |
ruby_add_rdepend " |
20 |
>=dev-ruby/activesupport-4.2.0:* |
|
21 |
>=dev-ruby/nokogiri-1.6" |
|
20 |
>=dev-ruby/activesupport-5.0.0:* |
|
21 |
>=dev-ruby/nokogiri-1.6 |
|
22 |
dev-ruby/minitest |
|
23 |
" |
|
22 | 24 | |
23 | 25 |
each_ruby_test() { |
24 | 26 |
${RUBY} -Ilib:test:. -e 'Dir["test/*_test.rb"].each{|f| require f}' || die |