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 +4 -4
- data/lib/istox.rb +5 -0
- data/lib/istox/helpers/{integration-test → integration_test}/grpc_client_interceptor.rb +0 -0
- data/lib/istox/helpers/{integration-test → integration_test}/grpc_server_interceptor.rb +0 -0
- data/lib/istox/helpers/{integration-test → integration_test}/rabbitmq_consumer_interceptor.rb +0 -0
- data/lib/istox/helpers/{integration-test → integration_test}/rabbitmq_publisher_interceptor.rb +0 -0
- data/lib/istox/helpers/{integration-test → integration_test}/settings.rb +0 -0
- data/lib/istox/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4fd4361212a6baa9b4f3c29c5c5b0bfcef7b5aecf669c29d9ed5ddcfc5d0f446
|
4
|
+
data.tar.gz: 71cb99709647bb1f9cc867b685c51263b2fd185c383e355461a67b47fe255e3b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b488267ae4edf9ef90a6cf6921c7b0d0ca97e5e2f1633475610a27782f6da5fb26ac5ce35b17e45c42fecfc78c883eedbff1b1702ff8d3436314cf8b52bdb115
|
7
|
+
data.tar.gz: c870f1aaadaa9868e1d17cafe3f83e43f816469bd2ef8af072012df7a0fdf3022b27ca6065e30ce7833c18cb370b7f595c4bcb55e81b367dbb2f957cc48fa695
|
data/lib/istox.rb
CHANGED
@@ -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'
|
File without changes
|
File without changes
|
data/lib/istox/helpers/{integration-test → integration_test}/rabbitmq_consumer_interceptor.rb
RENAMED
File without changes
|
data/lib/istox/helpers/{integration-test → integration_test}/rabbitmq_publisher_interceptor.rb
RENAMED
File without changes
|
File without changes
|
data/lib/istox/version.rb
CHANGED
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/
|
515
|
-
- lib/istox/helpers/
|
516
|
-
- lib/istox/helpers/
|
517
|
-
- lib/istox/helpers/
|
518
|
-
- lib/istox/helpers/
|
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
|