Install this version:
emerge -a =dev-ruby/solargraph-rails-1.3
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-ruby/solargraph-rails-1.3
Or alternatively:
emerge --autounmask-write -a =dev-ruby/solargraph-rails-1.3
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.3 | 8 | ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
USE_RUBY="ruby32 ruby33 ruby34"
RUBY_FAKEGEM_BINWRAP=""
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
RUBY_FAKEGEM_GEMSPEC="solargraph-rails.gemspec"
inherit ruby-fakegem
DESCRIPTION="Add reflection on ActiveModel dynamic attributes that will be created at runtime"
HOMEPAGE="https://github.com/iftheshoefritz/solargraph-rails"
SRC_URI="https://github.com/iftheshoefritz/solargraph-rails/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="doc"
# Does not run due to bundler issues, to be revisited later.
RESTRICT="test"
ruby_add_rdepend "
dev-ruby/activesupport
>=dev-ruby/solargraph-0.48.0
"
Manage flags for this package:
euse -i <flag> -p dev-ruby/solargraph-rails |
euse -E <flag> -p dev-ruby/solargraph-rails |
euse -D <flag> -p dev-ruby/solargraph-rails
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | solargraph-rails-1.3.tar.gz | 4197660 bytes | https://github.com/iftheshoefritz/solargraph-rails/archive/v1.3.tar.gz |