quandl_cassinatra 0.1.15 → 0.1.16
Sign up to get free protection for your applications and to get access to all the features.
data/UPGRADE.md
CHANGED
@@ -45,7 +45,7 @@ class ParseJSON < Faraday::Response::Middleware
|
|
45
45
|
json = {
|
46
46
|
id: 1,
|
47
47
|
errors: {
|
48
|
-
parse_error: "
|
48
|
+
parse_error: "Quandl::Cassinatra::ParseJSON error. status: #{env[:status]}, body: #{body.inspect}"
|
49
49
|
}
|
50
50
|
}
|
51
51
|
end
|