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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/istox.rb +1 -1
  3. data/lib/istox/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4fd635e14556a7a31e886abeba1bb5c47613f78aa128c1853e64fdca1ffd678b
4
- data.tar.gz: f9ce58cc5b8de7e796e55707fa835543e3f9c625162a064794cbaa16d296f2e2
3
+ metadata.gz: dfc1f426d2e9d416637de62c146bdb68474054869debaf93ffcc862170ce759b
4
+ data.tar.gz: 560c179bbc7093e2f85de7113d5762a0852a06c11411542d9332395897003b82
5
5
  SHA512:
6
- metadata.gz: c44909cc3b20493668c3e55fb37fcb3c829ef3e47a58cf9e0781bd9095579cd18466f373a136036eb249db8add4b86ee2802794977ccd5f534a9f5b4db7407c5
7
- data.tar.gz: fa19f1654c130a4311206a364d69389d82ec273751a715fc3b6ba826cf1a54f9489f71ef99791a829e6fcbf3d2e301e5188539dda817a38856d4f06e6062358b
6
+ metadata.gz: 65d92b1f23e195404a5604e8b62778ac4c67b6b8b34a133dfbb7fd160298470e4c697eff8cb7a7952fa83264a192b28eb6e9df33f2f4861f50a691210d076953
7
+ data.tar.gz: 3038e0033825c3ecc808e9d79fe5ce8deb18cb870e5cfb86874bef83547491a0dd5c2c8b7a077df53c12514fd440a6de3c36ade451f4d2a376a5528cc4c14d86
@@ -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
- # require "istox/helpers/graphql_client"
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"
@@ -1,3 +1,3 @@
1
1
  module Istox
2
- VERSION = "0.1.42.3"
2
+ VERSION = "0.1.42.4"
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.42.3
4
+ version: 0.1.42.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Siong Leng