exception_handling 2.10.0.pre.2 → 2.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +1 -1
- data/Gemfile +1 -1
- data/Gemfile.lock +2 -2
- data/lib/exception_handling/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5a517039da6b4d97a8f0715dbb7a3c989c7c63099a744c1bfe5e55d77b119948
|
|
4
|
+
data.tar.gz: 72818ae79a8b5bad38af3e0f49e076158322a990210c4b416e57d55c33839c44
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 60015e9f53ad1a460fc735a7a78c1293cd165bebb0c7a9d6eba68c73fb6ab33dc84edf5d5e663bab6d553a9adc44ddf9f989a01352f102cd44a7eddb10a41e57
|
|
7
|
+
data.tar.gz: 3acf7c9c0abce4c87288ddc6f6a1766c6cc98a1ee5965b467888a4838d98e5f9d0b40e92f45255279d42b4e56a5687e6af08bd1dd356a7fd21ec1aba28bf16e6
|
data/CHANGELOG.md
CHANGED
|
@@ -4,7 +4,7 @@ Inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
|
4
4
|
|
|
5
5
|
Note: this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
|
-
## [2.10.0] -
|
|
7
|
+
## [2.10.0] - 2022-03-09
|
|
8
8
|
### Removed
|
|
9
9
|
- Remove custom object inspection
|
|
10
10
|
This removed Honeybadger-specific callbacks (`lib/exception_handling/honeybadger_callbacks.rb`)
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
exception_handling (2.10.0
|
|
4
|
+
exception_handling (2.10.0)
|
|
5
5
|
actionmailer (>= 4.2, < 7.0)
|
|
6
6
|
actionpack (>= 4.2, < 7.0)
|
|
7
7
|
activesupport (>= 4.2, < 7.0)
|
|
@@ -139,7 +139,7 @@ DEPENDENCIES
|
|
|
139
139
|
activesupport (< 6.1)
|
|
140
140
|
appraisal (~> 2.2)
|
|
141
141
|
exception_handling!
|
|
142
|
-
honeybadger
|
|
142
|
+
honeybadger (~> 4.11)
|
|
143
143
|
pry
|
|
144
144
|
pry-byebug
|
|
145
145
|
rake
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: exception_handling
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.10.0
|
|
4
|
+
version: 2.10.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Invoca
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-03-
|
|
11
|
+
date: 2022-03-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: actionmailer
|
|
@@ -195,9 +195,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
195
195
|
version: '0'
|
|
196
196
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
197
197
|
requirements:
|
|
198
|
-
- - "
|
|
198
|
+
- - ">="
|
|
199
199
|
- !ruby/object:Gem::Version
|
|
200
|
-
version:
|
|
200
|
+
version: '0'
|
|
201
201
|
requirements: []
|
|
202
202
|
rubygems_version: 3.0.3
|
|
203
203
|
signing_key:
|