eventbus 0.31 → 0.31.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.
- data/lib/eventbus/message.rb +0 -4
- metadata +2 -2
data/lib/eventbus/message.rb
CHANGED
|
@@ -79,8 +79,6 @@ class Message
|
|
|
79
79
|
|
|
80
80
|
raise "You must specify a key name!" if key.nil?
|
|
81
81
|
section = opts.delete(:section) || self.default_section_name
|
|
82
|
-
|
|
83
|
-
puts "Getting section #{section}"
|
|
84
82
|
|
|
85
83
|
return @data['PAYLOAD'][section.to_s].nil? ? nil : @data['PAYLOAD'][section.to_s][key.to_s]
|
|
86
84
|
end
|
|
@@ -106,8 +104,6 @@ class Message
|
|
|
106
104
|
|
|
107
105
|
opts[:queue_name] = Queue.calc_name(queue_name, application_id, ENV['EVENTBUS_PROD_LEVEL'], opts)
|
|
108
106
|
|
|
109
|
-
puts "Sending message to: #{opts[:queue_name]}"
|
|
110
|
-
|
|
111
107
|
set_special(:HEADER, :sender, $0)
|
|
112
108
|
send_raw self.dump, opts
|
|
113
109
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: eventbus
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 0.31.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2014-01-
|
|
12
|
+
date: 2014-01-24 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: amqp
|