exception_handling 2.14.0.pre.gk.1 → 2.14.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/.github/CODEOWNERS +1 -0
- data/CHANGELOG.md +1 -1
- data/Gemfile.lock +2 -2
- data/lib/exception_handling/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '0376880c57db8a6bc22e3f3c12aa587baacdbc89aa0a21d1d7ed325d785fa56d'
|
|
4
|
+
data.tar.gz: 7eacb94e4c3cf1e08b7836bbe26595bcb61031f6ccf592bba55621fb82bdce7e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b409daeb7a13834e93badcfedb27dea72306f3ff25a97638b58724cf29f43c0010ad4ab1afef020603ce58ee965fe9c51aa44fcf21b9c22fd950799ce3c7b912
|
|
7
|
+
data.tar.gz: 99a954e50c9e0902235e27437badec5b83c62f3161dd73b375b7b50259894c512b6e649fd200b3d2c69c0b91fd8cedac1891d4b09ecf82054e95c539a7010cbc
|
data/.github/CODEOWNERS
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
* @Invoca/octothorpe
|
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.14.0] -
|
|
7
|
+
## [2.14.0] - 2023-02-22
|
|
8
8
|
### Added
|
|
9
9
|
- Added support for plumbing tags through to honeybadger via the `honeybadger_tags` log context parameter
|
|
10
10
|
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
exception_handling (2.14.0
|
|
4
|
+
exception_handling (2.14.0)
|
|
5
5
|
actionmailer (>= 5.2, < 7.0)
|
|
6
6
|
actionpack (>= 5.2, < 7.0)
|
|
7
7
|
activesupport (>= 5.2, < 7.0)
|
|
@@ -65,7 +65,7 @@ GEM
|
|
|
65
65
|
honeybadger (4.11.0)
|
|
66
66
|
i18n (1.10.0)
|
|
67
67
|
concurrent-ruby (~> 1.0)
|
|
68
|
-
invoca-utils (0.5.
|
|
68
|
+
invoca-utils (0.5.1)
|
|
69
69
|
activesupport (>= 5.0)
|
|
70
70
|
jaro_winkler (1.5.3)
|
|
71
71
|
json (2.6.3)
|
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.14.0
|
|
4
|
+
version: 2.14.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Invoca
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-02-
|
|
11
|
+
date: 2023-02-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: actionmailer
|
|
@@ -161,6 +161,7 @@ executables: []
|
|
|
161
161
|
extensions: []
|
|
162
162
|
extra_rdoc_files: []
|
|
163
163
|
files:
|
|
164
|
+
- ".github/CODEOWNERS"
|
|
164
165
|
- ".github/workflows/pipeline.yml"
|
|
165
166
|
- ".gitignore"
|
|
166
167
|
- ".rspec"
|
|
@@ -222,9 +223,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
222
223
|
version: '0'
|
|
223
224
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
224
225
|
requirements:
|
|
225
|
-
- - "
|
|
226
|
+
- - ">="
|
|
226
227
|
- !ruby/object:Gem::Version
|
|
227
|
-
version:
|
|
228
|
+
version: '0'
|
|
228
229
|
requirements: []
|
|
229
230
|
rubygems_version: 3.1.6
|
|
230
231
|
signing_key:
|