diff options
author | obache <obache@pkgsrc.org> | 2010-09-05 02:13:51 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-09-05 02:13:51 +0000 |
commit | b07b3df61360f2f001ad2af3720869c06eb19ab1 (patch) | |
tree | 1e07ef7f8d7c4514cbb511d822e8277139d7a47b /textproc/ruby-json-pure | |
parent | 1aeabc76744539cc5e234f48cd8b1401d39bff0f (diff) | |
download | pkgsrc-b07b3df61360f2f001ad2af3720869c06eb19ab1.tar.gz |
Update ruby-json{,_pure} to 1.4.6.
2010-08-09 (1.4.6)
* Fixed oversight reported in http://github.com/flori/json/issues/closed#issue/23,
always create a new object from the state prototype.
* Made pure and ext api more similar again.
2010-08-07 (1.4.5)
* Manage data structure nesting depth in state object during generation. This
should reduce problems with to_json method definŃ–tions that only have one
argument.
* Some fixes in the state objects and additional tests.
2010-08-06 (1.4.4)
* Fixes build problem for rubinius under OS X, http://github.com/flori/json/issues/closed#issue/25
* Fixes crashes described in http://github.com/flori/json/issues/closed#issue/21 and
http://github.com/flori/json/issues/closed#issue/23
Diffstat (limited to 'textproc/ruby-json-pure')
-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 9a508ce3230..592376b9746 100644 --- a/textproc/ruby-json-pure/Makefile +++ b/textproc/ruby-json-pure/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2010/05/16 11:50:57 obache Exp $ +# $NetBSD: Makefile,v 1.6 2010/09/05 02:13:51 obache Exp $ -DISTNAME= json_pure-1.4.3 +DISTNAME= json_pure-1.4.6 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g} CATEGORIES= textproc diff --git a/textproc/ruby-json-pure/distinfo b/textproc/ruby-json-pure/distinfo index 229d2053ef3..2b76f137189 100644 --- a/textproc/ruby-json-pure/distinfo +++ b/textproc/ruby-json-pure/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2010/05/16 11:50:58 obache Exp $ +$NetBSD: distinfo,v 1.6 2010/09/05 02:13:51 obache Exp $ -SHA1 (json_pure-1.4.3.gem) = fa6c36d8ff07ba33de44e1453a8fcff0fb6b252f -RMD160 (json_pure-1.4.3.gem) = 3d69474f5bc821e275409773c92faa897aab49a7 -Size (json_pure-1.4.3.gem) = 397824 bytes +SHA1 (json_pure-1.4.6.gem) = 9fe74cdffaba077e1209f9222e8b7ddd282966df +RMD160 (json_pure-1.4.6.gem) = 2ce9c5c4315c330a0f9dac5592e4c8d6c134efc6 +Size (json_pure-1.4.6.gem) = 398848 bytes SHA1 (patch-aa) = c80a2a7a1ae78e98dd7d6982a2e5da8963a214d6 |