Сравнение rack-attack-6.6.1 с rack-attack-6.7.0
/usr/portage/dev-ruby/rack-attack/rack-attack-6.7.0.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="ruby30 ruby31 ruby32" |
|
5 |
USE_RUBY="ruby31 ruby32" |
|
6 | 6 | |
7 | 7 |
# Skip integration tests since they require additional unpackaged |
8 | 8 |
# dependencies and running daemons. |
... | ... | |
35 | 35 |
sed -i -e '3igem "actionpack"' spec/spec_helper.rb || die |
36 | 36 |
sed -i -e '/rubocop/I s:^:#:' Rakefile || die |
37 | 37 | |
38 |
# Fix minitest deprecation |
|
39 |
sed -i -e 's/MiniTest/Minitest/' spec/spec_helper.rb || die |
|
40 | ||
38 | 41 |
# Avoid specs requiring a live redis service |
39 | 42 |
sed -i -e '/should delete rack attack key/askip "requires redis service"' spec/rack_attack_spec.rb || die |
40 | 43 |
} |