| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-11-13 | Hardwire multi_json backend | Charlie Sharpsteen | |
| The `multi_json` gem dynamically selects a JSON implementation from a list of candidates. Since we cannot control which gems are installed on a user's machine, this patch hardwires `multi_json` to use the included copy of `ok_json`. `ok_json` is a pure-Ruby JSON encoder/decoder that is bundled with `multi_json`. `ok_json` may not be as fast as other choices, but speed is not critical for our application. Closes Homebrew/homebrew#8574. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net> | |||
| 2011-11-13 | Add copyright notice for MultiJson | Charlie Sharpsteen | |
| 2011-11-13 | Vendor Library: multi-json 1.0.3 | Charlie 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. | |||
