summaryrefslogtreecommitdiff
path: root/dev-ruby/contracts
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2024-10-06 07:54:00 +0200
committerHans de Graaff <graaff@gentoo.org>2024-10-06 07:54:00 +0200
commit18f0408930e9721513d10604c1c2c54725c9b7ee (patch)
tree879aa203250dc48dfcc0251119e552ca2cec81a4 /dev-ruby/contracts
parentd8c75e6b83c59cd95700797aa1134e1f9308befb (diff)
downloadgentoo-18f0408930e9721513d10604c1c2c54725c9b7ee.tar.gz
gentoo-18f0408930e9721513d10604c1c2c54725c9b7ee.tar.bz2
gentoo-18f0408930e9721513d10604c1c2c54725c9b7ee.zip
dev-ruby/contracts: add 0.17.1
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/contracts')
-rw-r--r--dev-ruby/contracts/Manifest1
-rw-r--r--dev-ruby/contracts/contracts-0.17.1.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/dev-ruby/contracts/Manifest b/dev-ruby/contracts/Manifest
index a36249134c2a..26557048201b 100644
--- a/dev-ruby/contracts/Manifest
+++ b/dev-ruby/contracts/Manifest
@@ -1 +1,2 @@
+DIST contracts-0.17.1.gem 58880 BLAKE2B 899bc58841247059a71adf6e18f5cc5752c2eb90f5e7a3ae31026b57698773188d4844462cf54c2918b79129f71445166d7ca7a161f812e459939ffcc50b6479 SHA512 94abb7e781e257ce3d04c910836fdf6a3847b1a28581ac7c088ee1bba6c7fc03c133eeefad3f97adab1993c19bb46bee89524165d81a1ece11be9a4f53dbcee5
DIST contracts-0.17.gem 58368 BLAKE2B 2bccd3a552268821b3c34a08fef3d6c0e43e27f8a0e56a2b7b0291d388142a2efb3686230d4daaea6e82c45be8d42f2ab61d1aa3d6a7f682bd7d99a0af7f179d SHA512 bce1417e7b505ec35b43917d53cbdb175995ff877da2a6122e08b3c7e537d557785987a0110006525dd079f09d574be3f5f4793154f99ac91c32f83662fa311b
diff --git a/dev-ruby/contracts/contracts-0.17.1.ebuild b/dev-ruby/contracts/contracts-0.17.1.ebuild
new file mode 100644
index 000000000000..b08d25dc3799
--- /dev/null
+++ b/dev-ruby/contracts/contracts-0.17.1.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
+}