Skip to content

Commit

Permalink
Update ruby-mixlib-log to 1.7.1.
Browse files Browse the repository at this point in the history
1.7.1 (2016-08-12)

* Allow applications to query if they've got loggers #18 (thommay)


1.7.0 (2016-08-04)

* test with updated ruby versions and run cucumber #16 (thommay)
* Add dev dependency on chefstyle #15 (tas50)
* Misc cleanup + add Travis #14 (tas50)
* File log devices opened by mixlib-log should be closed. #13 (mhorbul)
* Include the license type in the .gemspec #9 (benders)
* MIXLIB-10: don't be so pessimistic about development libraries #8 (jkeiser)

Fixed bugs:

* Ensure that arguments to Mixlib::Log#add are passed as is to all loggers #7
  (ketan)
* Fixing RDoc formatting of README.rdoc. #4 (ampledata)
  • Loading branch information
taca committed Jun 11, 2017
1 parent 3ab7211 commit 81e69ad
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
6 changes: 3 additions & 3 deletions devel/ruby-mixlib-log/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.1 2014/06/03 13:14:02 jperkin Exp $
# $NetBSD: Makefile,v 1.2 2017/06/11 15:01:14 taca Exp $

DISTNAME= mixlib-log-1.6.0
DISTNAME= mixlib-log-1.7.1
CATEGORIES= devel

MAINTAINER= [email protected]
HOMEPAGE= https://github.com/opscode/mixlib-log
HOMEPAGE= https://github.com/chef/mixlib-log
COMMENT= Mixin for simple class-based loggers
LICENSE= apache-2.0

Expand Down
5 changes: 3 additions & 2 deletions devel/ruby-mixlib-log/PLIST
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
@comment $NetBSD: PLIST,v 1.1 2014/06/03 13:14:02 jperkin Exp $
@comment $NetBSD: PLIST,v 1.2 2017/06/11 15:01:14 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gemtest
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/NOTICE
${GEM_LIBDIR}/README.rdoc
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/lib/mixlib/log.rb
${GEM_LIBDIR}/lib/mixlib/log/formatter.rb
Expand Down
10 changes: 5 additions & 5 deletions devel/ruby-mixlib-log/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.2 2015/11/03 03:29:25 agc Exp $
$NetBSD: distinfo,v 1.3 2017/06/11 15:01:14 taca Exp $

SHA1 (mixlib-log-1.6.0.gem) = b9ea96a598f0725c146f41987436056d92023167
RMD160 (mixlib-log-1.6.0.gem) = 0d3163d26111099a7018d9449b524ac97aec5c78
SHA512 (mixlib-log-1.6.0.gem) = 59103c7bc5383a30a393b290ae293a210d15c072a85a9085189c4697345469d251a32528cad963378458b16acf9c0cf1bd452afb90b989c13a3e024778141c2a
Size (mixlib-log-1.6.0.gem) = 12288 bytes
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

0 comments on commit 81e69ad

Please sign in to comment.