Skip to content

Commit

Permalink
devel/ruby-mixlib-log: update to 3.0.8
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 18 deletions.
6 changes: 4 additions & 2 deletions devel/ruby-mixlib-log/Makefile
@@ -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= pkgsrc-users@NetBSD.org
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"
12 changes: 1 addition & 11 deletions devel/ruby-mixlib-log/PLIST
@@ -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
10 changes: 5 additions & 5 deletions devel/ruby-mixlib-log/distinfo
@@ -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

0 comments on commit 521557c

Please sign in to comment.