Archived
1
0
Fork 0

gnu: ruby-zeitwerk: Update to 2.6.7.

* gnu/packages/ruby.scm (ruby-zeitwerk): Update to 2.6.7.
[native-inputs]: Add ruby-minitest-proveit.
This commit is contained in:
Maxim Cournoyer 2023-03-08 11:13:47 -05:00
parent c1cfce3abd
commit e7900d3980
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -12564,21 +12564,23 @@ which snapshots to consider and what files to include.")
(define-public ruby-zeitwerk (define-public ruby-zeitwerk
(package (package
(name "ruby-zeitwerk") (name "ruby-zeitwerk")
(version "2.4.2") (version "2.6.7")
(source (source
(origin (origin
(method git-fetch) (method git-fetch) ;for tests
(uri (git-reference (uri (git-reference
;; No tests in the released gem.
(url "https://github.com/fxn/zeitwerk") (url "https://github.com/fxn/zeitwerk")
(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 (base32
"119fgdyb57gmss2yvfwfr47wcy8nny38sai72446krpihyavpizw")))) "10p1ycv72yas1fdqrmdyz1aiqf8axj6q1kyllni2wknhk059jvi0"))))
(build-system ruby-build-system) (build-system ruby-build-system)
(native-inputs (native-inputs
(list ruby-minitest ruby-minitest-focus ruby-minitest-reporters)) (list ruby-minitest
ruby-minitest-focus
ruby-minitest-proveit
ruby-minitest-reporters))
(synopsis "Efficient and thread-safe code loader for Ruby") (synopsis "Efficient and thread-safe code loader for Ruby")
(description (description
"Zeitwerk implements constant autoloading with Ruby semantics. Each gem "Zeitwerk implements constant autoloading with Ruby semantics. Each gem