Skip to content

Commit

Permalink
devel/ruby-mixlib-config: update to 3.0.6
Browse files Browse the repository at this point in the history
Update ruby-mixlib-config to 3.0.6.
pkgsrc change: add "USE_LANGUAGES=	# none".


3.0.6 (2019-12-29)

* Substitute require for require_relative #80 (tas50)


3.0.5 (2019-11-14)

* Add BuildKite PR Testing #75 (tas50)
* Remove Travis PR testing + add foundation team as the project owner #76
  (tas50)
* Test on Windows and use the smaller containers #77 (tas50)
* Do not crash when loading undefined context from hash #79 (marcparadise)


3.0.1 (2019-04-23)

* update travis, drop ruby < 2.5, major version bump #73 (lamont-granquist)
* Allow Ruby 2.4 / Update github templates #74 (tas50)

2.2.18 (2018-12-17)

* Add github issue and PR templates #68 (tas50)
* Resolve chefstyle and expeditor issues #69 (tas50)
* Expand ruby testing in Travis #70 (tas50)
* Standardize the gemfile and rakefile #71 (tas50)
* Only ship the required library files in the gem artifact #72 (tas50)
  • Loading branch information
taca committed Mar 24, 2020
1 parent b8eafb0 commit 06d6126
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
8 changes: 6 additions & 2 deletions devel/ruby-mixlib-config/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# $NetBSD: Makefile,v 1.6 2018/09/23 14:50:04 taca Exp $
# $NetBSD: Makefile,v 1.7 2020/03/24 17:46:11 taca Exp $

DISTNAME= mixlib-config-2.2.13
DISTNAME= mixlib-config-3.0.6
CATEGORIES= devel

MAINTAINER= [email protected]
HOMEPAGE= https://github.com/chef/mixlib-config
COMMENT= Class based configuration library
LICENSE= apache-2.0

DEPENDS+= ${RUBY_PKGPREFIX}-tomlrb>=0:../../devel/ruby-tomlrb

USE_LANGUAGES= # none

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
8 changes: 1 addition & 7 deletions devel/ruby-mixlib-config/PLIST
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
@comment $NetBSD: PLIST,v 1.2 2017/06/11 14:56:56 taca Exp $
@comment $NetBSD: PLIST,v 1.3 2020/03/24 17:46:11 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/NOTICE
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/lib/mixlib/config.rb
${GEM_LIBDIR}/lib/mixlib/config/configurable.rb
${GEM_LIBDIR}/lib/mixlib/config/reopened_config_context_with_configurable_error.rb
${GEM_LIBDIR}/lib/mixlib/config/reopened_configurable_with_config_context_error.rb
${GEM_LIBDIR}/lib/mixlib/config/unknown_config_option_error.rb
${GEM_LIBDIR}/lib/mixlib/config/version.rb
${GEM_LIBDIR}/mixlib-config.gemspec
${GEM_LIBDIR}/spec/mixlib/config_spec.rb
${GEM_LIBDIR}/spec/spec_helper.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
10 changes: 5 additions & 5 deletions devel/ruby-mixlib-config/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.7 2018/09/23 14:50:04 taca Exp $
$NetBSD: distinfo,v 1.8 2020/03/24 17:46:11 taca Exp $

SHA1 (mixlib-config-2.2.13.gem) = fb95d3d69afb1d1a7da785af0ab5760889e29f53
RMD160 (mixlib-config-2.2.13.gem) = bfbdfc680c4957049282dc39a8e78479a25e0e24
SHA512 (mixlib-config-2.2.13.gem) = 2f69691c33a9a16e5e6dc1bf75c070bb17eba8596924b72fc66f15392678f35df4e82f9b69c6d9a80f32c1ade9db8d8db6aaf243c05510e8dd7613611d25b885
Size (mixlib-config-2.2.13.gem) = 22528 bytes
SHA1 (mixlib-config-3.0.6.gem) = 4f00b271280b3ffd2bf6611fc049e5b5adeac434
RMD160 (mixlib-config-3.0.6.gem) = b0aa009e8b02b0caff1761ae4d33425948e696fe
SHA512 (mixlib-config-3.0.6.gem) = 56843586823cd7f596fcd809c11374ca5fd01adaf9a1dce2fdfff10f1a22ee5421c28a24554ee0f1639bf052e27413c00de36153d829d43f74cae2d626db3cc4
Size (mixlib-config-3.0.6.gem) = 14336 bytes

0 comments on commit 06d6126

Please sign in to comment.