mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 10:30:43 +02:00
gnu: ruby-rspec-pending-for: Update to 0.1.17.
* gnu/packages/ruby-xyz.scm (ruby-rspec-pending-for): Update to 0.1.17. [arguments]{phases}: Add phase 'configure. [native-inputs]: Add ruby-rspec-block-is-expected-bootstrap.
This commit is contained in:
parent
87d2228b1e
commit
f988582488
1 changed files with 13 additions and 3 deletions
|
@ -625,7 +625,7 @@ subject.")
|
||||||
(define-public ruby-rspec-pending-for
|
(define-public ruby-rspec-pending-for
|
||||||
(package
|
(package
|
||||||
(name "ruby-rspec-pending-for")
|
(name "ruby-rspec-pending-for")
|
||||||
(version "0.1.16")
|
(version "0.1.17")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch) ;for tests
|
(method git-fetch) ;for tests
|
||||||
|
@ -634,9 +634,19 @@ subject.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "107l560vm0kx25w5iy5rsk9ly8dxzr81b31284j514f4hkd0qv3m"))))
|
(base32 "0mczm7lwcji2q7xhsrrpffhgdn0n6kdykvx64y2r6726fs467wnl"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(native-inputs (list ruby-rspec ruby-simplecov))
|
(arguments
|
||||||
|
(list
|
||||||
|
#:phases
|
||||||
|
#~(modify-phases %standard-phases
|
||||||
|
(add-before 'build 'configure
|
||||||
|
(lambda _
|
||||||
|
(substitute* "rspec-pending_for.gemspec"
|
||||||
|
(("spec\\.signing_key = .*")
|
||||||
|
"spec.signing_key = nil\n")))))))
|
||||||
|
(native-inputs (list ruby-rspec-block-is-expected-bootstrap ruby-rspec
|
||||||
|
ruby-simplecov))
|
||||||
(propagated-inputs (list ruby-rspec-core ruby-ruby-engine
|
(propagated-inputs (list ruby-rspec-core ruby-ruby-engine
|
||||||
ruby-ruby-version))
|
ruby-ruby-version))
|
||||||
(synopsis "Skip RSpec tests for specific Ruby engines or versions")
|
(synopsis "Skip RSpec tests for specific Ruby engines or versions")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue