From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/spy/
Date: Tue, 6 Jun 2023 13:40:15 +0000 (UTC) [thread overview]
Message-ID: <1686057964.aacea81d9ba64592f198c49f2203789c6a2f51eb.graaff@gentoo> (raw)
commit: aacea81d9ba64592f198c49f2203789c6a2f51eb
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 6 13:26:04 2023 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Jun 6 13:26:04 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aacea81d
dev-ruby/spy: add 1.0.5
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/spy/Manifest | 1 +
dev-ruby/spy/spy-1.0.5.ebuild | 23 +++++++++++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/dev-ruby/spy/Manifest b/dev-ruby/spy/Manifest
index c9649c37788f..10210ea402dc 100644
--- a/dev-ruby/spy/Manifest
+++ b/dev-ruby/spy/Manifest
@@ -1,2 +1,3 @@
DIST spy-1.0.2.gem 34304 BLAKE2B 5019af0919d2015c82fc5c4e45b0ca98757294d747923ea68dfc24916d96667d5c118d628ebface8cd69d78ec4b558312c4ef9294b6b14e89e136cc75ac4c8f5 SHA512 df0bd3b95e534ca578ef612ef4afc5fa086504b7080fd187917f1b03548a140b1fa4b9d376760c41a9a7838c002c4a5606dedf13411dedbeba9d284fc4f981b9
DIST spy-1.0.3.gem 34304 BLAKE2B 79571772054cf7ebd0471af1a625c06fc4491b11ce4eef94a480eee5d53bddb5a180d1795c763162bfa73f2b7745ec537644980eb42cdbea4210cadb3dfb8f0d SHA512 09628e02a209b18621ba8bdfaf6e44bce82dcf843417c7c71576de5bb214fe2b3ad8e619fe52abed1ddab4090de09b44e71d13f3814e0ccc438a3be8287dfb12
+DIST spy-1.0.5.gem 22528 BLAKE2B 8568e16777c5979cc3542f870ac9517c8a4e0df666c05c5cb0e94f11345710c16429d542ac26df844328d9b722271ce68c89673f04ef87fe5607cd2d75d9a9ac SHA512 9a16b870c9b9ce35efb2e69cd8c1e7592e1589a3462844d956c5620df4bc818bf5574f2042cb6e82100142f6a9fd7ff25a5bfff124fbb849925a46ea7277cec0
diff --git a/dev-ruby/spy/spy-1.0.5.ebuild b/dev-ruby/spy/spy-1.0.5.ebuild
new file mode 100644
index 000000000000..dcf2e1153a2d
--- /dev/null
+++ b/dev-ruby/spy/spy-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_EXTRADOC="README.md CHANGELOG.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A simple opinionated mocking framework"
+HOMEPAGE="https://github.com/ryanong/spy"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+all_ruby_prepare() {
+ sed -i -e "/bundler/d" -e "/pry/d" -e "/[Cc]overalls/d" -e '/[Rr]eporters/d' Rakefile test/test_helper.rb || die
+}
next reply other threads:[~2023-06-06 13:40 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-06 13:40 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-12-27 9:36 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/spy/ Hans de Graaff
2023-12-27 9:36 Hans de Graaff
2023-06-23 19:04 Hans de Graaff
2023-03-25 7:12 Sam James
2022-10-08 6:26 Hans de Graaff
2022-04-22 6:55 Hans de Graaff
2022-04-22 6:55 Hans de Graaff
2022-02-09 6:04 Hans de Graaff
2021-11-25 9:09 Hans de Graaff
2021-11-22 19:11 Hans de Graaff
2021-11-22 19:11 Hans de Graaff
2020-09-26 7:20 Hans de Graaff
2020-07-27 2:09 Sam James
2020-07-25 8:53 Hans de Graaff
2019-11-04 18:34 Hans de Graaff
2019-01-19 17:04 Hans de Graaff
2018-12-22 5:54 Hans de Graaff
2018-07-05 18:38 Hans de Graaff
2017-07-19 6:55 Hans de Graaff
2017-07-19 6:55 Hans de Graaff
2016-07-28 6:06 Hans de Graaff
2016-04-16 5:59 Hans de Graaff
2016-03-17 0:34 Manuel Rüger
2016-01-17 20:59 Manuel Rüger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1686057964.aacea81d9ba64592f198c49f2203789c6a2f51eb.graaff@gentoo \
--to=graaff@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox