diff options
author | taca <taca@pkgsrc.org> | 2008-09-15 08:39:10 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2008-09-15 08:39:10 +0000 |
commit | 8cd83108b0a069e43216159c2db7f2713ec36ca6 (patch) | |
tree | 0c6e41e59598d8928d190a417e1fcb2b839f43cb /textproc | |
parent | 4a39bff55c4778b1c8751ca702c16d79edbdc790 (diff) | |
download | pkgsrc-8cd83108b0a069e43216159c2db7f2713ec36ca6.tar.gz |
Update ruby-json-pure pacakge to 1.1.3.
2008-07-10 (1.1.3)
* Wesley Beary <monki@geemus.com> 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 (limited to 'textproc')
-rw-r--r-- | textproc/ruby-json-pure/Makefile | 4 | ||||
-rw-r--r-- | textproc/ruby-json-pure/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
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 diff --git a/textproc/ruby-json-pure/distinfo b/textproc/ruby-json-pure/distinfo index 56abe40d2ca..a77329a2cd3 100644 --- a/textproc/ruby-json-pure/distinfo +++ b/textproc/ruby-json-pure/distinfo @@ -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 |