pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/ruby-json-pure Update ruby-json-pure pacakge ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/317d05e0f3b2
branches:  trunk
changeset: 547300:317d05e0f3b2
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Sep 15 08:39:10 2008 +0000

description:
Update ruby-json-pure pacakge to 1.1.3.

2008-07-10 (1.1.3)
  * Wesley Beary <monki%geemus.com@localhost> 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.

diffstat:

 textproc/ruby-json-pure/Makefile |  4 ++--
 textproc/ruby-json-pure/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 3c9b20612be7 -r 317d05e0f3b2 textproc/ruby-json-pure/Makefile
--- a/textproc/ruby-json-pure/Makefile  Mon Sep 15 08:38:01 2008 +0000
+++ b/textproc/ruby-json-pure/Makefile  Mon Sep 15 08:39:10 2008 +0000
@@ -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
 
diff -r 3c9b20612be7 -r 317d05e0f3b2 textproc/ruby-json-pure/distinfo
--- a/textproc/ruby-json-pure/distinfo  Mon Sep 15 08:38:01 2008 +0000
+++ b/textproc/ruby-json-pure/distinfo  Mon Sep 15 08:39:10 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/04/04 15:21:50 jlam Exp $
+$NetBSD: distinfo,v 1.2 2008/09/15 08:39:10 taca Exp $
 
-SHA1 (json_pure-1.1.2.gem) = 5f7bb49d462c4e083c6329b37fa069af15eda449
-RMD160 (json_pure-1.1.2.gem) = 81cf8b1fb4d41fd44250b44308e420b6a49148c4
-Size (json_pure-1.1.2.gem) = 113152 bytes
+SHA1 (json_pure-1.1.3.gem) = 158693fd9d390165f9d26b84cf9f96514c5a1172
+RMD160 (json_pure-1.1.3.gem) = c0c1f6a679392f88b1c1223806fcef94e8d41a62
+Size (json_pure-1.1.3.gem) = 113664 bytes



Home | Main Index | Thread Index | Old Index