istox 0.1.42.2 → 0.1.42.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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: 1510c50590c5d4a75254d9cb29b7f5ba49ce93c48e6ad382ca6bf68d69fd09f3
4
- data.tar.gz: 77b04e033ff3bd9c822ec6f6a57f3536c6b85588e56d5b0a90b2b7c4c51752a2
3
+ metadata.gz: 4fd635e14556a7a31e886abeba1bb5c47613f78aa128c1853e64fdca1ffd678b
4
+ data.tar.gz: f9ce58cc5b8de7e796e55707fa835543e3f9c625162a064794cbaa16d296f2e2
5
5
  SHA512:
6
- metadata.gz: adbf7316d0d10ae654b0a7879f2392a2df40f3ecf5ce6a7ded6a549c2a45011162356761f3dfb1bd7a03439c5ad8cd0e4b3128b3b5119616cc25ff8b900f7d38
7
- data.tar.gz: 3d11df16c521f676c991ca659f83f2c62dc3768a5765daba008f41ae4a3e2607088b6f0ca9ca1cdf1bb4937a058ca8d377f39c5dd7b33051123d0cecb0767541
6
+ metadata.gz: c44909cc3b20493668c3e55fb37fcb3c829ef3e47a58cf9e0781bd9095579cd18466f373a136036eb249db8add4b86ee2802794977ccd5f534a9f5b4db7407c5
7
+ data.tar.gz: fa19f1654c130a4311206a364d69389d82ec273751a715fc3b6ba826cf1a54f9489f71ef99791a829e6fcbf3d2e301e5188539dda817a38856d4f06e6062358b
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
- 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"
data/lib/istox/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Istox
2
- VERSION = "0.1.42.2"
2
+ VERSION = "0.1.42.3"
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.2
4
+ version: 0.1.42.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Siong Leng