ton_sdk_client 1.16.0 → 1.16.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6c809c22fee5e69dca9653a3f3ef7541e43491152f954c97dea5e4438e9981d7
4
- data.tar.gz: 56ea8b10cbae34389691afeedb1f72f21dcf8f8568258aeb9d250ee1b7ef3231
3
+ metadata.gz: 622e37887180cee84b905ded176e40e785e5cd776b57f5ca47190a16113e429b
4
+ data.tar.gz: af8e2218ea8112ac0133f36bb87a32a535c15192f86ef815d00cc1386eddf2e6
5
5
  SHA512:
6
- metadata.gz: 4602857970a2c0c5d1f7ee3917e7df637516b684b7dd69d39975d8ec866bae0556e4053e0d54ede9a831a4815027f9522f239337ba3ae8f62bac288d6f67e6be
7
- data.tar.gz: 97857fb5c4bb08844bd973e71a8c54873f963516f398457bdf19bc7af5c33e0e47745311c66a0cb5a490242cfa5280a9dc3aaa3c0682ebbb9f25b33497c96689
6
+ metadata.gz: 5e04c5d81a9aea2f7e7690f95fab69126fed54ae808ae7500d4504b7846adb7659047c8f092cbcdcc507ba49e256198b42ef4c2673b7dbc7e787dae334dd7036
7
+ data.tar.gz: ad6100613644e18d0c6ce35fbb88c05c0cacc72dde99454cb978cb5a5ef1a09663bc89702edd80f1e8610fb192c32d17a3bef8cc46843ba172e7d7e01ec22fe6
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # TON SDK client in Ruby and for Ruby
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/ton_sdk_client.png)](https://badge.fury.io/rb/ton_sdk_client)
4
- [![TON SDK version](https://img.shields.io/badge/TON%20SDK%20version-1.16.0-green)](https://github.com/tonlabs/TON-SDK/tree/1.16.0)
4
+ [![TON SDK version](https://img.shields.io/badge/TON%20SDK%20version-1.16.1-green)](https://github.com/tonlabs/TON-SDK/tree/1.16.1)
5
5
 
6
6
  Ruby gem-client bindings for [TON SDK](https://github.com/tonlabs/TON-SDK) which allows one to communicate with [FreeTON](https://freeton.org) blockchain in Ruby.
7
7
 
@@ -217,8 +217,8 @@ module TonSdk
217
217
  end
218
218
  end
219
219
 
220
- ParamsOfQueryTransactionTree = Struct.new(:in_msg, :abi_registry, keyword_init: true) do
221
- def initialize(in_msg:, abi_registry: [])
220
+ ParamsOfQueryTransactionTree = Struct.new(:in_msg, :abi_registry, :timeout, keyword_init: true) do
221
+ def initialize(in_msg:, abi_registry: [], timeout: nil)
222
222
  super
223
223
  end
224
224
 
@@ -1,4 +1,4 @@
1
1
  module TonSdk
2
- VERSION = "1.16.0"
3
- NATIVE_SDK_VERSION = "1.16.0"
2
+ VERSION = "1.16.1"
3
+ NATIVE_SDK_VERSION = "1.16.1"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ton_sdk_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.16.0
4
+ version: 1.16.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Maslakov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-05-29 00:00:00.000000000 Z
11
+ date: 2021-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi