emissary 1.3.2 → 1.3.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION.yml +1 -1
  2. data/lib/emissary/message.rb +1 -1
  3. metadata +3 -3
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 1
3
3
  :minor: 3
4
- :patch: 2
4
+ :patch: 3
@@ -26,7 +26,7 @@ module Emissary
26
26
 
27
27
  def initialize(payload = {})
28
28
  @recipient = ''
29
- @sender = Emissary.identity.name
29
+ @sender = Emissary.identity.queue_name
30
30
  @replyto = Emissary.identity.queue_name
31
31
  @originator = @sender.dup
32
32
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: emissary
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 2
10
- version: 1.3.2
9
+ - 3
10
+ version: 1.3.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Carl P. Corliss