ezlog 0.7.0 → 0.7.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 +8 -0
- data/lib/ezlog/sidekiq/job_context.rb +1 -0
- data/lib/ezlog/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: 8ca6993d4ad6c1fcd07d3d4895b2be3f2bdfde37eb3463c0c09f6480676eb439
|
|
4
|
+
data.tar.gz: a802402d7225019622d87d9990b71088f6cbd01d770641d1835dc310d301fd38
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8eed8c43fa2cdd21cd8f29d49cb86351b33afd054419111a3d98a7564696721f0f67ddbd17ad38be0b421bee6bc55138799014c692a42770061f2a29f707ece7
|
|
7
|
+
data.tar.gz: 9035a7299dae11147aec96510d49549727fcaed0cb59e43be562dd85710277424a7a213364ff763e3611faca2ebf138c03e623517ce5200b891a691b924bdcdc
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
### 0.7.1 (2020-03-12)
|
|
2
|
+
|
|
3
|
+
[Full Changelog](https://github.com/emartech/ezlog/compare/v0.7.0...v0.7.1)
|
|
4
|
+
|
|
5
|
+
* Bug fixes
|
|
6
|
+
* Fixed a bug in the [Sidekiq](https://github.com/mperham/sidekiq) error handler which caused the error handler
|
|
7
|
+
to throw an additional error if there was no job hash in the original error context.
|
|
8
|
+
|
|
1
9
|
### 0.7.0 (2020-03-11)
|
|
2
10
|
|
|
3
11
|
[Full Changelog](https://github.com/emartech/ezlog/compare/v0.6.0...v0.7.0)
|
data/lib/ezlog/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ezlog
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Zoltan Ormandi
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-03-
|
|
11
|
+
date: 2020-03-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: logging
|