dev-ruby/rspec-wait - 1.0.2 (guru)

Search

Install

Install this version:

emerge -a =dev-ruby/rspec-wait-1.0.2

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

autounmask =dev-ruby/rspec-wait-1.0.2

Or alternatively:

emerge --autounmask-write -a =dev-ruby/rspec-wait-1.0.2

Package Information

Description:
enables time-resilient expectations in your RSpec test suite
Homepage:
https://github.com/laserlemon/rspec-wait
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.0.2 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

RUBY_FAKEGEM_EXTRADOC=""
RUBY_FAKEGEM_GEMSPEC="rspec-wait.gemspec"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_TASK_TEST=""
USE_RUBY="ruby32 ruby33 ruby34 ruby40"

inherit ruby-fakegem

DESCRIPTION="enables time-resilient expectations in your RSpec test suite"
HOMEPAGE="https://github.com/laserlemon/rspec-wait"

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

ruby_add_rdepend "
	>=dev-ruby/rspec-3
"

Inherited Eclasses