istox 0.1.50 → 0.1.51

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 -0
  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: a8efa94470b6ef77ad498221a04fe70940441f4788785f1c9ff23eedc8d82986
4
- data.tar.gz: f480a1a25dd92b8a14d1c764b253a2d076d639cd2eed513108316056b3a204dd
3
+ metadata.gz: 2b443db6acb5652b36b349df9d1bd5870bcd41792bc6bca8ae47a9e855408d06
4
+ data.tar.gz: dceb6ee8c97249e18f490c20bcb55a568e3d33424d868b7ef5c08112bb4c0382
5
5
  SHA512:
6
- metadata.gz: 87e64ac79e3087424f0a975ff99382158fb0c664f3a888c8bf01b7682387ff5b106132515c5cd2dc9b589379baced2d49db98fb6a5ad5e8a057b332540ca5f89
7
- data.tar.gz: 9a49bac856ee1081020a15d581b719946706d273021c4b3d745a7b88f31d6facf9d32c42a811b02f3b747b47f09f85e809859e6b471b31d0515ffc50642472d0
6
+ metadata.gz: d404b0b09c40a4f4e0db288df0917bc78463e288eb7286afdf065cab25c75ee5a97d93254287d9c8451cf1ff101f2011e7343838b1301d9f0e25f157f7fc33a5
7
+ data.tar.gz: 50ef6f116e322903aa9d99c13ef2818f9694abcf055be83b7653be142d83c1040df9c0bf569dd94e75834a3ac4be5635a6699d39a4b15dd46052629109af2238
@@ -13,6 +13,7 @@ module Istox
13
13
  require "istox/interfaces/chainhub/transaction"
14
14
  require "istox/helpers/publisher"
15
15
  require "istox/helpers/bunny_boot"
16
+ require "istox/helpers/vault"
16
17
  require "istox/helpers/order_book"
17
18
  require "istox/helpers/grpc_client"
18
19
  require "istox/helpers/graphql_client"
@@ -1,3 +1,3 @@
1
1
  module Istox
2
- VERSION = "0.1.50"
2
+ VERSION = "0.1.51"
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.50
4
+ version: 0.1.51
5
5
  platform: ruby
6
6
  authors:
7
7
  - Siong Leng