From 92986ae716e2c1d7c963c492ad259b3c3faacc79 Mon Sep 17 00:00:00 2001 From: taca Date: Mon, 15 Sep 2008 08:39:10 +0000 Subject: Update ruby-json-pure pacakge to 1.1.3. 2008-07-10 (1.1.3) * Wesley Beary reported a bug in json/add/core's DateTime handling: If the nominator and denominator of the offset were divisible by each other Ruby's Rational#to_s returns them as an integer not a fraction with '/'. This caused a ZeroDivisionError during parsing. * Use Date#start and DateTime#start instead of sg method, while remaining backwards compatible. * Supports ragel >= 6.0 now. * Corrected some tests. * Some minor changes. --- textproc/ruby-json-pure/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc/ruby-json-pure/Makefile') diff --git a/textproc/ruby-json-pure/Makefile b/textproc/ruby-json-pure/Makefile index 56daac3ed2c..bf592c356c5 100644 --- a/textproc/ruby-json-pure/Makefile +++ b/textproc/ruby-json-pure/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:21:50 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2008/09/15 08:39:10 taca Exp $ -DISTNAME= json_pure-1.1.2 +DISTNAME= json_pure-1.1.3 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g} CATEGORIES= textproc -- cgit v1.2.3