mumukit-nuntius 6.3.0 → 6.3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2748b077c7dcfb41e1166ab98d6d28ea53c2696e9b99dbc4ed1ba5c40a99b5a3
4
- data.tar.gz: '09b81dd9006941f517c36922a95646e8262fa14986d3ea87de8a14ac04a2980a'
3
+ metadata.gz: 4c255b6de165a624e8515c2393202a3a30f7a08e9663aaab171b29865ddf4063
4
+ data.tar.gz: 33ce0083c8f04e3dae69c7a1e801148cc1b418f9afc80f503684c7bb4af78593
5
5
  SHA512:
6
- metadata.gz: 11939b78d3e9df9ea060fe83c07374f6cccbfd21cd25e79aaafc947e5da0caedce31794d866f00b48799dc16ef6000837115d8b3671d6e751a2a8cb780b58f80
7
- data.tar.gz: b1db9e5046a027deab18497ab6d00920191d0b95366acae58719e36d8e5cbd1653d5049f166b880dce4e674f47494ea6269b9f0e95d354c123abc97a08a34803
6
+ metadata.gz: de02006aad7b5526224b7f9e37b116cd195e1efc1e22ca5e97c25346d0a0c54196e6fa42a4bb3cb658371f2bcd4ca0756ee61503ed743635db7eaa4847e0f83b
7
+ data.tar.gz: 63bd041fb5c674a2816a5da0d646356054c4e901b1a0d99b3b62c2594f46ca9271e2998d730dc44a8f79b398e2be677e71dd8213af97b215d17a2a05f5695abd
@@ -48,15 +48,15 @@ module Mumukit::Nuntius::EventConsumer
48
48
  log_unknown_event event
49
49
  end
50
50
  rescue => e
51
- log_exception(event, e)
51
+ log_exception(event, e, body[:data])
52
52
  end
53
53
 
54
54
  def log_unknown_event(event)
55
55
  Mumukit::Nuntius::Logger.info "Unhandled event: #{event} does not exists."
56
56
  end
57
57
 
58
- def log_exception(event, e)
59
- Mumukit::Nuntius::Logger.error "Failed to proccess #{event}, error was: #{e}"
58
+ def log_exception(event, e, body)
59
+ Mumukit::Nuntius::Logger.error "Failed to proccess #{event}, error was: #{e}, body was: #{body}"
60
60
  end
61
61
  end
62
62
  end
@@ -1,5 +1,5 @@
1
1
  module Mumukit
2
2
  module Nuntius
3
- VERSION = '6.3.0'
3
+ VERSION = '6.3.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mumukit-nuntius
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.3.0
4
+ version: 6.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Agustin Pina
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2019-04-16 00:00:00.000000000 Z
12
+ date: 2019-11-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -121,7 +121,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
121
121
  - !ruby/object:Gem::Version
122
122
  version: '0'
123
123
  requirements: []
124
- rubygems_version: 3.0.3
124
+ rubyforge_project:
125
+ rubygems_version: 2.7.7
125
126
  signing_key:
126
127
  specification_version: 4
127
128
  summary: Library for working with rabbit queues