ocean-rails 2.3.4 → 2.3.5
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: f3eb02e8ee7770b0b91c3971d43866f1cd4e2669
|
4
|
+
data.tar.gz: a43355395081917ed4d027d93d2a292247347a8e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f8801496045dbe46b8a5591756ac7c9ac76f6751d20e28d1ae2ea379a8ce0cbcf6606bbb9a8545d7f4a81717b176109cedce50fef8dd60035686871d33c33b1b
|
7
|
+
data.tar.gz: 6e718f82d590ca5d2ed08b4aa05cfb8930fe21e1512cec87620f4d60ef464db584048332bf00ed6363b6f70015fbb4889c119d9d854ad7db47b8aa50e9b327e8
|
@@ -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
|
-
|
94
|
-
|
95
|
-
|
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