ocean-rails 2.3.3 → 2.3.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/initializers/zeromq_logger.rb +3 -3
- 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: 41fa98d3f759e94e31e37b3c6518b5fb1057e328
|
4
|
+
data.tar.gz: 6e53d1104488cbd9280a948662d05882addbcd9d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 038fd6967b48f0ce60b7ef8d15b77a40482d94f568f2b556e4bd436256084dd12139e4902e01b8c216cd52290af269f3ae018a07ddb787dbb2b532f0661f8236
|
7
|
+
data.tar.gz: c87217771cc9fd67bd788469f6e6736e3be74143076b54bd4599a9ec3e926f99e68696b9fd9aa303ded0de9079e3f1610ce7fbc613d4d90c45df6423674c88d4
|
@@ -90,9 +90,9 @@ if Rails.env == 'production' && ENV['NO_ZEROMQ_LOGGING'].blank?
|
|
90
90
|
data[:_api_error] = JSON.parse(body)['_api_error']
|
91
91
|
end
|
92
92
|
|
93
|
-
if response
|
94
|
-
|
95
|
-
end
|
93
|
+
# if response && response.headers['Cache-Control']
|
94
|
+
# data[:cache_control] = response.headers['Cache-Control']
|
95
|
+
# end
|
96
96
|
|
97
97
|
ex = request.env["action_dispatch.exception"]
|
98
98
|
if ex
|
data/lib/ocean/version.rb
CHANGED