Skip to content

Commit

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


2.1.5 (2019-12-22)

* Use our standard rakefile #68 (tas50)
* Fix chef-style #71 (vsingh-msys)
* Add windows PR testing with Buildkite #73 (tas50)
* Test on Ruby 2.7 + random testing improvements #75 (tas50)


2.1.1 (2019-06-10)

* Don't explode when there are unknown keys in 'config' #66 (marcparadise)


2.1.0 (2019-06-07)

* Setup BuildKite for PR testing #61 (tas50)
* Disable Travis testing & Update codeowners #62 (tas50)
* Fix gem homepage url #64 (tsub)
* [MIXLIB-CLI-63] Add deprecated_option support #65 (marcparadise)


2.0.6 (2019-05-14)

* Add additional github templates and update codeowners #58 (tas50)
* Improve the --help text output of 'in:' #59 (btm)
* Print out human readable lists of allowed CLI options #60 (tas50)


2.0.3 (2019-03-20)

* fix global state pollution issues across examples #54 (lamont-granquist)
* Add back support for Ruby 2.4 #56 (tas50)


2.0.1 (2019-01-04)

* Don't ship the test files in the gem artifact #51 (tas50)


2.0.0 (2019-01-04)

* remove hashrockets syntax #43 (lamont-granquist)
* Remove require rubygems #44 (tas50)
* Update testing and contributing boilerplate #45 (tas50)
* More testing / release boilerplate #46 (tas50)
* Update codeowners and add github PR template #47 (tas50)
* Lint the example code #49 (tas50)
* update travis, drop ruby < 2.5, major version bump #52 (lamont-granquist)
* actually do the major version bump #53 (lamont-granquist)
  • Loading branch information
taca committed Mar 24, 2020
1 parent eeac2ca commit 13607b2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 14 deletions.
6 changes: 4 additions & 2 deletions devel/ruby-mixlib-cli/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# $NetBSD: Makefile,v 1.2 2017/06/11 14:53:03 taca Exp $
# $NetBSD: Makefile,v 1.3 2020/03/24 17:49:49 taca Exp $

DISTNAME= mixlib-cli-1.7.0
DISTNAME= mixlib-cli-2.1.5
CATEGORIES= devel

MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/chef/mixlib-cli
COMMENT= Mixin for creating command line applications
LICENSE= apache-2.0

USE_LANGUAGES= # none

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
9 changes: 2 additions & 7 deletions devel/ruby-mixlib-cli/PLIST
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
@comment $NetBSD: PLIST,v 1.2 2017/06/11 14:53:03 taca Exp $
@comment $NetBSD: PLIST,v 1.3 2020/03/24 17:49:49 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/cli.rb
${GEM_LIBDIR}/lib/mixlib/cli/formatter.rb
${GEM_LIBDIR}/lib/mixlib/cli/version.rb
${GEM_LIBDIR}/mixlib-cli.gemspec
${GEM_LIBDIR}/spec/mixlib/cli_spec.rb
${GEM_LIBDIR}/spec/spec_helper.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
10 changes: 5 additions & 5 deletions devel/ruby-mixlib-cli/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.3 2017/06/11 14:53:03 taca Exp $
$NetBSD: distinfo,v 1.4 2020/03/24 17:49:49 taca Exp $

SHA1 (mixlib-cli-1.7.0.gem) = a8b3754e3f866a713941e848cee87425e1d1f81b
RMD160 (mixlib-cli-1.7.0.gem) = c4071a9fb8d7133ccee7e3ecd1b87bee5f78b180
SHA512 (mixlib-cli-1.7.0.gem) = 27f85f7d5d54036798595e9925d9f58dfc07e45780a9a68d661321989bd64e25c72f6062d73494769c63585320030ddc31ebd90914c9ad0c7af30d85242a00db
Size (mixlib-cli-1.7.0.gem) = 15872 bytes
SHA1 (mixlib-cli-2.1.5.gem) = 45b7805f3f6ea140b37f5996643bb28d4a814912
RMD160 (mixlib-cli-2.1.5.gem) = 47a36fa5d85161776bf01cf5da143d5045d5fa8b
SHA512 (mixlib-cli-2.1.5.gem) = 5b2f016682bbd33f3ea1ef5eb4b57ea2b71997c812052952024d6e743d5b064df4a97ea21eae6139387d339ab43243710c44aaec34c0521693a263b263712f62
Size (mixlib-cli-2.1.5.gem) = 13824 bytes

0 comments on commit 13607b2

Please sign in to comment.