dev-ruby/rack-livereload - 0.5.1 (graaff)

Search

Install

Install this version:

emerge -a =dev-ruby/rack-livereload-0.5.1

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

autounmask =dev-ruby/rack-livereload-0.5.1

Or alternatively:

emerge --autounmask-write -a =dev-ruby/rack-livereload-0.5.1

Package Information

Description:
Insert LiveReload into your app easily as Rack middleware
Homepage:
https://github.com/jaredmdobson/rack-livereload
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.5.1 8 ~amd64 $(ver_cut 1)
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
USE_RUBY="ruby31 ruby32"

RUBY_FAKEGEM_EXTRADOC="README.md"

RUBY_FAKEGEM_EXTRAINSTALL="js skel"

inherit ruby-fakegem

DESCRIPTION="Insert LiveReload into your app easily as Rack middleware"
HOMEPAGE="https://github.com/jaredmdobson/rack-livereload"
LICENSE="MIT"

KEYWORDS="~amd64"
SLOT="$(ver_cut 1)"
IUSE=""

# Requires ancient cucumber version.
RESTRICT="test"

ruby_add_rdepend "
	dev-ruby/rack
"

Inherited Eclasses