openstax_rescue_from 4.2.1 → 4.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/openstax/rescue_from/logger.rb +1 -1
- data/lib/openstax/rescue_from/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e74c477de6ad1cf7bb6cabb7eec593fefe5bd97a6b76984a7112887815a0662c
|
4
|
+
data.tar.gz: 4cb76c43943308651fc5d9209b9e604b95891b8e4593df644dab7422072051f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 26d00833887558a9915fcaf73f4ba8b7f315b398e84b49f87ff66b6c7794cec1fc35f52ba715975b49f99c9e7650e1f5e02472a2ff769761e29f27c2775c7beb
|
7
|
+
data.tar.gz: dbd1dd56334ac41518a595574841aaf41a36d64d03cdfb5aaa0b2d65f169d33f6e845a0b542454b496bdaf89802224a2be18724425a3df03ed065ceb2c726c44
|
@@ -19,7 +19,7 @@ module OpenStax
|
|
19
19
|
private
|
20
20
|
def record_system_error_recursively!
|
21
21
|
if exception_proxy.cause
|
22
|
-
RescueFrom.
|
22
|
+
RescueFrom.register_unrecognized_exception(exception_proxy.cause.class)
|
23
23
|
@exception_proxy = ExceptionCauseProxy.new(exception_proxy.cause)
|
24
24
|
record_system_error!("Exception cause")
|
25
25
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: openstax_rescue_from
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.2.
|
4
|
+
version: 4.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- JP Slavinsky
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2024-10-
|
12
|
+
date: 2024-10-16 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|