istox 0.1.40 → 0.1.41

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2140a85c5c1e7e762b91f8c54c8c60b3d29379183d4d2963556bce88f13201a0
4
- data.tar.gz: df72e8e299a723fb986a2fa43afcf36187877e7d1bc13108afb9c478de6efdfb
3
+ metadata.gz: 30d3ec44edec6402f123f995091928f12e86383db4e0d7b871080024a9aab2bb
4
+ data.tar.gz: e97b0a4b0856c7a9a08b494e11b9a4d93395b9eb418c7a06fa69974861625f41
5
5
  SHA512:
6
- metadata.gz: 2c5a5436abd9394002d6b03de39d099f3eda7fba9966d901cabfdb2c065a03a400b73a7479137633b33e95d5c56ed5b7d572dbded97b8d7683fe39331e6ff759
7
- data.tar.gz: 85fab21101ca407693e87582bbe2440237ad61fc98ed89055d891714dd7dd87476f92fc49018808e82f80c012053b3ffb460b9b0388920b1f030237b82c2167e
6
+ metadata.gz: abd9c4d76e4173418af33a7a756bff0b900b5a6cc458d34beb41e6fb5579352ea8f3893ce83b6f52ab289fd55e248ce327b3f019d2a38eb51f1a6c90f4d9f772
7
+ data.tar.gz: bc100d2cc67b92e024e6022af16e77edefdaead8635b13ebc1cabf2fe9777b965f23bc8a681d7da93624e02856b4956c3cfd4670543931ca3551390b8717c839
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- istox (0.1.39)
4
+ istox (0.1.40)
5
5
  bunny (>= 2.12.0)
6
6
  graphql-client
7
7
  gruf
@@ -73,14 +73,14 @@ GEM
73
73
  i18n (~> 0.5)
74
74
  globalid (0.4.2)
75
75
  activesupport (>= 4.2.0)
76
- google-protobuf (3.7.0)
76
+ google-protobuf (3.7.0-universal-darwin)
77
77
  googleapis-common-protos-types (1.0.3)
78
78
  google-protobuf (~> 3.0)
79
79
  graphql (1.9.3)
80
80
  graphql-client (0.14.0)
81
81
  activesupport (>= 3.0, < 6.0)
82
82
  graphql (~> 1.6)
83
- grpc (1.19.0)
83
+ grpc (1.19.0-universal-darwin)
84
84
  google-protobuf (~> 3.1)
85
85
  googleapis-common-protos-types (~> 1.0.0)
86
86
  grpc-tools (1.19.0)
data/lib/istox.rb CHANGED
@@ -14,6 +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
18
  require "istox/helpers/blockchain_receipt_service"
18
19
  require "istox/models/blockchain_receipt"
19
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.40"
2
+ VERSION = "0.1.41"
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.40
4
+ version: 0.1.41
5
5
  platform: ruby
6
6
  authors:
7
7
  - Siong Leng