taca
1533c78211
textproc/ruby-multi_json: update to 1.13.1
...
1.13.1
------
* [Fix missing stdlib set dependency in oj adapter](c4ff66e7be
)
1.13.0
-----
* [Make Oj adapter handle JSON::ParseError correctly](275e3ffd81
)
2018-03-14 15:51:13 +00:00
taca
41b4305955
Update ruby-multi_jsonto 1.12.2.
...
1.12.2
------
* [Renew gem certificate](57922d898c
)
2017-09-10 16:09:00 +00:00
wiz
5d86518619
Switch github HOMEPAGEs to https.
2017-07-30 22:32:10 +00:00
taca
0395fcef19
Update ruby-multi_json to 1.12.1.
...
1.12.1
------
* [Prevent meory leak in OptionsCache](aa7498199a
)
1.12.0
------
* [Introduce global options cache to improve peroformance](7aaef2a1bc
)
2016-10-18 14:39:16 +00:00
agc
2eddae48e5
Add SHA512 digests for distfiles for textproc category
...
Problems found locating distfiles:
Package cabocha: missing distfile cabocha-0.68.tar.bz2
Package convertlit: missing distfile clit18src.zip
Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 01:59:17 +00:00
taca
7fdbbe2270
Update ruby-multi_json to 1.11.2
...
1.11.2
------
* [Only pass one argument to JrJackson when two is not supported](e798fa517c
)
2015-09-13 15:22:49 +00:00
taca
f89b88ee49
Update ruby-multi_json to 1.11.1.
...
1.11.1
------
* [Dump method passes options throught for JrJackson adapter](3c730fd121
)
2015-06-11 17:19:59 +00:00
taca
4e01f777c1
Update ruby-multi_json to 1.11.0.
...
1.11.0
------
* [Make all adapters read IO object before load](167f559e18
)
2015-03-13 16:17:32 +00:00
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