summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2023-04-29 08:58:01 +0200
committerHans de Graaff <graaff@gentoo.org>2023-04-29 09:23:13 +0200
commitff34f30ad28c36b8cf6b95c36423227893635742 (patch)
treee734b487865627773102a82dac0aad7c0d456161 /dev-ruby/rspec-block_is_expected/rspec-block_is_expected-1.0.5.ebuild
parentdev-ruby/rspec-pending_for: enable ruby32 (diff)
downloadgentoo-ff34f30ad28c36b8cf6b95c36423227893635742.tar.gz
gentoo-ff34f30ad28c36b8cf6b95c36423227893635742.tar.bz2
gentoo-ff34f30ad28c36b8cf6b95c36423227893635742.zip
dev-ruby/rspec-block_is_expected: new package, add 1.0.5
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/rspec-block_is_expected/rspec-block_is_expected-1.0.5.ebuild')
-rw-r--r--dev-ruby/rspec-block_is_expected/rspec-block_is_expected-1.0.5.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-ruby/rspec-block_is_expected/rspec-block_is_expected-1.0.5.ebuild b/dev-ruby/rspec-block_is_expected/rspec-block_is_expected-1.0.5.ebuild
new file mode 100644
index 000000000000..56505a35e475
--- /dev/null
+++ b/dev-ruby/rspec-block_is_expected/rspec-block_is_expected-1.0.5.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby30 ruby31 ruby32"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_GEMSPEC="rspec-block_is_expected.gemspec"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Simplify testing of blocks in RSpec"
+HOMEPAGE="https://github.com/pboling/rspec-block_is_expected"
+SRC_URI="https://github.com/pboling/rspec-block_is_expected/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+IUSE=""
+SLOT="1"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+ruby_add_depend "test? ( >=dev-ruby/rspec-pending_for-0.1:0 )"