istox 0.1.42.5 → 0.1.42.6
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: d8d2dd38b0774869f1489c683799293d3b62109c4d3ef0e2ee2f0af524a82fed
|
4
|
+
data.tar.gz: d876e5558c15f670e717098c6f97612c3f0c76c9a9cdf0d255f8b14e89281b7b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 76c02a2a76d5670bf851c0b9e92e888b825f24520ee6aeecc880e3c4d0c336510894995efc02e583ce2956729bd1591b818ba4357d9ea6b2ba4f1682dc28ec29
|
7
|
+
data.tar.gz: 4c72a9a8a71e392b7c2edd58bbca64d0b868e983616d1f359c643293bc53bb3a00fb82133028cf7779dae152c77a5dfc233d8c895f545a7d97ab53d5be9f15b1
|
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