everscale-client-ruby 1.1.29 → 1.1.32

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: e290afda3f35f3d71062e3fb40c286af66f78cdbd840782e681490c63e97a87c
4
- data.tar.gz: ab8e679763070e6a872256ed69f75f09a9888fd0ecb76ec12bb0786502a1fdb2
3
+ metadata.gz: 3e8e5b24c568395ba3eb4f994a72a361f2831eeb3e12fbf860140d45833d701c
4
+ data.tar.gz: 6c0ddf186417dac415b93738b6ea4df2088985a1ab825a486165b8e2205145b2
5
5
  SHA512:
6
- metadata.gz: a65a3910bdcc290df1282c6e90e151dabe1bc000776a555801e3c23cc804c5bca51dbb54e562edda9543cf4da8618dd14e97341968c8c05f9ebc7f12ceb234c0
7
- data.tar.gz: e46552e46894da972afe0a2f0388d9bd4ee041b69090cd97a7ab9dbb1016589626f563c59d5397ca1a61a10a71740beed7b708b0e57ebe62a4c992c572956b71
6
+ metadata.gz: 1920154311c45aecaa5c2ad7daff439132840aca0eea544a5867eb2ff3cdc92a05686bd4411bd3f21342d8570bc3e41512a60ef4f1a9d52cd1adb626ce00c3ef
7
+ data.tar.gz: e5d95d1f6f71486b9bc3386307da5109a2f52a8db0cacb36e0458c9290723236fe6ea1708142f32c9f3be13a344c34e52c7d0b5eaed905ac1515c89c71504872
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.34.0",
2
+ "version": "1.34.3",
3
3
  "modules": [
4
4
  {
5
5
  "name": "client",
@@ -59,13 +59,13 @@ gem install ton-client-ruby
59
59
  Install TON-SDK
60
60
  ```bash
61
61
  ton-client-ruby setup
62
- # result - path to dylib file for ton-client-ruby configuration
62
+ # result - path to dylib file for everscale-client-ruby configuration
63
63
  ```
64
64
 
65
65
  ### Manual build FreeTON SDK
66
66
  0. Install Rust to your OS
67
- 1. git clone https://github.com/tonlabs/TON-SDK
68
- 2. cd ./TON-SDK
67
+ 1. git clone https://github.com/tonlabs/ever-sdk
68
+ 2. cd ./ever-sdk
69
69
  3. cargo update
70
70
  4. cargo build --release
71
71
 
@@ -73,11 +73,11 @@ ton-client-ruby setup
73
73
 
74
74
  ```ruby
75
75
  # For MAcOS
76
- TonClient.configure { |config| config.ffi_lib(./TON-SDK/target/release/libton_client.dylib) }
76
+ TonClient.configure { |config| config.ffi_lib(./ever-sdk/target/release/libton_client.dylib) }
77
77
  # For Linux
78
- # TonClient.configure { |config| config.ffi_lib(./TON-SDK/target/release/libton_client.so) }
78
+ # TonClient.configure { |config| config.ffi_lib(./ever-sdk/target/release/libton_client.so) }
79
79
 
80
- client = TonClient.create(config: {network: {server_address: "net.ton.dev"}})
80
+ client = TonClient.create(config: {network: {endpoints: ["https://eri01.net.everos.dev", "https://rbx01.net.everos.dev"]}})
81
81
 
82
82
  # All methods are asynchronous
83
83
 
@@ -148,7 +148,7 @@ end
148
148
 
149
149
  example for NodeSE
150
150
  ```
151
- spec_ffi=./TON-SDK/target/release/libton_client.dylib
151
+ spec_ffi=./ever-sdk/target/release/libton_client.dylib
152
152
  server_address=http://localhost:80
153
153
  giver_abi_name=GiverNodeSE
154
154
  giver_amount=10000000000
@@ -167,21 +167,21 @@ giver_amount=10000000000
167
167
 
168
168
  \n## Update\n\n
169
169
  ```\n
170
- ton-client-ruby update\n
170
+ everscale-client-ruby update\n
171
171
  ```\n\n
172
172
  or\n\n
173
173
  ```\n
174
- curl https://raw.githubusercontent.com/tonlabs/TON-SDK/master/tools/api.json > api.json\n\n
174
+ curl https://raw.githubusercontent.com/tonlabs/ever-sdk/master/tools/api.json > api.json\n\n
175
175
  ```\n\n
176
176
  ```\n
177
- ton-client-ruby update ./api.json\n
177
+ everscale-client-ruby update ./api.json\n
178
178
  ```\n
179
179
  or\n\n
180
180
  ```\n
181
- cd ton-client-ruby\n
181
+ cd everscale-client-ruby\n
182
182
  ```\n\n
183
183
  ```\n
184
- ./bin/ton-client-ruby update\n
184
+ ./bin/everscale-client-ruby update\n
185
185
  ```\n
186
186
  }
187
187
  content = checkContent(content)
@@ -1,4 +1,4 @@
1
1
  module TonClient
2
- VERSION = "1.1.29"
2
+ VERSION = "1.1.32"
3
3
  end
4
4
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: everscale-client-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.29
4
+ version: 1.1.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - nerzh
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-05-20 00:00:00.000000000 Z
11
+ date: 2022-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi
@@ -157,7 +157,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
157
157
  - !ruby/object:Gem::Version
158
158
  version: '0'
159
159
  requirements: []
160
- rubygems_version: 3.3.3
160
+ rubygems_version: 3.3.7
161
161
  signing_key:
162
162
  specification_version: 4
163
163
  summary: This is gem everscale-client-ruby