bbc6e32c1b
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
)
44 lines
1.7 KiB
Text
44 lines
1.7 KiB
Text
@comment $NetBSD: PLIST,v 1.6 2015/02/04 03:27:08 taca Exp $
|
|
${GEM_HOME}/cache/${GEM_NAME}.gem
|
|
${GEM_LIBDIR}/.document
|
|
${GEM_LIBDIR}/.rspec
|
|
${GEM_LIBDIR}/.travis.yml
|
|
${GEM_LIBDIR}/.yardopts
|
|
${GEM_LIBDIR}/CHANGELOG.md
|
|
${GEM_LIBDIR}/CONTRIBUTING.md
|
|
${GEM_LIBDIR}/Gemfile
|
|
${GEM_LIBDIR}/LICENSE.md
|
|
${GEM_LIBDIR}/README.md
|
|
${GEM_LIBDIR}/Rakefile
|
|
${GEM_LIBDIR}/lib/multi_json.rb
|
|
${GEM_LIBDIR}/lib/multi_json/adapter.rb
|
|
${GEM_LIBDIR}/lib/multi_json/adapter_error.rb
|
|
${GEM_LIBDIR}/lib/multi_json/adapters/gson.rb
|
|
${GEM_LIBDIR}/lib/multi_json/adapters/jr_jackson.rb
|
|
${GEM_LIBDIR}/lib/multi_json/adapters/json_common.rb
|
|
${GEM_LIBDIR}/lib/multi_json/adapters/json_gem.rb
|
|
${GEM_LIBDIR}/lib/multi_json/adapters/json_pure.rb
|
|
${GEM_LIBDIR}/lib/multi_json/adapters/nsjsonserialization.rb
|
|
${GEM_LIBDIR}/lib/multi_json/adapters/oj.rb
|
|
${GEM_LIBDIR}/lib/multi_json/adapters/ok_json.rb
|
|
${GEM_LIBDIR}/lib/multi_json/adapters/yajl.rb
|
|
${GEM_LIBDIR}/lib/multi_json/convertible_hash_keys.rb
|
|
${GEM_LIBDIR}/lib/multi_json/options.rb
|
|
${GEM_LIBDIR}/lib/multi_json/parse_error.rb
|
|
${GEM_LIBDIR}/lib/multi_json/vendor/okjson.rb
|
|
${GEM_LIBDIR}/lib/multi_json/version.rb
|
|
${GEM_LIBDIR}/multi_json.gemspec
|
|
${GEM_LIBDIR}/spec/gson_adapter_spec.rb
|
|
${GEM_LIBDIR}/spec/jr_jackson_adapter_spec.rb
|
|
${GEM_LIBDIR}/spec/json_gem_adapter_spec.rb
|
|
${GEM_LIBDIR}/spec/json_pure_adapter_spec.rb
|
|
${GEM_LIBDIR}/spec/multi_json_spec.rb
|
|
${GEM_LIBDIR}/spec/nsjsonserialization_adapter_spec.rb
|
|
${GEM_LIBDIR}/spec/oj_adapter_spec.rb
|
|
${GEM_LIBDIR}/spec/ok_json_adapter_spec.rb
|
|
${GEM_LIBDIR}/spec/shared/adapter.rb
|
|
${GEM_LIBDIR}/spec/shared/json_common_adapter.rb
|
|
${GEM_LIBDIR}/spec/shared/options.rb
|
|
${GEM_LIBDIR}/spec/spec_helper.rb
|
|
${GEM_LIBDIR}/spec/yajl_adapter_spec.rb
|
|
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|