Commit graph

11 commits

Author SHA1 Message Date
taca
bbc6e32c1b Update ruby-multi_json to 1.10.1.
1.10.1
------
* [Explicitly require stringio for Gson adapter](623ec8142d)
* [Do not read StrignIO object before passing it to JrJackson](a6dc935df0)

1.10.0
------
* [Performance tweaks](58724acfed)

1.9.3
-----
* [Convert indent option to Fixnum before passing to Oj](826fc5535b)

1.9.2
-----
* [Enable use_to_json option for Oj adapter by default](76a4aaf697)

1.9.1
-----
* [Remove unused LoadError file](65dedd84d5)

1.9.0
----
* [Rename LoadError to ParseError](4abb98fe3a)
* [Adapter load failure throws AdapterError instead of ArgumentError](4da612b617)

1.8.4
-----
* [Make Gson adapter explicitly read StringIO object](b58b498747)

1.8.3
-----
* [Make JrJackson explicitly read StringIO objects](e1f162d5b6)
* [Prevent calling #downcase on alias symbols](c1cf075453)

1.8.2
-----
* [Downcase adapter string name for OS compatibility](b8e15a0322)

1.8.1
-----
* [Let the adapter handle strings with invalid encoding](6af2bf87b8)

1.8.0
-----
* [Raise MultiJson::LoadError on blank input](c44f9c928b)

1.7.9
-----
* [Explicitly require json gem code even when constant is defined](36f7906c66)

1.7.8
-----
* [Reorder JrJackson before json_gem](315b6e460b)
* [Update vendored OkJson to version 43](99a6b662f6)

1.7.7
-----
* [Fix options caching issues](a3f14c3661)

1.7.6
-----
* [Bring back MultiJson::VERSION constant](31b990c272)

1.7.5
-----
* [Fix warning '*' interpreted as argument prefix](b698962c7f)
* [Remove stdlib warning](d06eec6b79)

1.7.4
-----
* [Cache options for better performance](8a26ee9314)

1.7.3
-----
* [Require json/ext to ensure extension version gets loaded for json_gem](942686f7e8)
* [Rename JrJackson](078de7ba8b)
* [Prefer JrJackson to JSON gem if present](af8bd9799a)
* [Print a warning if outdated gem versions are used](e7438e7ba2)
* [Loosen required_rubygems_version for compatibility with Ubuntu 10.04](59fad014e8)

1.7.2
-----
* [Rename Jrjackson adapter to JrJackson](b36dc915fc)
* [Implement jrjackson -> jr_jackson alias for back-compatability](aa50ab8b7b)
* [Update vendored OkJson module](30a3f474e1)

1.7.1
-----
* [Fix capitalization of JrJackson class](5373a5e38c)
2015-02-04 03:27:08 +00:00
wiz
ca20581716 Fix typo. 2013-08-20 22:38:39 +00:00
taca
a8a59578da Update ruby-multi_json to 1.7.0.
1.7.0
-----
* [Add load_options/dump_options to MultiJson](a153956be6)
* [MultiJson does not modify arguments](58525b01c4)
* [Enable quirks_mode by default for json_gem/json_pure adapters](1fd4e6635c)
* [Add JrJackson adapter](4dd86fa963)
* [Raise ArgumentError on bad adapter input](911a3756bd)
2013-03-17 16:25:16 +00:00
taca
796bbcbb2e Update ruby-multi_json to 1.6.1.
1.6.1
-----
* [Revert "Use JSON.generate instead of #to_json"](https://github.com/intridea/multi_json/issues/86)
2013-03-14 16:12:43 +00:00
taca
3145cbbfb5 Update ruby-multi_json to 1.6.0.
1.6.0
-----
* [Add gson.rb support](https://github.com/intridea/multi_json/pull/71)
* [Add MultiJson.default_options](https://github.com/intridea/multi_json/pull/70)
* [Add MultiJson.with_adapter](https://github.com/intridea/multi_json/pull/67)
* [Stringify all possible keys for ok_json](https://github.com/intridea/multi_json/pull/66)
* [Alias `MultiJson::DecodeError` to `MultiJson::LoadError`](https://github.com/intridea/multi_json/pull/79)
2013-02-13 16:17:51 +00:00
taca
6b5b1aa81c Update ruby-multi_json to 1.5.1.
Various fixes and workaround for JSON#parse.
2013-02-12 15:08:30 +00:00
taca
af99af549c Update ruby-multi_json to 1.5.0.
Exact changes are unknown, please refer github:
	https://github.com/intridea/multi_json/commits/master.
2012-12-17 14:33:27 +00:00
taca
ceb7765b65 Update ruby-multi_json to 1.3.6.
Changes are unavailable.
2012-06-02 01:12:29 +00:00
taca
7321171922 Update ruby-multi_json to 1.3.4.
Exact changes aren't avaiable.

* Add support for Oj library.
* Several bug fixes.
2012-04-29 05:41:46 +00:00
taca
22da9b7985 Update ruby-multi_json package to 1.1.0.
Aded Apple's NSJSONSerialization support.
2012-03-17 16:47:41 +00:00
taca
18e2996076 Importing textproc/ruby-multi_json package version 1.0.4.
MultiJSON

Lots of Ruby libraries utilize JSON parsing in some form, and everyone has
their favorite JSON library. In order to best support multiple JSON parsers
and libraries, multi_json is a general-purpose swappable JSON backend library.
2011-12-16 12:38:43 +00:00