pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/ruby-commander Update ruby-commander to 4.3.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6e835ae96e06
branches:  trunk
changeset: 652505:6e835ae96e06
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Jun 03 13:55:24 2015 +0000

description:
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:

 misc/ruby-commander/Makefile |  6 +++---
 misc/ruby-commander/PLIST    |  3 ++-
 misc/ruby-commander/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (51 lines):

diff -r f9ab1cc64d8d -r 6e835ae96e06 misc/ruby-commander/Makefile
--- a/misc/ruby-commander/Makefile      Wed Jun 03 13:54:38 2015 +0000
+++ b/misc/ruby-commander/Makefile      Wed Jun 03 13:55:24 2015 +0000
@@ -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@localhost
@@ -8,7 +8,7 @@
 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 -r f9ab1cc64d8d -r 6e835ae96e06 misc/ruby-commander/PLIST
--- a/misc/ruby-commander/PLIST Wed Jun 03 13:54:38 2015 +0000
+++ b/misc/ruby-commander/PLIST Wed Jun 03 13:55:24 2015 +0000
@@ -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/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 -r f9ab1cc64d8d -r 6e835ae96e06 misc/ruby-commander/distinfo
--- a/misc/ruby-commander/distinfo      Wed Jun 03 13:54:38 2015 +0000
+++ b/misc/ruby-commander/distinfo      Wed Jun 03 13:55:24 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index