aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/vendor/multi_json/version.rb
AgeCommit message (Collapse)Author
2013-06-22Remove MultiJsonJack Nagel
Closes Homebrew/homebrew#20696.
2013-01-17Update multi_json to 1.5.0Jack Nagel
This contains updates to the OkJson library that allow objects to define to_json for serialization, and this will be used in the upcoming options and deps work.
2011-11-13Vendor Library: multi-json 1.0.3Charlie Sharpsteen
Multi-JSON is a library that provides encode/decode support for casting Ruby objects to JSON strings and back again. This version of the library has been tested against ruby versions 1.8.6 and later. Having a JSON encoder/decoder in the toolbox helps now that the GitHub API only returns results in JSON format.