Update ruby-json and ruby-json-pure pacakge to 1.6.3.
2011-12-01 (1.6.3) * Let JSON.load('') return nil as well to make mysql text columns (default to '') work better for serialization. 2011-11-21 (1.6.2) * Add support for OpenStruct and BigDecimal. * Fix bug when parsing nil in quirks_mode. * Make JSON.dump and JSON.load methods better cooperate with Rails' serialize method. Just use: serialize :value, JSON * Fix bug with time serialization concerning nanoseconds. Thanks for the patch go to Josh Partlow (jpartlow@github). * Improve parsing speed for JSON numbers (integers and floats) in a similar way to what Evan Phoenix <evan@phx.io> suggested in: https://github.com/flori/json/pull/103 2011-09-18 (1.6.1) * Using -target 1.5 to force Java bits to compile with 1.5.
This commit is contained in:
parent
86c52e8223
commit
8c40d8efdd
6 changed files with 32 additions and 15 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.12 2011/09/13 15:14:16 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.13 2011/12/15 16:11:59 taca Exp $
|
||||
|
||||
DISTNAME= json_pure-1.6.0
|
||||
DISTNAME= json_pure-1.6.3
|
||||
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g}
|
||||
CATEGORIES= textproc
|
||||
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
@comment $NetBSD: PLIST,v 1.9 2011/09/13 15:14:16 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.10 2011/12/15 16:11:59 taca Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/.gitignore
|
||||
${GEM_LIBDIR}/.travis.yml
|
||||
${GEM_LIBDIR}/CHANGES
|
||||
${GEM_LIBDIR}/COPYING
|
||||
${GEM_LIBDIR}/COPYING-json-jruby
|
||||
|
@ -10,6 +12,7 @@ ${GEM_LIBDIR}/README.rdoc
|
|||
${GEM_LIBDIR}/Rakefile
|
||||
${GEM_LIBDIR}/TODO
|
||||
${GEM_LIBDIR}/VERSION
|
||||
${GEM_LIBDIR}/benchmarks/data-p4-3GHz-ruby18/.keep
|
||||
${GEM_LIBDIR}/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkComparison.log
|
||||
${GEM_LIBDIR}/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkExt#generator_fast-autocorrelation.dat
|
||||
${GEM_LIBDIR}/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkExt#generator_fast.dat
|
||||
|
@ -41,6 +44,7 @@ ${GEM_LIBDIR}/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkRails.log
|
|||
${GEM_LIBDIR}/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkYAML#parser-autocorrelation.dat
|
||||
${GEM_LIBDIR}/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkYAML#parser.dat
|
||||
${GEM_LIBDIR}/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkYAML.log
|
||||
${GEM_LIBDIR}/benchmarks/data/.keep
|
||||
${GEM_LIBDIR}/benchmarks/generator2_benchmark.rb
|
||||
${GEM_LIBDIR}/benchmarks/generator_benchmark.rb
|
||||
${GEM_LIBDIR}/benchmarks/ohai.json
|
||||
|
@ -50,6 +54,8 @@ ${GEM_LIBDIR}/benchmarks/parser_benchmark.rb
|
|||
${GEM_LIBDIR}/data/example.json
|
||||
${GEM_LIBDIR}/data/index.html
|
||||
${GEM_LIBDIR}/data/prototype.js
|
||||
${GEM_LIBDIR}/diagrams/.keep
|
||||
${GEM_LIBDIR}/ext/json/ext/fbuffer/fbuffer.h
|
||||
${GEM_LIBDIR}/ext/json/ext/generator/extconf.rb
|
||||
${GEM_LIBDIR}/ext/json/ext/generator/generator.c
|
||||
${GEM_LIBDIR}/ext/json/ext/generator/generator.h
|
||||
|
@ -77,11 +83,13 @@ ${GEM_LIBDIR}/json-java.gemspec
|
|||
${GEM_LIBDIR}/json.gemspec
|
||||
${GEM_LIBDIR}/json_pure.gemspec
|
||||
${GEM_LIBDIR}/lib/json.rb
|
||||
${GEM_LIBDIR}/lib/json/add/bigdecimal.rb
|
||||
${GEM_LIBDIR}/lib/json/add/complex.rb
|
||||
${GEM_LIBDIR}/lib/json/add/core.rb
|
||||
${GEM_LIBDIR}/lib/json/add/date.rb
|
||||
${GEM_LIBDIR}/lib/json/add/date_time.rb
|
||||
${GEM_LIBDIR}/lib/json/add/exception.rb
|
||||
${GEM_LIBDIR}/lib/json/add/ostruct.rb
|
||||
${GEM_LIBDIR}/lib/json/add/range.rb
|
||||
${GEM_LIBDIR}/lib/json/add/rational.rb
|
||||
${GEM_LIBDIR}/lib/json/add/regexp.rb
|
||||
|
@ -90,6 +98,7 @@ ${GEM_LIBDIR}/lib/json/add/symbol.rb
|
|||
${GEM_LIBDIR}/lib/json/add/time.rb
|
||||
${GEM_LIBDIR}/lib/json/common.rb
|
||||
${GEM_LIBDIR}/lib/json/ext.rb
|
||||
${GEM_LIBDIR}/lib/json/ext/.keep
|
||||
${GEM_LIBDIR}/lib/json/pure.rb
|
||||
${GEM_LIBDIR}/lib/json/pure/generator.rb
|
||||
${GEM_LIBDIR}/lib/json/pure/parser.rb
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.11 2011/09/13 15:14:16 taca Exp $
|
||||
$NetBSD: distinfo,v 1.12 2011/12/15 16:11:59 taca Exp $
|
||||
|
||||
SHA1 (json_pure-1.6.0.gem) = 5289f441c49360262d0c743fd8006e0175fa28d6
|
||||
RMD160 (json_pure-1.6.0.gem) = b80ae737a6bd7a7222923425f3263f2bbbe4ca59
|
||||
Size (json_pure-1.6.0.gem) = 654336 bytes
|
||||
SHA1 (json_pure-1.6.3.gem) = 9f420b3d0fbad97a36a75d1065386c22021f9c6e
|
||||
RMD160 (json_pure-1.6.3.gem) = ee1f511684921c19b75975ce06966790495ab614
|
||||
Size (json_pure-1.6.3.gem) = 658944 bytes
|
||||
SHA1 (patch-aa) = c80a2a7a1ae78e98dd7d6982a2e5da8963a214d6
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.15 2011/11/08 15:37:34 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.16 2011/12/15 16:11:58 taca Exp $
|
||||
|
||||
DISTNAME= json-1.6.0
|
||||
PKGREVISION= 1
|
||||
DISTNAME= json-1.6.3
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
@comment $NetBSD: PLIST,v 1.12 2011/11/08 15:37:34 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.13 2011/12/15 16:11:58 taca Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/.gitignore
|
||||
${GEM_LIBDIR}/.travis.yml
|
||||
${GEM_LIBDIR}/CHANGES
|
||||
${GEM_LIBDIR}/COPYING
|
||||
${GEM_LIBDIR}/COPYING-json-jruby
|
||||
|
@ -10,6 +12,7 @@ ${GEM_LIBDIR}/README.rdoc
|
|||
${GEM_LIBDIR}/Rakefile
|
||||
${GEM_LIBDIR}/TODO
|
||||
${GEM_LIBDIR}/VERSION
|
||||
${GEM_LIBDIR}/benchmarks/data-p4-3GHz-ruby18/.keep
|
||||
${GEM_LIBDIR}/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkComparison.log
|
||||
${GEM_LIBDIR}/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkExt#generator_fast-autocorrelation.dat
|
||||
${GEM_LIBDIR}/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkExt#generator_fast.dat
|
||||
|
@ -41,6 +44,7 @@ ${GEM_LIBDIR}/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkRails.log
|
|||
${GEM_LIBDIR}/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkYAML#parser-autocorrelation.dat
|
||||
${GEM_LIBDIR}/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkYAML#parser.dat
|
||||
${GEM_LIBDIR}/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkYAML.log
|
||||
${GEM_LIBDIR}/benchmarks/data/.keep
|
||||
${GEM_LIBDIR}/benchmarks/generator2_benchmark.rb
|
||||
${GEM_LIBDIR}/benchmarks/generator_benchmark.rb
|
||||
${GEM_LIBDIR}/benchmarks/ohai.json
|
||||
|
@ -50,6 +54,8 @@ ${GEM_LIBDIR}/benchmarks/parser_benchmark.rb
|
|||
${GEM_LIBDIR}/data/example.json
|
||||
${GEM_LIBDIR}/data/index.html
|
||||
${GEM_LIBDIR}/data/prototype.js
|
||||
${GEM_LIBDIR}/diagrams/.keep
|
||||
${GEM_LIBDIR}/ext/json/ext/fbuffer/fbuffer.h
|
||||
${GEM_LIBDIR}/ext/json/ext/generator/extconf.rb
|
||||
${GEM_LIBDIR}/ext/json/ext/generator/generator.c
|
||||
${GEM_LIBDIR}/ext/json/ext/generator/generator.h
|
||||
|
@ -79,11 +85,13 @@ ${GEM_LIBDIR}/json-java.gemspec
|
|||
${GEM_LIBDIR}/json.gemspec
|
||||
${GEM_LIBDIR}/json_pure.gemspec
|
||||
${GEM_LIBDIR}/lib/json.rb
|
||||
${GEM_LIBDIR}/lib/json/add/bigdecimal.rb
|
||||
${GEM_LIBDIR}/lib/json/add/complex.rb
|
||||
${GEM_LIBDIR}/lib/json/add/core.rb
|
||||
${GEM_LIBDIR}/lib/json/add/date.rb
|
||||
${GEM_LIBDIR}/lib/json/add/date_time.rb
|
||||
${GEM_LIBDIR}/lib/json/add/exception.rb
|
||||
${GEM_LIBDIR}/lib/json/add/ostruct.rb
|
||||
${GEM_LIBDIR}/lib/json/add/range.rb
|
||||
${GEM_LIBDIR}/lib/json/add/rational.rb
|
||||
${GEM_LIBDIR}/lib/json/add/regexp.rb
|
||||
|
@ -92,6 +100,7 @@ ${GEM_LIBDIR}/lib/json/add/symbol.rb
|
|||
${GEM_LIBDIR}/lib/json/add/time.rb
|
||||
${GEM_LIBDIR}/lib/json/common.rb
|
||||
${GEM_LIBDIR}/lib/json/ext.rb
|
||||
${GEM_LIBDIR}/lib/json/ext/.keep
|
||||
${GEM_LIBDIR}/lib/json/pure.rb
|
||||
${GEM_LIBDIR}/lib/json/pure/generator.rb
|
||||
${GEM_LIBDIR}/lib/json/pure/parser.rb
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.11 2011/09/13 15:15:18 taca Exp $
|
||||
$NetBSD: distinfo,v 1.12 2011/12/15 16:11:58 taca Exp $
|
||||
|
||||
SHA1 (json-1.6.0.gem) = 5504d43231bc81054ab47ee6923bb50247c586a1
|
||||
RMD160 (json-1.6.0.gem) = 22809011e05c079c5afff1103674eec690d3154f
|
||||
Size (json-1.6.0.gem) = 654336 bytes
|
||||
SHA1 (json-1.6.3.gem) = 72e2d149113b35dc538e035d8b12108e5aa53502
|
||||
RMD160 (json-1.6.3.gem) = 5e2ed6979de262aecdd3f61209e71d4efad9856c
|
||||
Size (json-1.6.3.gem) = 658432 bytes
|
||||
SHA1 (patch-ab) = c80a2a7a1ae78e98dd7d6982a2e5da8963a214d6
|
||||
|
|
Loading…
Reference in a new issue