mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: Add ruby-silent-stream.
* gnu/packages/ruby.scm (ruby-silent-stream): New variable.
This commit is contained in:
parent
3c8c36f543
commit
6574d0e1d1
1 changed files with 18 additions and 0 deletions
|
@ -3629,6 +3629,24 @@ (define-public ruby-rubyzip
|
||||||
(home-page "https://github.com/rubyzip/rubyzip")
|
(home-page "https://github.com/rubyzip/rubyzip")
|
||||||
(license license:bsd-2)))
|
(license license:bsd-2)))
|
||||||
|
|
||||||
|
(define-public ruby-silent-stream
|
||||||
|
(package
|
||||||
|
(name "ruby-silent-stream")
|
||||||
|
(version "1.0.6")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (rubygems-uri "silent_stream" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"10381fpvjzfjvhgfyv700607fpa29firgf52w5w5536m4fh6x63m"))))
|
||||||
|
(build-system ruby-build-system)
|
||||||
|
(synopsis "ActiveSupport stream silencing without ActiveSupport")
|
||||||
|
(description "SilentStream is an extraction of some parts of
|
||||||
|
ActiveSupport's Kernel Reporting Core Extentions around silencing IO
|
||||||
|
streams.")
|
||||||
|
(home-page "https://github.com/pboling/silent_stream")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public ruby-simplecov-html
|
(define-public ruby-simplecov-html
|
||||||
(package
|
(package
|
||||||
(name "ruby-simplecov-html")
|
(name "ruby-simplecov-html")
|
||||||
|
|
Loading…
Reference in a new issue