dev-ruby/turbo-rails - 2.0.23 (blshkv)

Search

Install

Install this version:

emerge -a =dev-ruby/turbo-rails-2.0.23

Package Information

Description:
The speed of a single-page web application without having to write any JavaScript
Homepage:
https://github.com/hotwired/turbo-rails
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
2.0.23 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 config"

inherit ruby-fakegem

DESCRIPTION="The speed of a single-page web application without having to write any JavaScript"
HOMEPAGE="https://github.com/hotwired/turbo-rails"
SRC_URI="https://github.com/hotwired/turbo-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 )
	|| ( dev-ruby/actionpack:8.1 dev-ruby/actionpack:8.0 dev-ruby/actionpack:7.2 dev-ruby/actionpack:7.1 )
"

Inherited Eclasses

Manifest for 2.0.23

Type File Size Source URLs
DIST turbo-rails-2.0.23.gh.tar.gz 247164 bytes https://github.com/hotwired/turbo-rails/archive/v2.0.23.tar.gz