pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc
Module Name: pkgsrc
Committed By: taca
Date: Thu Dec 15 16:11:59 UTC 2011
Modified Files:
pkgsrc/textproc/ruby-json: Makefile PLIST distinfo
pkgsrc/textproc/ruby-json-pure: Makefile PLIST distinfo
Log Message:
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@localhost> 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.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/textproc/ruby-json/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/ruby-json/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/ruby-json/distinfo
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/ruby-json-pure/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/ruby-json-pure/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/ruby-json-pure/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index