everscale-client-ruby 1.1.29 → 1.1.30

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: dff8003d58eca06a67fb2f2f228ed504d5e5e30f4861d913fe76a10e9f27f3bc
4
+ data.tar.gz: 5345852a75f28aed1c8be11f938e38112fee49e7058c29a8b03ff653cf8945bf
5
5
  SHA512:
6
- metadata.gz: a65a3910bdcc290df1282c6e90e151dabe1bc000776a555801e3c23cc804c5bca51dbb54e562edda9543cf4da8618dd14e97341968c8c05f9ebc7f12ceb234c0
7
- data.tar.gz: e46552e46894da972afe0a2f0388d9bd4ee041b69090cd97a7ab9dbb1016589626f563c59d5397ca1a61a10a71740beed7b708b0e57ebe62a4c992c572956b71
6
+ metadata.gz: 715525bcbfe42f0562edfc3624be875703cc73bca022ad47ea4e7fb3af8a433874fbb4bad3901d496d442dcc61dac9686123ef32291de5932036e11ef434a10a
7
+ data.tar.gz: f719dcaf7a6672ae39283b32528f4019e4c0f7eef77903ea46b30fcadf0825c68c9acc27b5effb41ac84a80230a9d9d91bf337255091a5782f9c352659d77c58
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.34.0",
2
+ "version": "1.34.2",
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.30"
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.30
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-03 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