Сравнение pry-0.14.2 с pry-0.15.2
| /usr/portage/dev-ruby/pry/pry-0.15.2.ebuild 2025-07-29 16:22:13.712452771 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2024 Gentoo Authors |
|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| 5 | 5 | |
| 6 |
USE_RUBY="ruby31 ruby32 ruby33" |
|
| 6 |
USE_RUBY="ruby31 ruby32 ruby33 ruby34" |
|
| 7 | 7 | |
| 8 | 8 |
RUBY_FAKEGEM_RECIPE_DOC="yard" |
| 9 | 9 |
RUBY_FAKEGEM_RECIPE_TEST="rspec3" |
| ... | ... | |
| 15 | 15 |
DESCRIPTION="Pry is a powerful alternative to the standard IRB shell for Ruby" |
| 16 | 16 |
HOMEPAGE="https://github.com/pry/pry/wiki" |
| 17 | 17 |
SRC_URI="https://github.com/pry/pry/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
| 18 |
IUSE="" |
|
| 19 |
SLOT="ruby19" |
|
| 20 | 18 | |
| 21 | 19 |
LICENSE="MIT" |
| 22 |
KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86" |
|
| 20 |
SLOT="ruby19" |
|
| 21 |
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 sparc ~x86" |
|
| 22 |
IUSE="test" |
|
| 23 | 23 | |
| 24 | 24 |
ruby_add_rdepend " |
| 25 | 25 |
>=dev-ruby/coderay-1.1:0 |
| ... | ... | |
| 39 | 39 |
-i ${RUBY_FAKEGEM_GEMSPEC} || die
|
| 40 | 40 |
sed -e '/[Bb]undler/d' -i spec/spec_helper.rb || die |
| 41 | 41 | |
| 42 |
# Skip integration tests because they depend to much on specifics of the environment. |
|
| 42 |
# Skip integration tests because they depend too much on specifics of the environment. |
|
| 43 | 43 |
rm -f spec/integration/* || die |
| 44 | 44 |
sed -i -e '/loads files through repl and exits/askip "depends on parent directory"' spec/cli_spec.rb || die |
| 45 | 45 |
} |