Сравнение instance_storage-1.0.0-r2 с instance_storage-2.0.0-r1
| /usr/portage/dev-ruby/instance_storage/instance_storage-2.0.0-r1.ebuild 2025-02-03 17:39:32.898667171 +0300 | ||
|---|---|---|
| 12 | 12 |
HOMEPAGE="https://rubygems.org/gems/instance_storage/" |
| 13 | 13 | |
| 14 | 14 |
LICENSE="MIT" |
| 15 |
SLOT="0" |
|
| 15 |
SLOT="$(ver_cut 1)" |
|
| 16 | 16 |
KEYWORDS="~amd64 ~riscv ~x86" |
| 17 | 17 | |
| 18 | 18 |
all_ruby_prepare() {
|
| 19 | 19 |
sed -i -e '/bundler/ s:^:#:' Rakefile test/instance_storage_test.rb || die |
| 20 | ||
| 21 |
sed -e 's/MiniTest::Unit::TestCase/Minitest::Test/' \ |
|
| 22 |
-i test/instance_storage_test.rb || die |
|
| 20 | 23 |
} |