[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
92/100: gnu: ruby-rspec-block-is-expected: Update to 1.0.5.
From: |
guix-commits |
Subject: |
92/100: gnu: ruby-rspec-block-is-expected: Update to 1.0.5. |
Date: |
Mon, 10 Jul 2023 03:27:40 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 29ecffebbfb8a8ab213c4b27e0290a5968853dfe
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Mon Jul 3 10:13:00 2023 +0100
gnu: ruby-rspec-block-is-expected: Update to 1.0.5.
* gnu/packages/ruby.scm (ruby-rspec-block-is-expected): Update to 1.0.5.
[arguments]: Don't attempt to sign gem.
---
gnu/packages/ruby.scm | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index e5b84a82f9..aea268e459 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -971,7 +971,7 @@ support for stubbing and mocking.")
(define-public ruby-rspec-block-is-expected
(package
(name "ruby-rspec-block-is-expected")
- (version "1.0.2")
+ (version "1.0.5")
(source (origin
(method git-fetch) ;for tests
(uri (git-reference
@@ -980,7 +980,7 @@ support for stubbing and mocking.")
(file-name (git-file-name name version))
(sha256
(base32
- "1w8mj00k8am24yw7lbhg616m111p7h7bbfxaw7np4i7wnlwzm8fk"))))
+ "1zi5z12lkw3fiwgr7g61845wj73asr2vzw4zsjv45klnnfspwass"))))
(build-system ruby-build-system)
(arguments
(list #:phases #~(modify-phases %standard-phases
@@ -991,7 +991,12 @@ support for stubbing and mocking.")
(("RuboCop::RakeTask.new") ""))
;; Contains extraneous requirements not actually
;; needed for the test suite.
- (delete-file "Gemfile"))))))
+ (delete-file "Gemfile")))
+ (add-before 'build 'drop-signing-key-requirement
+ (lambda _
+ (substitute* "rspec-block_is_expected.gemspec"
+ (("spec.signing_key =.*")
+ "spec.signing_key = nil")))))))
(native-inputs (list ruby-rspec-pending-for ruby-rspec-expectations))
(propagated-inputs (list ruby-rspec-core))
(synopsis "Simplify testing of blocks in RSpec")
- 30/100: gnu: ruby-minitest-focus: Update to 1.3.1., (continued)
- 30/100: gnu: ruby-minitest-focus: Update to 1.3.1., guix-commits, 2023/07/10
- 51/100: gnu: ruby-marcel: Fix build., guix-commits, 2023/07/10
- 46/100: gnu: ruby-timecop: Update to 0.9.6., guix-commits, 2023/07/10
- 58/100: gnu: ruby-bibtex-ruby: Remove ruby-byebug dependency., guix-commits, 2023/07/10
- 64/100: gnu: ruby-braintree: Update to 4.12.0., guix-commits, 2023/07/10
- 65/100: gnu: ruby-multi-json: Fix build., guix-commits, 2023/07/10
- 63/100: gnu: ruby-benchmark-ips: Update to 2.12.0., guix-commits, 2023/07/10
- 60/100: gnu: facter: Update to 4.4.1., guix-commits, 2023/07/10
- 91/100: gnu: ruby-minitest-tu-shim: Fix build., guix-commits, 2023/07/10
- 82/100: gnu: ruby-stackprof: Always skip the GC test., guix-commits, 2023/07/10
- 92/100: gnu: ruby-rspec-block-is-expected: Update to 1.0.5.,
guix-commits <=
- 84/100: gnu: ruby-mapping: Fix build., guix-commits, 2023/07/10
- 62/100: gnu: ruby-awesome-print: Update to 1.9.2., guix-commits, 2023/07/10
- 73/100: gnu: ruby-net-http-persistent: Update to 4.0.2., guix-commits, 2023/07/10
- 67/100: gnu: ruby-octokit: Update to 6.1.1., guix-commits, 2023/07/10
- 76/100: gnu: ruby-slop: Update to 4.10.1., guix-commits, 2023/07/10
- 98/100: gnu: ruby-sass: Update to 3.7.4., guix-commits, 2023/07/10
- 99/100: gnu: ruby-safe-yaml: Fix build., guix-commits, 2023/07/10
- 32/100: gnu: ruby-term-ansicolor: Fix build., guix-commits, 2023/07/10
- 70/100: gnu: ruby-spy: Remove ruby-pry-byebug input., guix-commits, 2023/07/10
- 89/100: gnu: ruby-chunky-png: Update to 1.4.0., guix-commits, 2023/07/10