summaryrefslogtreecommitdiff
path: root/misc/ruby-commander
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2011-08-12 16:57:00 +0000
committertaca <taca@pkgsrc.org>2011-08-12 16:57:00 +0000
commita8e4d4e7f4c56c7cf3bce002fdd9cd850e902cc9 (patch)
tree98fd1f6388fcb5064ada2f42ba5efb35561c5aaf /misc/ruby-commander
parent5647c93a1575cc3369dac4acf933a9a079d3726e (diff)
downloadpkgsrc-a8e4d4e7f4c56c7cf3bce002fdd9cd850e902cc9.tar.gz
Update misc/ruby-commander package to 4.0.5.
4.0.5 / 2011-08-09 ================== * Updated documentation to fix inaccuracies and unclear information. * Improved rake tasks for gem development. * Added say_ok, say_warning and say_error methods to print messages in green, yellow or red. (thanks to Simon Courtois) * Fixed; Allow global options to be passed in any order, even mixed with command options. (thanks to Rich Grundy) * Fixed; Global options can be passed before or after the command, they can even be mixed with command options. Closes #8. (thanks to Rich Grundy) * Fixed; Platform test should now correctly identify JRuby. (thanks to Justin Lynn) * Fixed; Add to_s to exceptions as option parser no longer does implicit conversion. (thanks to Justin Lynn)
Diffstat (limited to 'misc/ruby-commander')
-rw-r--r--misc/ruby-commander/Makefile4
-rw-r--r--misc/ruby-commander/PLIST4
-rw-r--r--misc/ruby-commander/distinfo8
3 files changed, 9 insertions, 7 deletions
diff --git a/misc/ruby-commander/Makefile b/misc/ruby-commander/Makefile
index 67cca935826..8f81f760283 100644
--- a/misc/ruby-commander/Makefile
+++ b/misc/ruby-commander/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2011/06/19 01:47:47 taca Exp $
+# $NetBSD: Makefile,v 1.3 2011/08/12 16:57:00 taca Exp $
-DISTNAME= commander-4.0.4
+DISTNAME= commander-4.0.5
CATEGORIES= misc
MAINTAINER= tonnerre@NetBSD.org
diff --git a/misc/ruby-commander/PLIST b/misc/ruby-commander/PLIST
index c70fad7d036..eb6743e8983 100644
--- a/misc/ruby-commander/PLIST
+++ b/misc/ruby-commander/PLIST
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/01/20 14:41:25 tonnerre Exp $
+@comment $NetBSD: PLIST,v 1.2 2011/08/12 16:57:00 taca Exp $
bin/commander
${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/DEVELOPMENT
${GEM_LIBDIR}/History.rdoc
${GEM_LIBDIR}/Manifest
${GEM_LIBDIR}/README.rdoc
@@ -35,6 +36,7 @@ ${GEM_LIBDIR}/spec/runner_spec.rb
${GEM_LIBDIR}/spec/spec.opts
${GEM_LIBDIR}/spec/spec_helper.rb
${GEM_LIBDIR}/spec/ui_spec.rb
+${GEM_LIBDIR}/tasks/dev_setup.rake
${GEM_LIBDIR}/tasks/docs.rake
${GEM_LIBDIR}/tasks/gemspec.rake
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/misc/ruby-commander/distinfo b/misc/ruby-commander/distinfo
index d21bfd0a222..d536ecdf6e6 100644
--- a/misc/ruby-commander/distinfo
+++ b/misc/ruby-commander/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2011/06/19 01:47:47 taca Exp $
+$NetBSD: distinfo,v 1.3 2011/08/12 16:57:00 taca Exp $
-SHA1 (commander-4.0.4.gem) = 8d783abcec5b06917d59d7b34465db66b45dd525
-RMD160 (commander-4.0.4.gem) = 2ce8422dda73b394b6a092e871bf58404fb57a03
-Size (commander-4.0.4.gem) = 28160 bytes
+SHA1 (commander-4.0.5.gem) = 2abae072451dee6c17b4331c2cc30a0ce4f05dc4
+RMD160 (commander-4.0.5.gem) = 59d60e8e6057ff8aeb2497a0724fc8d929de9e16
+Size (commander-4.0.5.gem) = 30208 bytes