dev-ruby/solargraph-rails - 1.1.0 (graaff)

Search

Install

Install this version:

emerge -a =dev-ruby/solargraph-rails-1.1.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-ruby/solargraph-rails-1.1.0

Or alternatively:

emerge --autounmask-write -a =dev-ruby/solargraph-rails-1.1.0

Package Information

Description:
Add reflection on ActiveModel dynamic attributes that will be created at runtime
Homepage:
https://github.com/iftheshoefritz/solargraph-rails
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.1.0 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2025 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
"

USE Flags

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

Global/Standard Flags

doc

Inherited Eclasses

Manifest for 1.1.0

Type File Size Source URLs
DIST solargraph-rails-1.1.0.tar.gz 4162386 bytes https://github.com/iftheshoefritz/solargraph-rails/archive/v1.1.0.tar.gz