[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/59: gnu: ruby-contracts: Update to 0.17.
From: |
guix-commits |
Subject: |
08/59: gnu: ruby-contracts: Update to 0.17. |
Date: |
Wed, 28 Jun 2023 05:55:11 -0400 (EDT) |
cbaines pushed a commit to branch ruby-team
in repository guix.
commit b4c38aa2c5c89781ade9e04e7045802fef142302
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Wed Jun 21 10:19:21 2023 +0100
gnu: ruby-contracts: Update to 0.17.
* gnu/packages/ruby.scm (ruby-contracts): Update to 0.17.
[arguments]: Update style.
---
gnu/packages/ruby.scm | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 55d3fb1713..8ad0961475 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -2449,27 +2449,27 @@ features:
(define-public ruby-contracts
(package
(name "ruby-contracts")
- (version "0.16.0")
+ (version "0.17")
(source
(origin
(method url-fetch)
(uri (rubygems-uri "contracts" version))
(sha256
(base32
- "119f5p1n6r5svbx8h09za6a4vrsnj5i1pzr9cqdn9hj3wrxvyl3a"))))
+ "0gfybfsb6kqxvvcrv1q7bfjaxmq73pf3vqy4bbzarkbajil05ii5"))))
(build-system ruby-build-system)
(arguments
- '(#:test-target "spec"
- #:phases
- (modify-phases %standard-phases
- ;; Don't run or require rubocop, the code linting tool, as this is a
- ;; bit unnecessary.
- (add-after 'unpack 'dont-run-rubocop
- (lambda _
- (substitute* "Rakefile"
- ((".*rubocop.*") "")
- ((".*RuboCop.*") ""))
- #t)))))
+ (list
+ #:test-target "spec"
+ #:phases
+ #~(modify-phases %standard-phases
+ ;; Don't run or require rubocop, the code linting tool, as this is a
+ ;; bit unnecessary.
+ (add-after 'unpack 'dont-run-rubocop
+ (lambda _
+ (substitute* "Rakefile"
+ ((".*rubocop.*") "")
+ ((".*RuboCop.*") "")))))))
(native-inputs
(list ruby-rspec))
(synopsis "Method contracts for Ruby")
- branch ruby-team created (now 8fa6833d4f), guix-commits, 2023/06/28
- 02/59: gnu: ruby-bindex: Update to 0.8.1 and rename to ruby-skiptrace., guix-commits, 2023/06/28
- 03/59: gnu: ruby-dep: Build with ruby-2.7., guix-commits, 2023/06/28
- 01/59: gnu: ruby: Switch from 2.7 to 3.1., guix-commits, 2023/06/28
- 05/59: gnu: ruby-rspec-core-2: Fix build., guix-commits, 2023/06/28
- 04/59: gnu: ruby-builder: Fix build., guix-commits, 2023/06/28
- 08/59: gnu: ruby-contracts: Update to 0.17.,
guix-commits <=
- 10/59: gnu: ruby-gettext: Update to 3.4.4., guix-commits, 2023/06/28
- 14/59: gnu: ruby-range-compressor: Add ruby-sorted-set as an input., guix-commits, 2023/06/28
- 07/59: gnu: ruby-ritex: Build with ruby-2.7., guix-commits, 2023/06/28
- 09/59: gnu: ruby-websocket: Update to 1.2.9-1.950e416., guix-commits, 2023/06/28
- 13/59: gnu: Add ruby-sorted-set., guix-commits, 2023/06/28
- 11/59: gnu: Add ruby-rbtree., guix-commits, 2023/06/28
- 12/59: gnu: Add ruby-set., guix-commits, 2023/06/28
- 17/59: gnu: Add ruby-psych., guix-commits, 2023/06/28
- 16/59: gnu: Remove ruby-instantiator., guix-commits, 2023/06/28
- 06/59: gnu: ruby-pry: Update to 0.14.2., guix-commits, 2023/06/28