Browse Source
gnu: ruby-lumberjack: Update to 1.0.10.
* gnu/packages/ruby.scm (ruby-lumberjack): Update to 1.0.10.
[native-inputs]: Add 'ruby-timecop'.
version-0.12.0
Ben Woodcroft
6 years ago
No known key found for this signature in database
GPG Key ID: E44DCCD146E0CCF4
1 changed files with
4 additions and
3 deletions
-
gnu/packages/ruby.scm
|
|
@ -710,16 +710,17 @@ interfaces.") |
|
|
|
(define-public ruby-lumberjack |
|
|
|
(package |
|
|
|
(name "ruby-lumberjack") |
|
|
|
(version "1.0.9") |
|
|
|
(version "1.0.10") |
|
|
|
(source (origin |
|
|
|
(method url-fetch) |
|
|
|
(uri (rubygems-uri "lumberjack" version)) |
|
|
|
(sha256 |
|
|
|
(base32 |
|
|
|
"162frm2bwy58pj8ccsdqa4a6i0csrhb9h5l3inhkl1ivgfc8814l")))) |
|
|
|
"0ily8j83q959w19zb7qm6m7y53sdj9afxj4x6mn2adl4i7vpdsv4")))) |
|
|
|
(build-system ruby-build-system) |
|
|
|
(native-inputs |
|
|
|
`(("ruby-rspec" ,ruby-rspec))) |
|
|
|
`(("ruby-rspec" ,ruby-rspec) |
|
|
|
("ruby-timecop" ,ruby-timecop))) |
|
|
|
(synopsis "Logging utility library for Ruby") |
|
|
|
(description "Lumberjack is a simple logging utility that can be a drop in |
|
|
|
replacement for Logger or ActiveSupport::BufferedLogger. It provides support |
|
|
|