me
/
guix
Archived
1
0
Fork 0

gnu: ruby-test-construct: Update to 2.0.2.

* gnu/packages/ruby.scm (ruby-test-construct): Update to 2.0.2.
[native-inputs]: Use ruby-mocha-1.
Christopher Baines 2023-06-26 20:37:14 +01:00
parent d619480827
commit 4dccf25587
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 3 additions and 3 deletions

View File

@ -4639,17 +4639,17 @@ use GNU gettext tools for maintenance.")
(define-public ruby-test-construct
(package
(name "ruby-test-construct")
(version "2.0.1")
(version "2.0.2")
(source
(origin
(method url-fetch)
(uri (rubygems-uri "test_construct" version))
(sha256
(base32
"1a2ym3l068d0pxzzr95kvqx87zpdsarxslz9ygd4qfm9frrz0kgj"))))
"17q7rw92l7r4zh6rkvzrn4dyl8p8p77217vaa1wf7nsv8k5541vy"))))
(build-system ruby-build-system)
(native-inputs
(list bundler ruby-mocha ruby-rspec))
(list bundler ruby-mocha-1 ruby-rspec))
(synopsis "Creates temporary files and directories for testing")
(description
"TestConstruct is a @acronym{DSL, Domain Specific Language} for creating