Update ruby-highine to 1.6.11.
= Change Log Below is a complete listing of changes for each revision of HighLine. == 1.6.11 * Fixed a bad test. (Fix by Diego Elio Pettenò.) == 1.6.10 * Fixed a regression that prevented asking for String arguments (by Jeffery Sman.) * Fixed a testing incompatibility (by Hans de Graaff.) == 1.6.9 * The new list modes now properly ignore escapes when sizing. * Added a project gemspec file. * Fixed a bug that prevented the use of termios (by tomdz). * Switch to JLine to provide better echo support on JRuby (by tomdz).
This commit is contained in:
parent
8983f2242e
commit
04c91e84db
3 changed files with 16 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.6 2011/12/14 17:04:56 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2012/03/17 14:37:30 taca Exp $
|
||||
|
||||
DISTNAME= highline-1.6.8
|
||||
DISTNAME= highline-1.6.11
|
||||
CATEGORIES= net security
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
|
|
@ -1,11 +1,15 @@
|
|||
@comment $NetBSD: PLIST,v 1.4 2011/11/09 21:29:09 gls Exp $
|
||||
@comment $NetBSD: PLIST,v 1.5 2012/03/17 14:37:30 taca Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/.gitignore
|
||||
${GEM_LIBDIR}/AUTHORS
|
||||
${GEM_LIBDIR}/CHANGELOG
|
||||
${GEM_LIBDIR}/COPYING
|
||||
${GEM_LIBDIR}/INSTALL
|
||||
${GEM_LIBDIR}/LICENSE
|
||||
${GEM_LIBDIR}/README
|
||||
${GEM_LIBDIR}/Rakefile
|
||||
${GEM_LIBDIR}/TODO
|
||||
${GEM_LIBDIR}/doc/.cvsignore
|
||||
${GEM_LIBDIR}/examples/ansi_colors.rb
|
||||
${GEM_LIBDIR}/examples/asking_for_arrays.rb
|
||||
${GEM_LIBDIR}/examples/basic_usage.rb
|
||||
|
@ -18,6 +22,7 @@ ${GEM_LIBDIR}/examples/password.rb
|
|||
${GEM_LIBDIR}/examples/trapping_eof.rb
|
||||
${GEM_LIBDIR}/examples/using_readline.rb
|
||||
${GEM_LIBDIR}/lib/highline.rb
|
||||
${GEM_LIBDIR}/highline.gemspec
|
||||
${GEM_LIBDIR}/lib/highline/color_scheme.rb
|
||||
${GEM_LIBDIR}/lib/highline/compatibility.rb
|
||||
${GEM_LIBDIR}/lib/highline/import.rb
|
||||
|
@ -27,6 +32,10 @@ ${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}/site/.cvsignore
|
||||
${GEM_LIBDIR}/site/highline.css
|
||||
${GEM_LIBDIR}/site/images/logo.png
|
||||
${GEM_LIBDIR}/site/index.html
|
||||
${GEM_LIBDIR}/test/string_methods.rb
|
||||
${GEM_LIBDIR}/test/tc_color_scheme.rb
|
||||
${GEM_LIBDIR}/test/tc_highline.rb
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.6 2011/12/14 17:04:56 taca Exp $
|
||||
$NetBSD: distinfo,v 1.7 2012/03/17 14:37:30 taca Exp $
|
||||
|
||||
SHA1 (highline-1.6.8.gem) = b1a87b79857fce54d2d9e3e29303ae7d7cad056a
|
||||
RMD160 (highline-1.6.8.gem) = c5c3122ade04605f406dbf76cb0662ed2daae783
|
||||
Size (highline-1.6.8.gem) = 66560 bytes
|
||||
SHA1 (highline-1.6.11.gem) = 8251e9cada9dfbbb0699ebce8521b78886d55185
|
||||
RMD160 (highline-1.6.11.gem) = 9b4856b5016a975a1d6aba59853baf0898ecc965
|
||||
Size (highline-1.6.11.gem) = 217088 bytes
|
||||
|
|
Loading…
Reference in a new issue