mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add ruby-warning.
* gnu/packages/ruby.scm (ruby-warning): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
fead7587ce
commit
bde2b9fd27
1 changed files with 22 additions and 0 deletions
|
@ -15989,6 +15989,28 @@ eager loading.")
|
|||
(home-page "https://github.com/fxn/zeitwerk")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public ruby-warning
|
||||
(package
|
||||
(name "ruby-warning")
|
||||
(version "1.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "warning" version))
|
||||
(sha256
|
||||
(base32 "0lwcf7fsz1sda1fdbqq1i4q9kzg4f5vwrzgfg1vpa1hcxagw84hg"))))
|
||||
(build-system ruby-build-system)
|
||||
(arguments '(#:tests? #f)) ; No tests bundled.
|
||||
(synopsis "Custom processing for warnings")
|
||||
(description
|
||||
"This package adds custom processing for warnings for Ruby, including the
|
||||
ability to ignore specific warning messages, ignore warnings in specific
|
||||
files/directories, include backtraces with warnings, treat warnings as errors,
|
||||
deduplicate warnings, and add custom handling for all warnings in specific
|
||||
files/directories.")
|
||||
(home-page "https://github.com/jeremyevans/ruby-warning")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public ruby-wwtd
|
||||
(package
|
||||
(name "ruby-wwtd")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue