devel/ruby-mixlib-shellout: update to 3.0.9
Update ruby-mixlib-shellout to 3.0.9. 3.0.9 (2019-12-30) * Add Ruby 2.6/2.7 and Windows testing #198 (tas50) * Substitute require for require_relative #199 (tas50) 3.0.7 (2019-07-31) * Add the actual BK pipeline config #185 (tas50) * Blinding applying chefstyle -a. #191 (zenspider) * Fix return type of Process.create to be a ProcessInfo instance again. #190 (zenspider) 3.0.4 (2019-06-07) * update travis/appveyor, drop ruby 2.2 support, test on 2.6 #176 (lamont-granquist) * Misnamed parameter in README #178 (martinisoft) * Add new github templates and codeowners file #179 (tas50) * Add BuildKite pipeline #184 (tas50) * Support array args on windows WIP #182 (lamont-granquist) * Load and unload user profile as required #177 (dayglojesus) 2.4.4 (2018-12-12) * Have expeditor promote the windows gem as well #172 (tas50) * Don't ship the readme in the gem artifact #173 (tas50) 2.4.2 (2018-12-06) * Test on ruby-head and Ruby 2.6 in Travis #170 (tas50) * Remove dev deps from the gemspec #171 (tas50)
This commit is contained in:
parent
7ca1485e35
commit
e08359ddec
3 changed files with 10 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.9 2018/09/23 14:51:05 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2020/03/24 17:52:35 taca Exp $
|
||||
|
||||
DISTNAME= mixlib-shellout-2.4.0
|
||||
DISTNAME= mixlib-shellout-3.0.9
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
@ -8,5 +8,7 @@ HOMEPAGE= https://github.com/chef/mixlib-shellout
|
|||
COMMENT= Mixin library for subprocess management
|
||||
LICENSE= apache-2.0
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,15 +1,10 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2015/11/29 14:20:56 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2020/03/24 17:52:35 taca Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/Gemfile
|
||||
${GEM_LIBDIR}/LICENSE
|
||||
${GEM_LIBDIR}/README.md
|
||||
${GEM_LIBDIR}/Rakefile
|
||||
${GEM_LIBDIR}/lib/mixlib/shellout.rb
|
||||
${GEM_LIBDIR}/lib/mixlib/shellout/exceptions.rb
|
||||
${GEM_LIBDIR}/lib/mixlib/shellout/unix.rb
|
||||
${GEM_LIBDIR}/lib/mixlib/shellout/version.rb
|
||||
${GEM_LIBDIR}/lib/mixlib/shellout/windows.rb
|
||||
${GEM_LIBDIR}/lib/mixlib/shellout/windows/core_ext.rb
|
||||
${GEM_LIBDIR}/mixlib-shellout-windows.gemspec
|
||||
${GEM_LIBDIR}/mixlib-shellout.gemspec
|
||||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.10 2018/09/23 14:51:05 taca Exp $
|
||||
$NetBSD: distinfo,v 1.11 2020/03/24 17:52:35 taca Exp $
|
||||
|
||||
SHA1 (mixlib-shellout-2.4.0.gem) = caeca19d2e5e708f03f8d5b7f6c768a1b4c283fe
|
||||
RMD160 (mixlib-shellout-2.4.0.gem) = 0069f3600fbb438d6563ef10d5bc8f4d60b0e426
|
||||
SHA512 (mixlib-shellout-2.4.0.gem) = d38a65dcb9507f59b7d75d7968772397511b72d36d2a4bbc3aa10e1de33c0b32f34dfd4b9b4e790768d6fd60e0212d8ea4ff1fc758d8908baa5e7cdd01410bfc
|
||||
Size (mixlib-shellout-2.4.0.gem) = 25600 bytes
|
||||
SHA1 (mixlib-shellout-3.0.9.gem) = ec201d9d1581b45f581afd334c2d5f6b727408d0
|
||||
RMD160 (mixlib-shellout-3.0.9.gem) = a9c7ba87db7ea73fd90c3561c27488cd753fbebe
|
||||
SHA512 (mixlib-shellout-3.0.9.gem) = 0ae1262616447b156fad428d0f05a71f3f1c1c56c098e9031da0af55fd34b627283c4b2088a49fecb8ff6a99dcb4cb86af165c9c8d804c64caa7763162fa4cd9
|
||||
Size (mixlib-shellout-3.0.9.gem) = 24576 bytes
|
||||
|
|
Loading…
Reference in a new issue