Update ruby-commander package to 4.0.4.
4.0.4 / 2011-04-04 ================== * Fixed program(:key) behavior for non-Array keys like name, version, description under Ruby 1.9 * All specs should pass under Ruby 1.9 now 4.0.3 / 2010-04-06 ================== * Fixed global_option which was consuming arguments when not expected. Closes #22
This commit is contained in:
parent
91bbb4040c
commit
0cc0c95db9
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/01/20 14:39:32 tonnerre Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2011/06/19 01:47:47 taca Exp $
|
||||
|
||||
DISTNAME= commander-4.0.2
|
||||
DISTNAME= commander-4.0.4
|
||||
CATEGORIES= misc
|
||||
|
||||
MAINTAINER= tonnerre@NetBSD.org
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2011/01/20 14:33:24 tonnerre Exp $
|
||||
$NetBSD: distinfo,v 1.2 2011/06/19 01:47:47 taca Exp $
|
||||
|
||||
SHA1 (commander-4.0.2.gem) = 4d5984eda2469ee998105b00b710fa91b279ddf4
|
||||
RMD160 (commander-4.0.2.gem) = 9907c6428e1a549e2ab96322e2941da6637f9a81
|
||||
Size (commander-4.0.2.gem) = 27648 bytes
|
||||
SHA1 (commander-4.0.4.gem) = 8d783abcec5b06917d59d7b34465db66b45dd525
|
||||
RMD160 (commander-4.0.4.gem) = 2ce8422dda73b394b6a092e871bf58404fb57a03
|
||||
Size (commander-4.0.4.gem) = 28160 bytes
|
||||
|
|
Loading…
Reference in a new issue