lib/ridley/chef/cookbook/metadata.rb in ridley-0.12.2 vs lib/ridley/chef/cookbook/metadata.rb in ridley-0.12.3
- old
+ new
@@ -461,10 +461,10 @@
@version = o[VERSION] if o.has_key?(VERSION)
self
end
def from_json(json)
- from_hash MultiJson.decode(json)
+ from_hash JSON.parse(json)
end
private
# Verify that the given array is an array of strings