exception_handling 3.1.1.pre.tstarck.1 → 3.1.1
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.lock +1 -1
- data/lib/exception_handling/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a8107c2d7f6cf04a39a6f642eb27b327d605eb2fdd2e04762d248ab577b45e02
|
|
4
|
+
data.tar.gz: e9cfa08279d74c8a40b05ca29bd3129d621d89447c1d981e6443d23454e51822
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2773644ac06df5431f1a7b0c523beebae6168361a807453a1727d3b2d53dacb29fc8a07f9e362dcc4bc5140dae8cbc513bec5a1d3aea3584b4c91c08301f0ce2
|
|
7
|
+
data.tar.gz: 05eeae5bd5a88bd9388802b9351d5a3d1810ed1ce97bf2399513947e2c9ae3ca7536ffdd68ea0febc48ecdfa369ddfa44b6c98237aed46fff58bded2f33b8817
|
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
|
-
## [3.1.1] -
|
|
7
|
+
## [3.1.1] - 2024-03-19
|
|
8
8
|
### Changed
|
|
9
9
|
- Changed how the `honeybadger_tag_from_log_context` to now combine the tag name with the value using a colon `:` instead of two hyphens `--`.
|
|
10
10
|
- There was a bug in Honeybadger that was preventing colons from being used in tags. However that bug is now fixed so we can use colons (which look better).
|
data/Gemfile.lock
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: exception_handling
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.1.1
|
|
4
|
+
version: 3.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Invoca
|
|
@@ -142,9 +142,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
142
142
|
version: '2.7'
|
|
143
143
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
144
144
|
requirements:
|
|
145
|
-
- - "
|
|
145
|
+
- - ">="
|
|
146
146
|
- !ruby/object:Gem::Version
|
|
147
|
-
version:
|
|
147
|
+
version: '0'
|
|
148
148
|
requirements: []
|
|
149
149
|
rubygems_version: 3.3.7
|
|
150
150
|
signing_key:
|