Skip to content

Commit

Permalink
devel/ruby-mixlib-shellout: update to 3.1.6
Browse files Browse the repository at this point in the history
Update ruby-mixlib-shellout package to 3.1.6.

3.1.6 (2020-09-10)

* Use dir instead of FILE #220 (tas50)
* Simplify things a bit with &. #221 (tas50)

3.1.4 (2020-08-13)

* Fix a few typos #217 (tas50)
* Optimize requires for non-omnibus installs #218 (tas50)

3.1.2 (2020-07-24)

* convert helper to default_paths API #216 (lamont-granquist)

3.1.1 (2020-07-18)
3.1.0 (2020-07-17)

* shellout_spec: make "current user" independent of the environment #203
  (terceiro)
* Minor doc fixes #205 (phiggins)
* extracting shell_out helper to mixlib-shellout #206 (lamont-granquist)
* Bumping minor version #207 (lamont-granquist)
* Test on Ruby 2.7 final, update chefstyle, and other CI fixes #208 (tas50)
* Bump minor for release #210 (lamont-granquist)
* Bumping minor for release again, again. #211 (lamont-granquist)
  • Loading branch information
taca committed Sep 14, 2020
1 parent 15a3f12 commit 9ec3c4f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions devel/ruby-mixlib-shellout/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.10 2020/03/24 17:52:35 taca Exp $
# $NetBSD: Makefile,v 1.11 2020/09/14 16:22:14 taca Exp $

DISTNAME= mixlib-shellout-3.0.9
DISTNAME= mixlib-shellout-3.1.6
CATEGORIES= devel

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
3 changes: 2 additions & 1 deletion devel/ruby-mixlib-shellout/PLIST
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
@comment $NetBSD: PLIST,v 1.3 2020/03/24 17:52:35 taca Exp $
@comment $NetBSD: PLIST,v 1.4 2020/09/14 16:22:14 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/lib/mixlib/shellout.rb
${GEM_LIBDIR}/lib/mixlib/shellout/exceptions.rb
${GEM_LIBDIR}/lib/mixlib/shellout/helper.rb
${GEM_LIBDIR}/lib/mixlib/shellout/unix.rb
${GEM_LIBDIR}/lib/mixlib/shellout/version.rb
${GEM_LIBDIR}/lib/mixlib/shellout/windows.rb
Expand Down
10 changes: 5 additions & 5 deletions devel/ruby-mixlib-shellout/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.11 2020/03/24 17:52:35 taca Exp $
$NetBSD: distinfo,v 1.12 2020/09/14 16:22:14 taca Exp $

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
SHA1 (mixlib-shellout-3.1.6.gem) = fe4f71a8a3e617128b74a04ccad400d82fb41997
RMD160 (mixlib-shellout-3.1.6.gem) = db44dcb4f8a2212d6fa057d80d936c6feffdbeb6
SHA512 (mixlib-shellout-3.1.6.gem) = 66f86731957a01a262e10404cde24c174cc30c4e12ae3b980eccce221f4b8d6c2bae5107ae01459fd83643f3550e36ae84b1dc9850255d61fefd7f1003ff1ebf
Size (mixlib-shellout-3.1.6.gem) = 26624 bytes

0 comments on commit 9ec3c4f

Please sign in to comment.