-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
devel/ruby-mixlib-log: update to 2.0.4
2.0.4 (2018-04-12) Merged Pull Requests * fix labelling #37 (thommay) 2.0.1 (2018-02-28) Full Changelog Merged pull requests: * enable metadata to be got and set #32 (thommay) * Logging methods (debug, info, warn, error, fatal) all return nil #27 (olleolleolle) 2.0.0 (2018-02-27) Merged pull requests: * Structured Logging #30 (thommay) * RSpec: use 3.7, disable monkey patching mode #28 (olleolleolle) * README: Format a line of code using Markdown, not RDoc #24 (olleolleolle) * Travis: update Ruby versions, pass lint #22 (olleolleolle) * Require Ruby 2.2+ #20 (tas50)
- Loading branch information
taca
committed
Sep 23, 2018
1 parent
2da8b73
commit abf36cb
Showing
3 changed files
with
12 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# $NetBSD: Makefile,v 1.2 2017/06/11 15:01:14 taca Exp $ | ||
# $NetBSD: Makefile,v 1.3 2018/09/23 16:28:04 taca Exp $ | ||
|
||
DISTNAME= mixlib-log-1.7.1 | ||
DISTNAME= mixlib-log-2.0.4 | ||
CATEGORIES= devel | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.3 2017/06/11 15:01:14 taca Exp $ | ||
$NetBSD: distinfo,v 1.4 2018/09/23 16:28:04 taca Exp $ | ||
|
||
SHA1 (mixlib-log-1.7.1.gem) = 4ab9ba9e43642208a5537f048ca931bc8a3e53e3 | ||
RMD160 (mixlib-log-1.7.1.gem) = e15cd2f369455e6b5d28ef3dd49ee527301bf5c1 | ||
SHA512 (mixlib-log-1.7.1.gem) = 597f19a1b2bfd9f2a9ee9ddcf8ed0dc2c4448e355a0ea7aa9bce1bed538d51e98dfce4e6029567a20e005a6e0f7cb69424d242cfafb588af3a46b2ee795c4396 | ||
Size (mixlib-log-1.7.1.gem) = 14336 bytes | ||
SHA1 (mixlib-log-2.0.4.gem) = fd3b5aa4205881b5430234e5cbbf0f311a528d65 | ||
RMD160 (mixlib-log-2.0.4.gem) = b60ab91f66b88f94f8b55e74269a233e67bb588e | ||
SHA512 (mixlib-log-2.0.4.gem) = d02e9ea35dd08b144d421c8ccefcaa4882e8b8c09438b5e786cd5ebabf16b9124b51181142f5afb8fc46b83f2a0b7fa73b875459cb42d24d06dcea11d3c1c70f | ||
Size (mixlib-log-2.0.4.gem) = 16896 bytes |