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

* gnu/packages/ruby-xyz.scm (ruby-test-construct): Update to 2.0.2-0.43933e8.
  [native-inputs]: Replace ruby-mocha-1 by ruby-mocha.
This commit is contained in:
Nicolas Graves 2025-06-18 16:26:53 +02:00 committed by Andreas Enge
parent 57c5f319de
commit f81a1f8e73
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -4516,25 +4516,29 @@ use GNU gettext tools for maintenance.")
(license license:lgpl2.0+))) (license license:lgpl2.0+)))
(define-public ruby-test-construct (define-public ruby-test-construct
(package (let ((commit "43933e84e63bba2b44bc020d8c8fb78ce8597ac3")
(name "ruby-test-construct") (revision "0"))
(version "2.0.2") (package
(source (name "ruby-test-construct")
(origin (version (git-version "2.0.2" revision commit))
(method url-fetch) (source
(uri (rubygems-uri "test_construct" version)) (origin
(sha256 (method git-fetch)
(base32 (uri (git-reference
"17q7rw92l7r4zh6rkvzrn4dyl8p8p77217vaa1wf7nsv8k5541vy")))) (url "https://github.com/bhb/test_construct")
(build-system ruby-build-system) (commit commit)))
(native-inputs (file-name (git-file-name name version))
(list bundler ruby-mocha-1 ruby-rspec)) (sha256
(synopsis "Creates temporary files and directories for testing") (base32 "0gif8sap3npvsn4jrppr16jqig8icafk60p74ankhjwrjycccfza"))))
(description (build-system ruby-build-system)
"TestConstruct is a @acronym{DSL, Domain Specific Language} for creating (native-inputs
(list bundler ruby-mocha ruby-rspec))
(synopsis "Creates temporary files and directories for testing")
(description
"TestConstruct is a @acronym{DSL, Domain Specific Language} for creating
temporary files and directories during tests.") temporary files and directories during tests.")
(home-page "https://github.com/bhb/test_construct") (home-page "https://github.com/bhb/test_construct")
(license license:expat))) (license license:expat))))
(define-public ruby-test-unit (define-public ruby-test-unit
(package (package