ocean-rails 6.1.4 → 6.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/ocean/ocean_application_controller.rb +1 -1
- data/lib/ocean/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1b498d045f13407db3e50fb87f43640d523221f7
|
4
|
+
data.tar.gz: c98366ff234bfa09a59729fc1b1758752b2d3409
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 939304b05f3df6b4780fc565beb34d2a4a2be5be7fa97a72db46a766ca895e55cdba955264e58b7d89ebdc388ec021ed1d31a19ad85f32b52f7bbe5c4b619963
|
7
|
+
data.tar.gz: 38c0261b633547fee8e2236b90ff16e971a5d56b096a7b95bcc2d22f3648fcf3e0f097b88718bf47cc9794a61b25994b40bfdd6821cf903732262efcd319bb00
|
@@ -76,7 +76,7 @@ module OceanApplicationController
|
|
76
76
|
@group_names = a['group_names'].to_set if a['group_names']
|
77
77
|
return true
|
78
78
|
end
|
79
|
-
error_messages = response.body['_api_error'] rescue ["Not JSON: #{raw_body}"]
|
79
|
+
error_messages = response.body['_api_error'] rescue ["Not JSON: #{response.raw_body}"]
|
80
80
|
render_api_error response.status, *error_messages
|
81
81
|
expires_in 0, must_revalidate: true
|
82
82
|
false
|
data/lib/ocean/version.rb
CHANGED