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)
This commit is contained in:
parent
9b4e631162
commit
1b752b8ac7
3 changed files with 9 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue