2012-03-17 17:46:24 by Takahiro Kambe | Files touched by this commit (6) |
Log message:
Update ruby-json and ruby-json-pure package to 1.6.5.
2012-01-15 (1.6.5)
* Vit Ondruch <v.ondruch@tiscali.cz> reported a bug that shows up when using
optimisation under GCC 4.7. Thx to him, Bohuslav Kabrda
<bkabrda@redhat.com> and Yui NARUSE <naruse@airemix.jp> for \
debugging and
developing a patch fix.
2011-12-24 (1.6.4)
* Patches that improve speed on JRuby contributed by Charles Oliver Nutter
<headius@headius.com>.
* Support object_class/array_class with duck typed hash/array.
|
2011-12-15 17:11:59 by Takahiro Kambe | Files touched by this commit (6) |
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> 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.
|
2011-11-08 16:37:35 by Takahiro Kambe | Files touched by this commit (32) |
Log message:
* Remove .require_paths from PLIST
* Bump PKGREVISION.
|
2011-09-13 17:15:18 by Takahiro Kambe | Files touched by this commit (4) |
Log message:
Update ruby-json package to 1.6.0.
2011-09-12 (1.6.0)
* Extract utilities (prettifier and GUI-editor) in its own gem json-utils.
* Split json/add/core into different files for classes to be serialised.
|
2011-09-12 15:42:30 by Takahiro Kambe | Files touched by this commit (7) |
Log message:
Update ruby-json and ruby-json-pure package to 1.5.4.
2011-08-31 (1.5.4)
* Fix memory leak when used from multiple JRuby. (Patch by
jfirebaugh@github).
* Apply patch by Eric Wong <nocode@yhbt.net> that fixes garbage collection
problem reported in https://github.com/flori/json/issues/46.
* Add :quirks_mode option to parser and generator.
* Add support for Rational and Complex number additions via json/add/complex
and json/add/rational requires.
|
2011-08-12 19:20:20 by Takahiro Kambe | Files touched by this commit (7) |
Log message:
Update ruby-json and ruby-json-pure package to 1.5.3.
2011-06-20 (1.5.3)
* Alias State#configure method as State#merge to increase duck type synonymy
with Hash.
* Add as_json methods in json/add/core, so rails can create its json objects
the new way.
|
2011-06-15 17:14:24 by Takahiro Kambe | Files touched by this commit (7) |
Log message:
Update ruby-json and ruby-json-pure pacakge to 1.5.2
2011-05-11 (1.5.2)
* Apply documentation patch by Cory Monty <cory.monty@gmail.com>.
* Add gemspecs for json and json_pure.
* Fix bug in jruby pretty printing.
* Fix bug in object_class and array_class when inheriting from Hash or Array.
|
2011-03-23 15:12:58 by Takahiro Kambe | Files touched by this commit (4) |
Log message:
Update ruby-json to 1.5.1.
2011-01-24 (1.5.1)
* Made rake-compiler build a fat binary gem. This should fix issue
https://github.com/flori/json/issues#issue/54.
2011-01-22 (1.5.0)
* Included Java source codes for the Jruby extension made by Daniel Luz
<dev@mernen.com>.
* Output full exception message of deep_const_get to aid debugging.
* Fixed an issue with ruby 1.9 Module#const_defined? method, that was
reported by Riley Goodside.
|
2011-02-21 17:01:24 by Takahiro Kambe | Files touched by this commit (80) |
Log message:
Bump PKGREVISION due to ABI change of ruby18-base.
|
2010-09-10 10:18:49 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Remove default value of GEM_BUILD.
* Ajust new ruby package's framework.
|