Update ruby-highline package to 1.6.2.

= Change Log

Below is a complete listing of changes for each revision of HighLine.

== 1.6.2

* Correctly handle STDIN being closed before we receive any data (fix by
  mleinart).
* Try if msvcrt, if we can't load crtdll on Windows (fix by pepijnve).
* A fix for nil_on_handled not running the action (reported by Andrew Davey).
This commit is contained in:
taca 2011-06-17 15:34:02 +00:00
parent eded543fd8
commit d3b9d80e61
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.3 2010/09/10 05:49:39 taca Exp $
# $NetBSD: Makefile,v 1.4 2011/06/17 15:34:02 taca Exp $
DISTNAME= highline-1.6.1
DISTNAME= highline-1.6.2
CATEGORIES= net security
MAINTAINER= pkgsrc-users@NetBSD.org

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2010/09/10 05:49:39 taca Exp $
$NetBSD: distinfo,v 1.4 2011/06/17 15:34:02 taca Exp $
SHA1 (highline-1.6.1.gem) = 261d3f0cac763137371a3316edf95893bdeaa78e
RMD160 (highline-1.6.1.gem) = e3c9e0fce364a1217daa4b6bd2a73d3ecd8a02f0
Size (highline-1.6.1.gem) = 56320 bytes
SHA1 (highline-1.6.2.gem) = 74a4a67ec7e9a9cc87c636a81d262808272369b8
RMD160 (highline-1.6.2.gem) = 9d4669fabdf3a6254cacd12a204e2430a15efd5c
Size (highline-1.6.2.gem) = 56320 bytes