diff options
| author | Charlie Sharpsteen | 2011-11-13 18:08:03 -0800 |
|---|---|---|
| committer | Charlie Sharpsteen | 2011-11-13 19:23:00 -0800 |
| commit | 30745b90e8d04bf5115469ad183307ba64ea77a4 (patch) | |
| tree | a27a88f5a5275f3834f78a807e2e2e32816494c4 /Library/Formula/python.rb | |
| parent | cfd9d505b0e3061bedc5f2fb55374230960b9c44 (diff) | |
| download | homebrew-30745b90e8d04bf5115469ad183307ba64ea77a4.tar.bz2 | |
Hardwire multi_json backend
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 #8574.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library/Formula/python.rb')
0 files changed, 0 insertions, 0 deletions
