diff options
author | taca <taca@pkgsrc.org> | 2013-03-17 16:21:46 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-03-17 16:21:46 +0000 |
commit | 0403ba33d598b3e1ef7af36589d63c39f69158c3 (patch) | |
tree | 1dd6132c1a712f3a152df298a70b3d28f59d78b7 /devel | |
parent | 8c2c85e7290d0d284af54c49c4b2f3e789a2f5ce (diff) | |
download | pkgsrc-0403ba33d598b3e1ef7af36589d63c39f69158c3.tar.gz |
Update ruby-highline to 1.6.16.
== 1.6.16
* Added the new indention feature (by davispuh).
* Separated auto-completion from the answer type (by davispuh).
* Improved JRuby support (by rsutphin).
* General code clean up (by stomar).
* Made HighLine#say() a little smarter with regard to color escapes
(by Kenneth Murphy).
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-highline/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-highline/PLIST | 3 | ||||
-rw-r--r-- | devel/ruby-highline/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/devel/ruby-highline/Makefile b/devel/ruby-highline/Makefile index 775fa178438..8914a815aec 100644 --- a/devel/ruby-highline/Makefile +++ b/devel/ruby-highline/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2012/09/15 12:26:46 taca Exp $ +# $NetBSD: Makefile,v 1.11 2013/03/17 16:21:46 taca Exp $ -DISTNAME= highline-1.6.15 +DISTNAME= highline-1.6.16 CATEGORIES= net security MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/ruby-highline/PLIST b/devel/ruby-highline/PLIST index 872b7a21c27..a3f254a1afe 100644 --- a/devel/ruby-highline/PLIST +++ b/devel/ruby-highline/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2012/08/29 16:32:51 taca Exp $ +@comment $NetBSD: PLIST,v 1.8 2013/03/17 16:21:46 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.gitignore ${GEM_LIBDIR}/AUTHORS @@ -14,6 +14,7 @@ ${GEM_LIBDIR}/examples/ansi_colors.rb ${GEM_LIBDIR}/examples/asking_for_arrays.rb ${GEM_LIBDIR}/examples/basic_usage.rb ${GEM_LIBDIR}/examples/color_scheme.rb +${GEM_LIBDIR}/examples/get_character.rb ${GEM_LIBDIR}/examples/limit.rb ${GEM_LIBDIR}/examples/menus.rb ${GEM_LIBDIR}/examples/overwrite.rb diff --git a/devel/ruby-highline/distinfo b/devel/ruby-highline/distinfo index 2ae0519c0a0..4c4df70ab9c 100644 --- a/devel/ruby-highline/distinfo +++ b/devel/ruby-highline/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2012/09/15 12:26:46 taca Exp $ +$NetBSD: distinfo,v 1.11 2013/03/17 16:21:46 taca Exp $ -SHA1 (highline-1.6.15.gem) = 750ad6e2e6929925cc84d4dcc1d7da7a86f54040 -RMD160 (highline-1.6.15.gem) = 62893a138559e0b30462d9f9d1c111887b6f1e3c -Size (highline-1.6.15.gem) = 218624 bytes +SHA1 (highline-1.6.16.gem) = 8560c2fbbecf3b31388c08f910e4a495fc5aac15 +RMD160 (highline-1.6.16.gem) = c6a8f77416afd94df18641235cf310285b04037d +Size (highline-1.6.16.gem) = 219648 bytes |