pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ruby-highline Update devel/ruby-highline to 1.6.5
details: https://anonhg.NetBSD.org/pkgsrc/rev/11774be22696
branches: trunk
changeset: 594933:11774be22696
user: gls <gls%pkgsrc.org@localhost>
date: Wed Nov 09 21:29:09 2011 +0000
description:
Update devel/ruby-highline to 1.6.5
Changelog:
== 1.6.5
* HighLine#list() now correctly handles empty lists (fix by Lachlan Dowding).
* HighLine#list() now supports <tt>:uneven_columns_across</tt> and
<tt>:uneven_columns_down</tt> modes.
== 1.6.4
* Add introspection methods to color_scheme: definition, keys, to_hash.
* Add tests for new methods.
== 1.6.3
* Add color NONE.
* Add RGB color capability.
* Made 'color' available as a class or instance method of HighLine, for
instance: HighLine.color("foo", :blue)) or highline_obj.color("foo", :blue)
are now both possible and equivalent.
* Add HighLine::String class with convenience methods: #color (alias
#foreground), #on (alias #background), colors, and styles. See
lib/string_extensions.rb.
* Add (optional) ability to extend String with the same convenience methods from
HighLine::String, using Highline.colorize_strings.
diffstat:
devel/ruby-highline/Makefile | 4 ++--
devel/ruby-highline/PLIST | 12 +++++++++---
devel/ruby-highline/distinfo | 8 ++++----
3 files changed, 15 insertions(+), 9 deletions(-)
diffs (55 lines):
diff -r 9d8e3826fa0f -r 11774be22696 devel/ruby-highline/Makefile
--- a/devel/ruby-highline/Makefile Wed Nov 09 20:59:50 2011 +0000
+++ b/devel/ruby-highline/Makefile Wed Nov 09 21:29:09 2011 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2011/06/17 15:34:02 taca Exp $
+# $NetBSD: Makefile,v 1.5 2011/11/09 21:29:09 gls Exp $
-DISTNAME= highline-1.6.2
+DISTNAME= highline-1.6.5
CATEGORIES= net security
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
diff -r 9d8e3826fa0f -r 11774be22696 devel/ruby-highline/PLIST
--- a/devel/ruby-highline/PLIST Wed Nov 09 20:59:50 2011 +0000
+++ b/devel/ruby-highline/PLIST Wed Nov 09 21:29:09 2011 +0000
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.3 2010/03/02 11:44:52 obache Exp $
-${GEM_HOME}/cache/highline-${PKGVERSION}.gem
+@comment $NetBSD: PLIST,v 1.4 2011/11/09 21:29:09 gls Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGELOG
${GEM_LIBDIR}/INSTALL
${GEM_LIBDIR}/LICENSE
@@ -23,11 +23,17 @@
${GEM_LIBDIR}/lib/highline/import.rb
${GEM_LIBDIR}/lib/highline/menu.rb
${GEM_LIBDIR}/lib/highline/question.rb
+${GEM_LIBDIR}/lib/highline/string_extensions.rb
+${GEM_LIBDIR}/lib/highline/style.rb
${GEM_LIBDIR}/lib/highline/system_extensions.rb
${GEM_LIBDIR}/setup.rb
+${GEM_LIBDIR}/test/string_methods.rb
${GEM_LIBDIR}/test/tc_color_scheme.rb
${GEM_LIBDIR}/test/tc_highline.rb
${GEM_LIBDIR}/test/tc_import.rb
${GEM_LIBDIR}/test/tc_menu.rb
+${GEM_LIBDIR}/test/tc_string_extension.rb
+${GEM_LIBDIR}/test/tc_string_highline.rb
+${GEM_LIBDIR}/test/tc_style.rb
${GEM_LIBDIR}/test/ts_all.rb
-${GEM_HOME}/specifications/highline-${PKGVERSION}.gemspec
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 9d8e3826fa0f -r 11774be22696 devel/ruby-highline/distinfo
--- a/devel/ruby-highline/distinfo Wed Nov 09 20:59:50 2011 +0000
+++ b/devel/ruby-highline/distinfo Wed Nov 09 21:29:09 2011 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2011/06/17 15:34:02 taca Exp $
+$NetBSD: distinfo,v 1.5 2011/11/09 21:29:09 gls Exp $
-SHA1 (highline-1.6.2.gem) = 74a4a67ec7e9a9cc87c636a81d262808272369b8
-RMD160 (highline-1.6.2.gem) = 9d4669fabdf3a6254cacd12a204e2430a15efd5c
-Size (highline-1.6.2.gem) = 56320 bytes
+SHA1 (highline-1.6.5.gem) = 6962d4ad136f768d8fc1a2e4fa3ae4c00ec424e5
+RMD160 (highline-1.6.5.gem) = e79f8ff0d7c002d6535ba3807ea388f0e173ff10
+Size (highline-1.6.5.gem) = 66560 bytes
Home |
Main Index |
Thread Index |
Old Index