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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ec7e531f87626b3a0350e50d5dbaf70d3cedeecc3ead54e8e105d666e10bfb83
4
- data.tar.gz: 015355dbb7bee67cddf2c96e02f368a993d787913488692605c4b894757dfa8e
3
+ metadata.gz: e74c477de6ad1cf7bb6cabb7eec593fefe5bd97a6b76984a7112887815a0662c
4
+ data.tar.gz: 4cb76c43943308651fc5d9209b9e604b95891b8e4593df644dab7422072051f5
5
5
  SHA512:
6
- metadata.gz: fcf93a6ba12f2cc75dc3856b0b81726950b1ca2240acbf161a8d6c7c209bae7aa93dc5d02ba3c6846ca75a8147344c1e01eb97617a4bef1def2c1255d58e34b0
7
- data.tar.gz: 693f1ad77e81262bd7e2a8c80a64342efcd308c31f4362d315ba4e23ba3468bddd99da45845685098f99b9894d315d06b05f9cf709ee08d0d45ef37b473a5908
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.register_exception(exception_proxy.cause.class)
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
@@ -1,5 +1,5 @@
1
1
  module OpenStax
2
2
  module RescueFrom
3
- VERSION = '4.2.1'
3
+ VERSION = '4.2.2'
4
4
  end
5
5
  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.1
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-09 00:00:00.000000000 Z
12
+ date: 2024-10-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails