ElmerFudd 0.0.20 → 0.0.21

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
  SHA1:
3
- metadata.gz: d5b2d5bbfbc2a104f309373c4b03ff275f2e14fd
4
- data.tar.gz: 554fc9c97e7014ad997351adf4df84f121a5ad69
3
+ metadata.gz: a5c7087b2b3bbb63b09a253b3931a54d9bdbe572
4
+ data.tar.gz: 641df5807692d4f738b7a3e370b741df574d6694
5
5
  SHA512:
6
- metadata.gz: 630f1c3c7a20700f6f286fccd8b68760ab206d6cadd11b20490276e8916402cdc2fbfda9cfff66e4657a539b8d889b11c728594b15e411a49f90e72102e80e9a
7
- data.tar.gz: 7605b4d6d3f539ff5025d6ef472cc822debaf35d962063df9610c7becb06b4c89860cde4dcafdb94ff77dfcfda18e009c1e4a0e6cd52cb34aea93a84aa498193
6
+ metadata.gz: 76bcf52e4aab8d0a947ad5db24113831e9cf67a584856fc7929a0245b9e80020ebf5a198620faadeee5423d609e83588dd70f329dd50c220abbcbd6cf32e09fb
7
+ data.tar.gz: ddace77ffeab5edddac4f0bdf92fb15ef6f17d229767cf2ae7038a4e75a0ee0c1a702ee63961a8bbf0577f229d1b1da779a5cdc58e8af757bf634b1b060476a4
@@ -1,3 +1,3 @@
1
1
  module ElmerFudd
2
- VERSION = "0.0.20"
2
+ VERSION = "0.0.21"
3
3
  end
data/lib/ElmerFudd.rb CHANGED
@@ -25,10 +25,9 @@ module ElmerFudd
25
25
  correlation_id: correlation_id = @uuid_service.call)
26
26
  response = nil
27
27
  consumer_tag = @uuid_service.call
28
- puts rpc_reply_queue.name
29
28
  Timeout.timeout(timeout) do
30
29
  rpc_reply_queue.subscribe(manual_ack: false, block: true, consumer_tag: consumer_tag) do |delivery_info, properties, payload|
31
- if p(properties[:correlation_id]) == correlation_id
30
+ if properties[:correlation_id] == correlation_id
32
31
  response = payload
33
32
  delivery_info.consumer.cancel
34
33
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ElmerFudd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.20
4
+ version: 0.0.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrzej Sliwa
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-01-23 00:00:00.000000000 Z
12
+ date: 2015-01-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bunny