Install this version:
emerge -a =dev-ruby/gems-1.2.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-ruby/gems-1.2.0
Or alternatively:
emerge --autounmask-write -a =dev-ruby/gems-1.2.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.2.0 | 8 | ~amd64 | 0 |
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
USE_RUBY="ruby30 ruby31 ruby32"
RUBY_FAKEGEM_EXTRADOC="README.md"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
RUBY_FAKEGEM_GEMSPEC="gems.gemspec"
inherit ruby-fakegem
DESCRIPTION="Wrapper for the RubyGems.org API"
HOMEPAGE="https://github.com/rubygems/gems"
SRC_URI="https://github.com/rubygems/gems/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
ruby_add_bdepend "test? ( dev-ruby/webmock )"
all_ruby_prepare() {
sed -i -e '/simplecov/,/^end/ s:^:#:' spec/helper.rb || die
}
Manage flags for this package:
euse -i <flag> -p dev-ruby/gems |
euse -E <flag> -p dev-ruby/gems |
euse -D <flag> -p dev-ruby/gems
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | gems-1.2.0.tar.gz | 79803 bytes | https://github.com/rubygems/gems/archive/v1.2.0.tar.gz |