ton-client-ruby 1.1.2 → 1.1.4

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: 2de4f2a99d797766f6b036cfe9657970ef7c1470b6c38cd87e92c785d409a0dd
4
- data.tar.gz: f63f98dc0c9c62653be745caf36e52463a57dcae7e9d0232a1cbea0a1067984b
3
+ metadata.gz: 2c9fc5ae4ebbafa98b4dbac75c341a0fd8251b1b436d9144f38593ccf1c78b5f
4
+ data.tar.gz: c755cab58bbd5c4732c4b1dbd7568e426df1800c01fff3e2c59f5b1b00316dbd
5
5
  SHA512:
6
- metadata.gz: 2fd3ad34bde559fa7bd236998a13f8a3bbe80138356349e81ef8cdda745f5f0c4cb7832a1bababddc0a2ee7225186c43f719a48327c2787dde2caf3ab4dbb2f1
7
- data.tar.gz: 9a6a23d12500df460e80ffdc25ae34afbbc71071c798655034cece62c1760b9b0eedd029cec6422e024412490cf70272e5519e1b6f99162ec26cb3390743ec49
6
+ metadata.gz: 31c10726a5fff5796d7c4e9a02baee4d4c2c4fc9176ee6a4aa08c4c8fc1d31c098022d65ddb32479553e95e960ad08e539e81928646c4d1f94e26f0a8600b0ba
7
+ data.tar.gz: 58e39a1947f7254cfc9e082d7d77e4c64064886d96f5f8d94c1fe1cf79c6ad515475a1db970d6138a1b9670ae9b62cb8e6c56b1e5a854420bbf559bda14c6ddc
data/bin/ton-client-ruby CHANGED
@@ -20,7 +20,7 @@ if ARGV[0] == 'update' && ARGV[1] == nil
20
20
  types = converter.convert
21
21
  generator = CodeGenerator.new(types, GEM_DIR)
22
22
  generator.generate_self_code
23
- system(%{bash -lc 'ruby #{script_file_path}/../lib/code_generator/release.rb'})
23
+ system(%{bash -lc 'ruby #{script_file_path}/../release.rb'})
24
24
  elsif ARGV[0] == 'update'
25
25
  api_json_path = ARGV[1]
26
26
  json = ''
@@ -34,7 +34,7 @@ elsif ARGV[0] == 'update'
34
34
  types = converter.convert
35
35
  generator = CodeGenerator.new(types, GEM_DIR)
36
36
  generator.generate_self_code
37
- system(%{bash -lc 'ruby #{script_file_path}/../lib/code_generator/release.rb'})
37
+ system(%{bash -lc 'ruby #{script_file_path}/../release.rb'})
38
38
 
39
39
  elsif ARGV[0] == 'setup'
40
40
  raise "\nPLEASE INSTALL RUST TO YOUR SYSTEM. \nTry this command: \ncurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh" if `which rustc`.strip.empty?
@@ -1,4 +1,4 @@
1
1
  module TonClient
2
- VERSION = "1.1.2"
2
+ VERSION = "1.1.4"
3
3
  end
4
4
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ton-client-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - nerzh
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-25 00:00:00.000000000 Z
11
+ date: 2021-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi