gnu: Add ruby-command-line-reporter-3.
* gnu/packages/ruby.scm (ruby-command-line-reporter-3): New variable.master
parent
78b9c291f6
commit
f22c038799
|
@ -5197,3 +5197,14 @@ of various types in ruby. It eliminates the need to litter your source with
|
||||||
puts statements, instead providing a more readable, expressive interface to
|
puts statements, instead providing a more readable, expressive interface to
|
||||||
your application.")
|
your application.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public ruby-command-line-reporter-3
|
||||||
|
(package
|
||||||
|
(inherit ruby-command-line-reporter)
|
||||||
|
(version "3.3.6")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (rubygems-uri "command_line_reporter" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1h39zqqxp3k4qk49ajpx0jps1vmvxgkh43mqkb6znk583bl0fv71"))))))
|
||||||
|
|
Reference in New Issue