-
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 3.0.8
Update ruby-mixlib-log to 3.0.8. 3.0.8 (2019-12-30) * Expand testing / Update GitHub templates #51 (tas50) * Add Build Kite PR Testing #52 (tas50) * Remove Travis PR Testing #53 (tas50) * Resolve all warnings emitted during testing #54 (zenspider) * Add windows testing in Buildkite #56 (tas50) * Test on Ruby 2.7 + random testing improvements #58 (tas50) * Substitute require for require_relative #59 (tas50) 3.0.1 (2019-01-05) * reverting back to ruby 2.3 support #48 (lamont-granquist) 3.0.0 (2019-01-04) * update travis, drop ruby < 2.5, major version bump #47 (lamont-granquist) 2.0.9 (2018-12-18) * remove hashrocket syntax #41 (lamont-granquist) * Remove the changelog generator gem #42 (tas50) * Test on all the Ruby versions we support #43 (tas50) * Test on Ruby 2.6 in Travis + test on Xenial #46 (tas50) * Only ship the required library files in the gem artifact #45 (tas50)
- Loading branch information
taca
committed
Mar 24, 2020
1 parent
e887407
commit 521557c
Showing
3 changed files
with
10 additions
and
18 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,12 +1,14 @@ | ||
# $NetBSD: Makefile,v 1.3 2018/09/23 16:28:04 taca Exp $ | ||
# $NetBSD: Makefile,v 1.4 2020/03/24 17:51:09 taca Exp $ | ||
|
||
DISTNAME= mixlib-log-2.0.4 | ||
DISTNAME= mixlib-log-3.0.8 | ||
CATEGORIES= devel | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= https://github.com/chef/mixlib-log | ||
COMMENT= Mixin for simple class-based loggers | ||
LICENSE= apache-2.0 | ||
|
||
USE_LANGUAGES= # none | ||
|
||
.include "../../lang/ruby/gem.mk" | ||
.include "../../mk/bsd.pkg.mk" |
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,20 +1,10 @@ | ||
@comment $NetBSD: PLIST,v 1.3 2018/09/23 16:28:04 taca Exp $ | ||
@comment $NetBSD: PLIST,v 1.4 2020/03/24 17:51:09 taca Exp $ | ||
${GEM_HOME}/cache/${GEM_NAME}.gem | ||
${GEM_LIBDIR}/.gemtest | ||
${GEM_LIBDIR}/Gemfile | ||
${GEM_LIBDIR}/LICENSE | ||
${GEM_LIBDIR}/NOTICE | ||
${GEM_LIBDIR}/README.md | ||
${GEM_LIBDIR}/Rakefile | ||
${GEM_LIBDIR}/lib/mixlib/log.rb | ||
${GEM_LIBDIR}/lib/mixlib/log/child.rb | ||
${GEM_LIBDIR}/lib/mixlib/log/formatter.rb | ||
${GEM_LIBDIR}/lib/mixlib/log/logger.rb | ||
${GEM_LIBDIR}/lib/mixlib/log/logging.rb | ||
${GEM_LIBDIR}/lib/mixlib/log/version.rb | ||
${GEM_LIBDIR}/mixlib-log.gemspec | ||
${GEM_LIBDIR}/spec/mixlib/log/child_spec.rb | ||
${GEM_LIBDIR}/spec/mixlib/log/formatter_spec.rb | ||
${GEM_LIBDIR}/spec/mixlib/log_spec.rb | ||
${GEM_LIBDIR}/spec/spec_helper.rb | ||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec |
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.4 2018/09/23 16:28:04 taca Exp $ | ||
$NetBSD: distinfo,v 1.5 2020/03/24 17:51:09 taca Exp $ | ||
|
||
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 | ||
SHA1 (mixlib-log-3.0.8.gem) = 4e32ce5463ddf424000a280227cd76605a06e699 | ||
RMD160 (mixlib-log-3.0.8.gem) = 982385527f84a9b61ef3e2db104568eca3129151 | ||
SHA512 (mixlib-log-3.0.8.gem) = 55c0c8a3b92e5f295aa83cf320f8b4cdb0cdd26e29a2852f0a2feb7dce5176dba0b893d0eb96931c4bac29e1d696022c69f5b83f3d1c40d8844853812f65f00f | ||
Size (mixlib-log-3.0.8.gem) = 11776 bytes |