summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-06-03 13:55:24 +0000
committertaca <taca@pkgsrc.org>2015-06-03 13:55:24 +0000
commitc53a8a084f0e3e8f1502fa1171ba424a5c582dc4 (patch)
treeb397ced5392afe50e10d21a2f61270e18cd41a14 /misc
parent555d966f2ee691d7fbefafdfc27ba6b86d6acd8a (diff)
downloadpkgsrc-c53a8a084f0e3e8f1502fa1171ba424a5c582dc4.tar.gz
Update ruby-commander to 4.3.4.
=== 4.3.4 / 2015-05-03 * Fixed a regression with the compact help formatter. === 4.3.3 / 2015-04-21 * Updated to highline 1.7.2 to fix a regression with terminal size (https://github.com/JEG2/highline/pull/139). * Help formatting updated to look better for commands with long names. (@jszwedko) === 4.3.2 / 2015-03-31 * Version bump to publish new location of Commander to Rubygems. Moved to https://github.com/commander-rb/commander === 4.3.1 / 2015-03-27 * Fix various Ruby warnings for circular requires, etc. * Update to use highline 1.7 (@SkyTrix)
Diffstat (limited to 'misc')
-rw-r--r--misc/ruby-commander/Makefile6
-rw-r--r--misc/ruby-commander/PLIST3
-rw-r--r--misc/ruby-commander/distinfo8
3 files changed, 9 insertions, 8 deletions
diff --git a/misc/ruby-commander/Makefile b/misc/ruby-commander/Makefile
index 74f1ff479f5..50f404f46d5 100644
--- a/misc/ruby-commander/Makefile
+++ b/misc/ruby-commander/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2015/03/13 14:48:44 taca Exp $
+# $NetBSD: Makefile,v 1.12 2015/06/03 13:55:24 taca Exp $
-DISTNAME= commander-4.3.0
+DISTNAME= commander-4.3.4
CATEGORIES= misc
MAINTAINER= tonnerre@NetBSD.org
@@ -8,7 +8,7 @@ HOMEPAGE= http://ramaze.net/
COMMENT= The complete solution for Ruby command-line executables
LICENSE= ruby-license
-DEPENDS+= ${RUBY_PKGPREFIX}-highline>=1.6.11<1.7:../../devel/ruby-highline
+DEPENDS+= ${RUBY_PKGPREFIX}-highline>=1.7.2<1.8:../../devel/ruby-highline
RUBYGEM_OPTIONS+= --format-executable
diff --git a/misc/ruby-commander/PLIST b/misc/ruby-commander/PLIST
index c5722f67665..362b473efb2 100644
--- a/misc/ruby-commander/PLIST
+++ b/misc/ruby-commander/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2015/03/13 14:48:44 taca Exp $
+@comment $NetBSD: PLIST,v 1.8 2015/06/03 13:55:24 taca Exp $
bin/commander${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gitignore
@@ -41,6 +41,7 @@ ${GEM_LIBDIR}/spec/command_spec.rb
${GEM_LIBDIR}/spec/configure_spec.rb
${GEM_LIBDIR}/spec/core_ext/array_spec.rb
${GEM_LIBDIR}/spec/core_ext/object_spec.rb
+${GEM_LIBDIR}/spec/help_formatters/terminal_compact_spec.rb
${GEM_LIBDIR}/spec/help_formatters/terminal_spec.rb
${GEM_LIBDIR}/spec/methods_spec.rb
${GEM_LIBDIR}/spec/runner_spec.rb
diff --git a/misc/ruby-commander/distinfo b/misc/ruby-commander/distinfo
index a8992d94187..707a2be6cfd 100644
--- a/misc/ruby-commander/distinfo
+++ b/misc/ruby-commander/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2015/03/13 14:48:44 taca Exp $
+$NetBSD: distinfo,v 1.12 2015/06/03 13:55:24 taca Exp $
-SHA1 (commander-4.3.0.gem) = 8bc85ee68afc0a6c67b74d942b43e359c3d35ec9
-RMD160 (commander-4.3.0.gem) = 0fa6521e5612ebb54e2f20a32bedaf47134c23e9
-Size (commander-4.3.0.gem) = 34816 bytes
+SHA1 (commander-4.3.4.gem) = a75ade5c9bc742829baeff1b7c5e61f24b54ef8a
+RMD160 (commander-4.3.4.gem) = c7f3a23f3cd4140ec86445b54a06b0f0808e6e6e
+Size (commander-4.3.4.gem) = 34816 bytes