istox 0.1.33 → 0.1.34

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: 7fc3359a8ef0d3f3087ac19a382173e286f7afb86bd8873e2900f49d72d19fa9
4
- data.tar.gz: 1671921fcbc238976d7ca0a91d6f0e63b1e37a43549c14d36ed604ba9a7c9a7f
3
+ metadata.gz: f446e1e1eaf4eebd9a8f00c0f0298a38b31bf11f4c420e6ea9672a57474f39f5
4
+ data.tar.gz: 64c42aec1931dcf1a83ff15e50849d08c9286c1643c4716606aec1e537621734
5
5
  SHA512:
6
- metadata.gz: eeaf50955d5a51277e6d98f186784aceff0c857c2de7706e240c45efc121eb17c0d0907021a3efe5a8a1c972c0315224a142f4c13c81cfec9ac35106edb9bdeb
7
- data.tar.gz: db41a861e42b027a331a9bdbc5d415548643823ff1bedd1ad9a9210b98ea938d20ff408a40e16595697a69b341d56c2768249d0a28d40cec6f961f12d6ef9d65
6
+ metadata.gz: 49541474b4131f5c0c4c6b7a72eb7187eb85fe2b57ac6ed1c4fb35fcec2604000bc6877e82de1acb5b18137f5ba5ca87f04a64c0af7c01d134591e37d583b4e1
7
+ data.tar.gz: adda32ab5a5afbdcff9fa9834c6c14d20932b04dfb82c8b5e1c2777fa0f7856c4207572493260c7f171c7741a167758f9d5a9dd7259a8330bb45126b73f54476
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- istox (0.1.0)
4
+ istox (0.1.33)
5
5
  bunny (>= 2.12.0)
6
6
  gruf
7
7
  paranoia (~> 2.2)
@@ -72,10 +72,10 @@ GEM
72
72
  i18n (~> 0.5)
73
73
  globalid (0.4.2)
74
74
  activesupport (>= 4.2.0)
75
- google-protobuf (3.7.0)
75
+ google-protobuf (3.7.0-universal-darwin)
76
76
  googleapis-common-protos-types (1.0.3)
77
77
  google-protobuf (~> 3.0)
78
- grpc (1.19.0)
78
+ grpc (1.19.0-universal-darwin)
79
79
  google-protobuf (~> 3.1)
80
80
  googleapis-common-protos-types (~> 1.0.0)
81
81
  grpc-tools (1.19.0)
@@ -39,7 +39,7 @@ module Istox
39
39
  manual_ack = config.manual_ack
40
40
  end
41
41
 
42
- queue.subscribe manual_ack: manual_ack, block: true do |delivery_info, metadata, payload|
42
+ queue.subscribe manual_ack: manual_ack do |delivery_info, metadata, payload|
43
43
  begin
44
44
  Rails.logger.info("Processing in consumer: #{klass}")
45
45
  klass.new.process(
data/lib/istox/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Istox
2
- VERSION = "0.1.33"
2
+ VERSION = "0.1.34"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: istox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.33
4
+ version: 0.1.34
5
5
  platform: ruby
6
6
  authors:
7
7
  - Siong Leng