thrift-amqp 0.0.1 → 0.0.2

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: da22db3a1e84bc452e74e23f5416e91386bf7879
4
- data.tar.gz: 98028f1b2abf0a5f68fee8e75fb0dedc6fda2fcd
3
+ metadata.gz: 0095233d1e36e2a0e26ec5bfba5e0196ae874bf8
4
+ data.tar.gz: bc89d9053721ae73004f518d7cf90e929924cf29
5
5
  SHA512:
6
- metadata.gz: 1316ed448c91f390ca8a4783377dc3fa6c56ae59800a54569d2891360c7ef44a2934bce4b7771c5eb567c3242b22c4bf4527e2d2504b4e7d222cf3a3ac0e422b
7
- data.tar.gz: 8866f2aca79a9e1d8bfd19e5bca9e90eb05cd17001895ee8dd83cf38dd9ff7f3941307bc2464b4b2121ea589c9fef4301bc4a38ffd19b5d5f9a7a36992212d8e
6
+ metadata.gz: 9b53529cc45c0e0020a1072f298f0b3d3f7703f9cd92ad425f222867b95c119a1568e1ea5d15053e2c61d6602799c2ae37263d9db8add5b61970063444312e46
7
+ data.tar.gz: c9af88d9497240423f1e0f6664b27e0f7f4cbfb440552f9d05a34c396b86325ac9dce3af86a3c9ee0620edad928bbd78b83f42ebd15be5f67e7287f878daa516
@@ -30,7 +30,7 @@ module Thrift
30
30
 
31
31
  queue.subscribe(block: false) do |delivery_info, properties, payload|
32
32
  trans = MemoryBufferTransport.new(payload)
33
- iprot = @iprot_factory(trans)
33
+ iprot = @iprot_factory.get_protocol(trans)
34
34
 
35
35
  @processor.process(iprot, nil)
36
36
 
@@ -1,5 +1,5 @@
1
1
  module Thrift
2
2
  module AMQP
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thrift-amqp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexis Montagne
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-07 00:00:00.000000000 Z
11
+ date: 2015-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler