ezlog 0.7.0 → 0.7.1

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: a3448fa736b7d0c38391f77c299ca38185705c50bfb9a48230166b1bf95d5cea
4
- data.tar.gz: 6334e6cfbca5a00b5c10d3c272533711613d556bf4d452176a055ba876dae8f9
3
+ metadata.gz: 8ca6993d4ad6c1fcd07d3d4895b2be3f2bdfde37eb3463c0c09f6480676eb439
4
+ data.tar.gz: a802402d7225019622d87d9990b71088f6cbd01d770641d1835dc310d301fd38
5
5
  SHA512:
6
- metadata.gz: faa9b4f39da472e3e353c8d2d0f95a36f08eae1ca631f0c1611907488da9fbd80dc3a330cde6f7f103056a34e7a0e72469e53580d36180b9119f3c5e96bc03bf
7
- data.tar.gz: 24798f5e9e2d2308f443bc2c4a72612aab10e389599fa45ce8eea535bf68fb104f9da8c3c1a8f4ceda225215597ab7f85a1e314985841679376c40e5deebd06c
6
+ metadata.gz: 8eed8c43fa2cdd21cd8f29d49cb86351b33afd054419111a3d98a7564696721f0f67ddbd17ad38be0b421bee6bc55138799014c692a42770061f2a29f707ece7
7
+ data.tar.gz: 9035a7299dae11147aec96510d49549727fcaed0cb59e43be562dd85710277424a7a213364ff763e3611faca2ebf138c03e623517ce5200b891a691b924bdcdc
@@ -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)
@@ -3,6 +3,7 @@ module Ezlog
3
3
  class JobContext
4
4
  class << self
5
5
  def from_job_hash(job_hash)
6
+ return {} if job_hash.nil?
6
7
  basic_info_from(job_hash).merge named_arguments_from(job_hash)
7
8
  end
8
9
 
@@ -1,3 +1,3 @@
1
1
  module Ezlog
2
- VERSION = '0.7.0'
2
+ VERSION = '0.7.1'
3
3
  end
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.0
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 00:00:00.000000000 Z
11
+ date: 2020-03-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: logging