mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
dev-ruby/contracts: add 0.17.2
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
25
dev-ruby/contracts/contracts-0.17.2.ebuild
Normal file
25
dev-ruby/contracts/contracts-0.17.2.ebuild
Normal file
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user