vx-common-amqp 0.3.6 → 0.3.7

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
  SHA1:
3
- metadata.gz: d5afc1faf82bce74cf7e6919a4bcc89792d5bc99
4
- data.tar.gz: 0f13f1dee0481bb58fc99f91778a3a46a7b59cf6
3
+ metadata.gz: 5182ae537aa66c05dfb92990efdc8d3040b671d2
4
+ data.tar.gz: 42555df2bbf2e55196cfc56ffc6789e6dbfdd372
5
5
  SHA512:
6
- metadata.gz: d168cbc35a10d915413039e5030b673b64ec4cd588a033132721ca359bc78abc33c30b6287b746b015d239a8a28a67f53e2c32b5353cffab3129586673c9df01
7
- data.tar.gz: efa6725e24213122a358adf76ac7e8f411a410fac2bb6c2b122f130a1a11e46b7de4e71998b1a63167bb40236391bfbda2fa144a9f14d22fae219647d0833db8
6
+ metadata.gz: 5c9f91a731f64a31b30ea4548d814c6b8d8c1db3051709e3309f2980f4ef740ed21d3de71672558326b32352daa29ad7a9ac272c59964f2c3c6a8bbadaeab7b0
7
+ data.tar.gz: 67d2f9a5b3e9e76c3ff011a05748aa5860ca6cd336a1d16c8199710b27feeaa5cd566eccf4d1036e69992d93fa5372100a352eaa275cb10e894aba5c23bd1da1
@@ -67,7 +67,7 @@ module Vx
67
67
  properties: properties,
68
68
  }
69
69
 
70
- with_middlewares instrumentation do
70
+ with_sub_middlewares instrumentation do
71
71
  instrument("start_processing.consumer.amqp", instrumentation)
72
72
  instrument("process.consumer.amqp", instrumentation) do
73
73
  result = run_instance delivery_info, properties, payload, uuid
@@ -1,7 +1,7 @@
1
1
  module Vx
2
2
  module Common
3
3
  module AMQP
4
- VERSION = "0.3.6"
4
+ VERSION = "0.3.7"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vx-common-amqp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.6
4
+ version: 0.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitry Galinsky