Skip to content

Commit

Permalink
Update ruby-json-pure to 1.8.0
Browse files Browse the repository at this point in the history
2013-05-13 (1.8.0)
  * Fix flori/json#162 reported by Marc-Andre
    Lafortune <github_rocks@marc-andre.ca>. Thanks!
  * Applied patches by Yui NARUSE <naruse@airemix.jp> to suppress warning with
    -Wchar-subscripts and better validate UTF-8 strings.
  * Applied patch by ginriki@github to remove unnecessary if.
  * Add load/dump interface to JSON::GenericObject to make
        serialize :some_attribute, JSON::GenericObject
    work in Rails active models for convenient SomeModel#some_attribute.foo.bar
    access to serialised JSON data.
  • Loading branch information
obache committed Jun 13, 2013
1 parent b7049fc commit 97ff57c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions textproc/ruby-json-pure/Makefile
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.21 2013/02/12 13:13:08 taca Exp $
# $NetBSD: Makefile,v 1.22 2013/06/13 13:18:08 obache Exp $

DISTNAME= json_pure-1.7.7
DISTNAME= json_pure-1.8.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g}
CATEGORIES= textproc

Expand Down
8 changes: 4 additions & 4 deletions textproc/ruby-json-pure/distinfo
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.20 2013/02/12 13:13:08 taca Exp $
$NetBSD: distinfo,v 1.21 2013/06/13 13:18:08 obache Exp $

SHA1 (json_pure-1.7.7.gem) = 7e1368bb90aeabd5eb578bdc234e7d5d80369329
RMD160 (json_pure-1.7.7.gem) = 3727776bf6d05df46c386e68917e98dc1c8f7d0b
Size (json_pure-1.7.7.gem) = 148480 bytes
SHA1 (json_pure-1.8.0.gem) = b5f43f300c2dd9d0ae845150a24f1c659c457573
RMD160 (json_pure-1.8.0.gem) = 7d8ac6ed3b4603b2be14fcd7333ea9d508502642
Size (json_pure-1.8.0.gem) = 148992 bytes
SHA1 (patch-aa) = c80a2a7a1ae78e98dd7d6982a2e5da8963a214d6

0 comments on commit 97ff57c

Please sign in to comment.