public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/contracts/
Date: Fri, 18 Oct 2024 06:22:51 +0000 (UTC)	[thread overview]
Message-ID: <1729232557.af1a52c1a80af843e1db1d317e53aa25ecf227f4.graaff@gentoo> (raw)

commit:     af1a52c1a80af843e1db1d317e53aa25ecf227f4
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 18 06:12:15 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Oct 18 06:22:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af1a52c1

dev-ruby/contracts: add 0.17.2

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/contracts/Manifest                |  1 +
 dev-ruby/contracts/contracts-0.17.2.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-ruby/contracts/Manifest b/dev-ruby/contracts/Manifest
index 26557048201b..9b524020e8af 100644
--- a/dev-ruby/contracts/Manifest
+++ b/dev-ruby/contracts/Manifest
@@ -1,2 +1,3 @@
 DIST contracts-0.17.1.gem 58880 BLAKE2B 899bc58841247059a71adf6e18f5cc5752c2eb90f5e7a3ae31026b57698773188d4844462cf54c2918b79129f71445166d7ca7a161f812e459939ffcc50b6479 SHA512 94abb7e781e257ce3d04c910836fdf6a3847b1a28581ac7c088ee1bba6c7fc03c133eeefad3f97adab1993c19bb46bee89524165d81a1ece11be9a4f53dbcee5
+DIST contracts-0.17.2.gem 59392 BLAKE2B 2392f40ec7c73699d908154aade1fa03e05f00022e5d38b91b05553b5613eaf5e344c2fefde98da19ebb18f50b3b608144ec6204d91d147d2ad92a3b03243280 SHA512 af75d4df644d00af0beeea11faf89b0358f46c659a83ab728d3d86e4f545e8e95a0e94f7c67c349cc0fa75f97267b92ce724b8e927d87cc7e2aab91299363bcb
 DIST contracts-0.17.gem 58368 BLAKE2B 2bccd3a552268821b3c34a08fef3d6c0e43e27f8a0e56a2b7b0291d388142a2efb3686230d4daaea6e82c45be8d42f2ab61d1aa3d6a7f682bd7d99a0af7f179d SHA512 bce1417e7b505ec35b43917d53cbdb175995ff877da2a6122e08b3c7e537d557785987a0110006525dd079f09d574be3f5f4793154f99ac91c32f83662fa311b

diff --git a/dev-ruby/contracts/contracts-0.17.2.ebuild b/dev-ruby/contracts/contracts-0.17.2.ebuild
new file mode 100644
index 000000000000..b08d25dc3799
--- /dev/null
+++ b/dev-ruby/contracts/contracts-0.17.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby31 ruby32 ruby33"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.markdown README.md TODO.markdown TUTORIAL.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="provides contracts for Ruby"
+HOMEPAGE="https://github.com/egonSchiele/contracts.ruby"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+each_ruby_test() {
+	# COLUMNS needed for specs that test line wrapping in spec/contracts_spec.rb
+	local -x COLUMNS=80
+	each_fakegem_test
+}


             reply	other threads:[~2024-10-18  6:22 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-18  6:22 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-14  3:39 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/contracts/ Sam James
2024-11-14  3:21 Sam James
2024-11-14  3:21 Sam James
2024-11-14  3:21 Sam James
2024-10-06  6:05 Hans de Graaff
2024-09-11 15:04 Arthur Zamarin
2024-07-12  6:21 Ionen Wolkens
2024-07-02  3:56 Ionen Wolkens
2024-06-08 11:12 Arthur Zamarin
2023-12-31 19:35 Hans de Graaff
2023-09-16  5:30 Hans de Graaff
2023-07-14  5:46 Arthur Zamarin
2023-03-22  3:25 Sam James
2022-05-17 13:46 WANG Xuerui
2022-05-08 16:12 WANG Xuerui
2022-05-07  6:34 Hans de Graaff
2022-05-07  6:34 Hans de Graaff
2022-05-07  6:34 Hans de Graaff
2021-08-14  9:05 Marek Szuba
2021-06-20  6:03 Hans de Graaff
2021-04-18  5:34 Hans de Graaff
2020-02-15  6:44 Hans de Graaff
2019-03-20 16:48 Mikle Kolyada
2018-05-06 16:18 Hans de Graaff
2017-12-20 22:21 Sergei Trofimovich
2017-07-23  5:59 Hans de Graaff
2017-07-23  5:59 Hans de Graaff
2017-07-15 19:39 Sergei Trofimovich
2017-04-25  4:31 Hans de Graaff
2017-02-26  7:50 Hans de Graaff
2017-02-14  0:36 Michael Weber
2016-12-20  6:00 Hans de Graaff
2016-04-27  5:12 Hans de Graaff
2016-04-27  5:12 Hans de Graaff
2016-01-30 15:50 Hans de Graaff
2016-01-30 15:50 Hans de Graaff
2015-10-26  6:01 Jeroen Roovers
2015-09-22  5:18 Hans de Graaff
2015-09-21 14:14 Tobias Klausmann
2015-09-20  6:31 Hans de Graaff

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=1729232557.af1a52c1a80af843e1db1d317e53aa25ecf227f4.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