istox 0.1.42.3 → 0.1.42.4
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 +1 -1
- data/lib/istox/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dfc1f426d2e9d416637de62c146bdb68474054869debaf93ffcc862170ce759b
|
4
|
+
data.tar.gz: 560c179bbc7093e2f85de7113d5762a0852a06c11411542d9332395897003b82
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 65d92b1f23e195404a5604e8b62778ac4c67b6b8b34a133dfbb7fd160298470e4c697eff8cb7a7952fa83264a192b28eb6e9df33f2f4861f50a691210d076953
|
7
|
+
data.tar.gz: 3038e0033825c3ecc808e9d79fe5ce8deb18cb870e5cfb86874bef83547491a0dd5c2c8b7a077df53c12514fd440a6de3c36ade451f4d2a376a5528cc4c14d86
|
data/lib/istox.rb
CHANGED
@@ -14,7 +14,7 @@ module Istox
|
|
14
14
|
require "istox/helpers/bunny_boot"
|
15
15
|
require "istox/helpers/order_book"
|
16
16
|
require "istox/helpers/grpc_client"
|
17
|
-
|
17
|
+
require "istox/helpers/graphql_client"
|
18
18
|
require "istox/helpers/blockchain_receipt_service"
|
19
19
|
require "istox/models/blockchain_receipt"
|
20
20
|
require "istox/models/concerns/blockchain_receipt_query"
|
data/lib/istox/version.rb
CHANGED