pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-mixlib-cli Update ruby-mixlib-cli to 1.7.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5453eb276716
branches:  trunk
changeset: 363530:5453eb276716
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jun 11 14:53:03 2017 +0000

description:
Update ruby-mixlib-cli to 1.7.0.

1.7.0                                                   2016/07/06

* Support two-argument procs for reducer style

1.6.0                                                   2016/05/05

* Properly pass options during inheritance
* Added option key ':in' to specify that option value should be included in
  the given list
* Fixed ruby-warning "instance variable @{ivar} not initialized". - Kenichi
  Kamiya
* Documented CLI arguments. - C Chamblin
* Added rake, rdoc, and rspec and development dependencies
* Removed the contributions.md document and merged it with the changelog
* Updated code to comply with chefstyle style guidelines
* Fixed a missing comma from an example in the readme
* Ship the Gemfile so that tests can run from the Gem

diffstat:

 devel/ruby-mixlib-cli/Makefile |   6 +++---
 devel/ruby-mixlib-cli/PLIST    |   6 ++++--
 devel/ruby-mixlib-cli/distinfo |  10 +++++-----
 3 files changed, 12 insertions(+), 10 deletions(-)

diffs (51 lines):

diff -r ebac8981f2ef -r 5453eb276716 devel/ruby-mixlib-cli/Makefile
--- a/devel/ruby-mixlib-cli/Makefile    Sun Jun 11 14:48:02 2017 +0000
+++ b/devel/ruby-mixlib-cli/Makefile    Sun Jun 11 14:53:03 2017 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.1 2014/06/03 13:12:32 jperkin Exp $
+# $NetBSD: Makefile,v 1.2 2017/06/11 14:53:03 taca Exp $
 
-DISTNAME=      mixlib-cli-1.5.0
+DISTNAME=      mixlib-cli-1.7.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/opscode/mixlib-cli
+HOMEPAGE=      https://github.com/chef/mixlib-cli
 COMMENT=       Mixin for creating command line applications
 LICENSE=       apache-2.0
 
diff -r ebac8981f2ef -r 5453eb276716 devel/ruby-mixlib-cli/PLIST
--- a/devel/ruby-mixlib-cli/PLIST       Sun Jun 11 14:48:02 2017 +0000
+++ b/devel/ruby-mixlib-cli/PLIST       Sun Jun 11 14:53:03 2017 +0000
@@ -1,11 +1,13 @@
-@comment $NetBSD: PLIST,v 1.1 2014/06/03 13:12:32 jperkin Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/06/11 14:53:03 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/Gemfile
 ${GEM_LIBDIR}/LICENSE
 ${GEM_LIBDIR}/NOTICE
-${GEM_LIBDIR}/README.rdoc
+${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/Rakefile
 ${GEM_LIBDIR}/lib/mixlib/cli.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
diff -r ebac8981f2ef -r 5453eb276716 devel/ruby-mixlib-cli/distinfo
--- a/devel/ruby-mixlib-cli/distinfo    Sun Jun 11 14:48:02 2017 +0000
+++ b/devel/ruby-mixlib-cli/distinfo    Sun Jun 11 14:53:03 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 03:29:25 agc Exp $
+$NetBSD: distinfo,v 1.3 2017/06/11 14:53:03 taca Exp $
 
-SHA1 (mixlib-cli-1.5.0.gem) = 325ac0aa0e5af288f5e15c04339d9ea9aa3ff0cc
-RMD160 (mixlib-cli-1.5.0.gem) = 7c6bd1bea1147409c46490bafbcac22239e8575a
-SHA512 (mixlib-cli-1.5.0.gem) = a962a6f60503ee7f52ea30e0091240e54b2e429d07eec12f71929e9acb06009b222368bc37ab3decffb87be1a9f7fcd9ba8a715c756b0195c466621325650104
-Size (mixlib-cli-1.5.0.gem) = 14336 bytes
+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



Home | Main Index | Thread Index | Old Index