istox 0.1.158 → 0.1.158.1

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
  SHA256:
3
- metadata.gz: 7846d50bc5ee84ddd5e20993c97de34d498498f88b08632aadfec6108fa1c214
4
- data.tar.gz: f3baf261d398da6f3f2813e85195ca03db07a3d72137fe15bcd9cd65ab43ef75
3
+ metadata.gz: 4fd4361212a6baa9b4f3c29c5c5b0bfcef7b5aecf669c29d9ed5ddcfc5d0f446
4
+ data.tar.gz: 71cb99709647bb1f9cc867b685c51263b2fd185c383e355461a67b47fe255e3b
5
5
  SHA512:
6
- metadata.gz: 861464f5af57e78042e07d9427f6a205b1a7358ae1e266f16eeee6e35fe60529f7ffffc4e0b1dcd35fda4eb0029e2ecb1b7c64f2926f4f815e6a9a826cca9261
7
- data.tar.gz: 0032fe6b5d0dd9d10fdc66d29cb08e5a3fcd36133db0a73c685dc350062a4aaaf92fb134e50bd71a8161e586d46a5eb090193406c53e727424b0d2bd5bf2eeb0
6
+ metadata.gz: b488267ae4edf9ef90a6cf6921c7b0d0ca97e5e2f1633475610a27782f6da5fb26ac5ce35b17e45c42fecfc78c883eedbff1b1702ff8d3436314cf8b52bdb115
7
+ data.tar.gz: c870f1aaadaa9868e1d17cafe3f83e43f816469bd2ef8af072012df7a0fdf3022b27ca6065e30ce7833c18cb370b7f595c4bcb55e81b367dbb2f957cc48fa695
@@ -45,6 +45,11 @@ module Istox
45
45
  require 'istox/helpers/xray/rabbitmq_consumer_interceptor'
46
46
  require 'istox/helpers/xray/xray_initializer'
47
47
 
48
+ require 'istox/helpers/integration_test/grpc_client_interceptor'
49
+ require 'istox/helpers/integration_test/grpc_server_interceptor'
50
+ require 'istox/helpers/integration_test/rabbitmq_publisher_interceptor'
51
+ require 'istox/helpers/integration_test/rabbitmq_consumer_interceptor'
52
+
48
53
  require 'istox/models/blockchain_receipt'
49
54
  require 'istox/models/concerns/blockchain_receipt_query'
50
55
  require 'istox/consumers/blockchain_status_handler'
@@ -1,3 +1,3 @@
1
1
  module Istox
2
- VERSION = '0.1.158'.freeze
2
+ VERSION = '0.1.158.1'.freeze
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.158
4
+ version: 0.1.158.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Siong Leng
@@ -511,11 +511,11 @@ files:
511
511
  - lib/istox/helpers/graphql_client.rb
512
512
  - lib/istox/helpers/grpc_client.rb
513
513
  - lib/istox/helpers/gruf_listener_hook.rb
514
- - lib/istox/helpers/integration-test/grpc_client_interceptor.rb
515
- - lib/istox/helpers/integration-test/grpc_server_interceptor.rb
516
- - lib/istox/helpers/integration-test/rabbitmq_consumer_interceptor.rb
517
- - lib/istox/helpers/integration-test/rabbitmq_publisher_interceptor.rb
518
- - lib/istox/helpers/integration-test/settings.rb
514
+ - lib/istox/helpers/integration_test/grpc_client_interceptor.rb
515
+ - lib/istox/helpers/integration_test/grpc_server_interceptor.rb
516
+ - lib/istox/helpers/integration_test/rabbitmq_consumer_interceptor.rb
517
+ - lib/istox/helpers/integration_test/rabbitmq_publisher_interceptor.rb
518
+ - lib/istox/helpers/integration_test/settings.rb
519
519
  - lib/istox/helpers/logger.rb
520
520
  - lib/istox/helpers/messaging.rb
521
521
  - lib/istox/helpers/my_open_struct.rb