aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-06-22 16:51:08 -0500
committerJack Nagel2013-06-22 21:34:02 -0500
commit163067512bb15e0582ad9d59555697126b9aeac6 (patch)
treef0128fb96018751be17281a59161fe3b72e8ad56 /Library/Formula
parente3f061d9900187e0082f17d4e857a55ff8fc4874 (diff)
downloadhomebrew-163067512bb15e0582ad9d59555697126b9aeac6.tar.bz2
Add Utils::JSON to wrap the JSON implementation
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libvbucket.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/libvbucket.rb b/Library/Formula/libvbucket.rb
index 272ce8d66..57a16f6d8 100644
--- a/Library/Formula/libvbucket.rb
+++ b/Library/Formula/libvbucket.rb
@@ -14,9 +14,9 @@ class Libvbucket < Formula
end
test do
- require 'multi_json'
+ require 'utils/json'
require 'open3'
- json = MultiJson.encode(
+ json = Utils::JSON.dump(
{
"hashAlgorithm" => "CRC",
"numReplicas" => 2,