dev-ruby/stimulus-rails - 1.3.4 (blshkv)

Search

Install

Install this version:

emerge -a =dev-ruby/stimulus-rails-1.3.4

Package Information

Description:
Use Stimulus.js with Ruby on Rails
Homepage:
https://github.com/hotwired/stimulus-rails
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.3.4 8 amd64 ~arm64 ~x86 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

USE_RUBY="ruby32 ruby33 ruby34 ruby40"

RUBY_FAKEGEM_EXTRADOC="README.md"

RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
RUBY_FAKEGEM_BINWRAP=""
RUBY_FAKEGEM_EXTRAINSTALL="app"

inherit ruby-fakegem

DESCRIPTION="Use Stimulus.js with Ruby on Rails"
HOMEPAGE="https://github.com/hotwired/stimulus-rails"
SRC_URI="https://github.com/hotwired/stimulus-rails/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm64 ~x86"

RESTRICT="test"

all_ruby_prepare() {
	eapply "${FILESDIR}/${P}-fix-gemspec-require.patch"
}

ruby_add_rdepend "
	|| ( dev-ruby/railties:8.1 dev-ruby/railties:8.0 dev-ruby/railties:7.2 dev-ruby/railties:7.1 )
"

Inherited Eclasses

Manifest for 1.3.4

Type File Size Source URLs
DIST stimulus-rails-1.3.4.gh.tar.gz 76009 bytes https://github.com/hotwired/stimulus-rails/archive/v1.3.4.tar.gz