tezos_client 1.4.5 → 2.0.0

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: 5ef43c07cdb05752ac0547f94ca3977cb78fc02d1b8395090577156009a2c003
4
- data.tar.gz: 40d3bc0b42568d339ba5eec78654448c5b0257dfe40d44e2540723f9cd14d170
3
+ metadata.gz: 0710a2763a47abefbb6eae49ea155d4c25a286b285d36811c8bb283095589959
4
+ data.tar.gz: 418d5d18d291c6bd0bb9f0435b9020646094fbe82f83bca54af25d19f062c107
5
5
  SHA512:
6
- metadata.gz: f1c552679ecad0ff4b7945903c019dbe1055fb7d05ee51d5af4d362f14f7bf2d0cc40a5add0e86c4672a7bbd920e39dd9a06e464c3a228a01360551e70d0e8bd
7
- data.tar.gz: 7f52897c55d933a6034fe0b17255ec6f570dc57a5464e5b2d2341dd8743781362fb101daca8aabac9969aa55e8f4aed4dbf15877cba65081eed10316d575f40e
6
+ metadata.gz: fd86a0c6682019234cb89aba9f31a430f5d9431c5ad2df68b3d9d730ae0182a47f4a5b88c7710fb8d47eb1ab2d12fcd3b6403907d6fc9ed5dcd054ca2e210b33
7
+ data.tar.gz: d4f3d711a84ef597390f3bd7650b464f3838830f3bdcbdf5d38f71d05f9a3dc34193bee4e5e8e7f580f05b62aed1778b12f9a0a2d095484db605b220149007d3
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.6.5
1
+ 3.1.4
data/Gemfile.lock CHANGED
@@ -1,179 +1,182 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tezos_client (1.4.5)
4
+ tezos_client (2.0.0)
5
5
  active_interaction (>= 3.8)
6
- activesupport (~> 6.0.0)
6
+ activesupport (>= 6.0)
7
7
  base58 (~> 0.2.3)
8
8
  bip_mnemonic (~> 0.0.2)
9
- httparty (~> 0.17.0)
10
- money-tree (~> 0.10.0)
11
- rbnacl (~> 5.0.0)
12
- rest-client (~> 2.0.0)
9
+ httparty (~> 0.21.0)
10
+ money-tree (~> 0.11.2)
11
+ rbnacl (~> 7.1)
12
+ rest-client (~> 2.1)
13
13
 
14
14
  GEM
15
15
  remote: https://rubygems.org/
16
16
  specs:
17
- actionpack (6.0.6)
18
- actionview (= 6.0.6)
19
- activesupport (= 6.0.6)
20
- rack (~> 2.0, >= 2.0.8)
17
+ actionpack (7.0.4.3)
18
+ actionview (= 7.0.4.3)
19
+ activesupport (= 7.0.4.3)
20
+ rack (~> 2.0, >= 2.2.0)
21
21
  rack-test (>= 0.6.3)
22
22
  rails-dom-testing (~> 2.0)
23
23
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
24
- actionview (6.0.6)
25
- activesupport (= 6.0.6)
24
+ actionview (7.0.4.3)
25
+ activesupport (= 7.0.4.3)
26
26
  builder (~> 3.1)
27
27
  erubi (~> 1.4)
28
28
  rails-dom-testing (~> 2.0)
29
29
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
30
- active_interaction (4.1.0)
31
- activemodel (>= 5, < 8)
32
- activesupport (>= 5, < 8)
33
- activemodel (6.0.6)
34
- activesupport (= 6.0.6)
35
- activesupport (6.0.6)
30
+ active_interaction (5.2.0)
31
+ activemodel (>= 5.2, < 8)
32
+ activesupport (>= 5.2, < 8)
33
+ activemodel (7.0.4.3)
34
+ activesupport (= 7.0.4.3)
35
+ activesupport (7.0.4.3)
36
36
  concurrent-ruby (~> 1.0, >= 1.0.2)
37
- i18n (>= 0.7, < 2)
38
- minitest (~> 5.1)
39
- tzinfo (~> 1.1)
40
- zeitwerk (~> 2.2, >= 2.2.2)
41
- addressable (2.8.0)
42
- public_suffix (>= 2.0.2, < 5.0)
37
+ i18n (>= 1.6, < 2)
38
+ minitest (>= 5.1)
39
+ tzinfo (~> 2.0)
40
+ addressable (2.8.4)
41
+ public_suffix (>= 2.0.2, < 6.0)
43
42
  ast (2.4.2)
44
43
  base58 (0.2.3)
44
+ bech32 (1.3.0)
45
+ thor (>= 1.1.0)
45
46
  bip_mnemonic (0.0.4)
46
47
  builder (3.2.4)
47
48
  coderay (1.1.3)
48
- concurrent-ruby (1.1.10)
49
+ concurrent-ruby (1.2.2)
49
50
  crack (0.4.5)
50
51
  rexml
51
52
  crass (1.0.6)
52
53
  diff-lcs (1.5.0)
53
54
  domain_name (0.5.20190701)
54
55
  unf (>= 0.0.5, < 1.0.0)
55
- erubi (1.11.0)
56
+ erubi (1.12.0)
56
57
  ffi (1.15.5)
57
58
  hashdiff (1.0.1)
59
+ http-accept (1.7.0)
58
60
  http-cookie (1.0.5)
59
61
  domain_name (~> 0.5)
60
- httparty (0.17.3)
61
- mime-types (~> 3.0)
62
+ httparty (0.21.0)
63
+ mini_mime (>= 1.0.0)
62
64
  multi_xml (>= 0.5.2)
63
65
  i18n (1.12.0)
64
66
  concurrent-ruby (~> 1.0)
65
- json (2.6.2)
66
- loofah (2.19.0)
67
+ json (2.6.3)
68
+ loofah (2.20.0)
67
69
  crass (~> 1.0.2)
68
70
  nokogiri (>= 1.5.9)
69
71
  method_source (1.0.0)
70
72
  mime-types (3.4.1)
71
73
  mime-types-data (~> 3.2015)
72
- mime-types-data (3.2022.0105)
73
- minitest (5.16.3)
74
- money-tree (0.10.0)
75
- ffi
74
+ mime-types-data (3.2023.0218.1)
75
+ mini_mime (1.1.2)
76
+ minitest (5.18.0)
77
+ money-tree (0.11.2)
78
+ bech32 (~> 1.3)
79
+ openssl (~> 3.1)
76
80
  multi_xml (0.6.0)
77
81
  netrc (0.11.0)
78
- nokogiri (1.13.8-x86_64-darwin)
79
- racc (~> 1.4)
80
- nokogiri (1.13.8-x86_64-linux)
82
+ nokogiri (1.14.3-x86_64-darwin)
81
83
  racc (~> 1.4)
82
- parallel (1.22.1)
83
- parser (3.1.2.1)
84
+ openssl (3.1.0)
85
+ parallel (1.23.0)
86
+ parser (3.2.2.0)
84
87
  ast (~> 2.4.1)
85
- pry (0.14.1)
88
+ pry (0.14.2)
86
89
  coderay (~> 1.1)
87
90
  method_source (~> 1.0)
88
- public_suffix (4.0.6)
89
- racc (1.6.0)
90
- rack (2.2.4)
91
- rack-test (2.0.2)
91
+ public_suffix (5.0.1)
92
+ racc (1.6.2)
93
+ rack (2.2.6.4)
94
+ rack-test (2.1.0)
92
95
  rack (>= 1.3)
93
96
  rails-dom-testing (2.0.3)
94
97
  activesupport (>= 4.2.0)
95
98
  nokogiri (>= 1.6)
96
- rails-html-sanitizer (1.4.3)
97
- loofah (~> 2.3)
98
- railties (6.0.6)
99
- actionpack (= 6.0.6)
100
- activesupport (= 6.0.6)
99
+ rails-html-sanitizer (1.5.0)
100
+ loofah (~> 2.19, >= 2.19.1)
101
+ railties (7.0.4.3)
102
+ actionpack (= 7.0.4.3)
103
+ activesupport (= 7.0.4.3)
101
104
  method_source
102
- rake (>= 0.8.7)
103
- thor (>= 0.20.3, < 2.0)
105
+ rake (>= 12.2)
106
+ thor (~> 1.0)
107
+ zeitwerk (~> 2.5)
104
108
  rainbow (3.1.1)
105
109
  rake (13.0.6)
106
- rbnacl (5.0.0)
110
+ rbnacl (7.1.1)
107
111
  ffi
108
- regexp_parser (2.5.0)
109
- rest-client (2.0.2)
112
+ regexp_parser (2.8.0)
113
+ rest-client (2.1.0)
114
+ http-accept (>= 1.7.0, < 2.0)
110
115
  http-cookie (>= 1.0.2, < 2.0)
111
116
  mime-types (>= 1.16, < 4.0)
112
117
  netrc (~> 0.8)
113
118
  rexml (3.2.5)
114
- rspec (3.11.0)
115
- rspec-core (~> 3.11.0)
116
- rspec-expectations (~> 3.11.0)
117
- rspec-mocks (~> 3.11.0)
118
- rspec-core (3.11.0)
119
- rspec-support (~> 3.11.0)
120
- rspec-expectations (3.11.0)
119
+ rspec (3.12.0)
120
+ rspec-core (~> 3.12.0)
121
+ rspec-expectations (~> 3.12.0)
122
+ rspec-mocks (~> 3.12.0)
123
+ rspec-core (3.12.2)
124
+ rspec-support (~> 3.12.0)
125
+ rspec-expectations (3.12.3)
121
126
  diff-lcs (>= 1.2.0, < 2.0)
122
- rspec-support (~> 3.11.0)
123
- rspec-mocks (3.11.0)
127
+ rspec-support (~> 3.12.0)
128
+ rspec-mocks (3.12.5)
124
129
  diff-lcs (>= 1.2.0, < 2.0)
125
- rspec-support (~> 3.11.0)
126
- rspec-support (3.11.0)
127
- rubocop (1.36.0)
130
+ rspec-support (~> 3.12.0)
131
+ rspec-support (3.12.0)
132
+ rubocop (1.50.2)
128
133
  json (~> 2.3)
129
134
  parallel (~> 1.10)
130
- parser (>= 3.1.2.1)
135
+ parser (>= 3.2.0.0)
131
136
  rainbow (>= 2.2.2, < 4.0)
132
137
  regexp_parser (>= 1.8, < 3.0)
133
138
  rexml (>= 3.2.5, < 4.0)
134
- rubocop-ast (>= 1.20.1, < 2.0)
139
+ rubocop-ast (>= 1.28.0, < 2.0)
135
140
  ruby-progressbar (~> 1.7)
136
- unicode-display_width (>= 1.4.0, < 3.0)
137
- rubocop-ast (1.21.0)
138
- parser (>= 3.1.1.0)
139
- rubocop-minitest (0.17.1)
140
- rubocop (>= 0.90, < 2.0)
141
- rubocop-packaging (0.5.1)
142
- rubocop (>= 0.89, < 2.0)
143
- rubocop-performance (1.13.2)
141
+ unicode-display_width (>= 2.4.0, < 3.0)
142
+ rubocop-ast (1.28.0)
143
+ parser (>= 3.2.1.0)
144
+ rubocop-minitest (0.30.0)
145
+ rubocop (>= 1.39, < 2.0)
146
+ rubocop-packaging (0.5.2)
147
+ rubocop (>= 1.33, < 2.0)
148
+ rubocop-performance (1.17.1)
144
149
  rubocop (>= 1.7.0, < 2.0)
145
150
  rubocop-ast (>= 0.4.0)
146
- rubocop-rails (2.16.1)
151
+ rubocop-rails (2.19.1)
147
152
  activesupport (>= 4.2.0)
148
153
  rack (>= 1.1)
149
154
  rubocop (>= 1.33.0, < 2.0)
150
- rubocop-rails_config (1.8.2)
155
+ rubocop-rails_config (1.12.1)
151
156
  railties (>= 5.0)
152
- rubocop (>= 1.19)
157
+ rubocop (>= 1.39.0)
153
158
  rubocop-ast (>= 1.0.1)
154
- rubocop-minitest (~> 0.15)
159
+ rubocop-minitest (~> 0.22)
155
160
  rubocop-packaging (~> 0.5)
156
161
  rubocop-performance (~> 1.11)
157
162
  rubocop-rails (~> 2.0)
158
- ruby-progressbar (1.11.0)
163
+ ruby-progressbar (1.13.0)
159
164
  thor (1.2.1)
160
- thread_safe (0.3.6)
161
- tzinfo (1.2.10)
162
- thread_safe (~> 0.1)
165
+ tzinfo (2.0.6)
166
+ concurrent-ruby (~> 1.0)
163
167
  unf (0.1.4)
164
168
  unf_ext
165
169
  unf_ext (0.0.8.2)
166
- unicode-display_width (2.3.0)
170
+ unicode-display_width (2.4.2)
167
171
  vcr (4.0.0)
168
- webmock (3.14.0)
172
+ webmock (3.18.1)
169
173
  addressable (>= 2.8.0)
170
174
  crack (>= 0.3.2)
171
175
  hashdiff (>= 0.4.0, < 2.0.0)
172
- zeitwerk (2.6.0)
176
+ zeitwerk (2.6.7)
173
177
 
174
178
  PLATFORMS
175
- x86_64-darwin-19
176
- x86_64-linux
179
+ x86_64-darwin-22
177
180
 
178
181
  DEPENDENCIES
179
182
  bundler (~> 2.1)
@@ -186,4 +189,4 @@ DEPENDENCIES
186
189
  webmock
187
190
 
188
191
  BUNDLED WITH
189
- 2.2.18
192
+ 2.3.26
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class TezosClient
4
- VERSION = "1.4.5"
4
+ VERSION = "2.0.0"
5
5
  end
data/tezos_client.gemspec CHANGED
@@ -43,10 +43,10 @@ Gem::Specification.new do |spec|
43
43
 
44
44
  spec.add_dependency "active_interaction", ">= 3.8"
45
45
  spec.add_dependency "base58", "~> 0.2.3"
46
- spec.add_dependency "httparty", "~> 0.17.0"
47
- spec.add_dependency "rbnacl", "~> 5.0.0"
48
- spec.add_dependency "rest-client", "~>2.0.0"
49
- spec.add_dependency "activesupport", "~> 6.0.0"
50
- spec.add_dependency "money-tree", "~> 0.10.0"
46
+ spec.add_dependency "httparty", "~> 0.21.0"
47
+ spec.add_dependency "rbnacl", "~> 7.1"
48
+ spec.add_dependency "rest-client", "~> 2.1"
49
+ spec.add_dependency "activesupport", ">= 6.0"
50
+ spec.add_dependency "money-tree", "~> 0.11.2"
51
51
  spec.add_dependency "bip_mnemonic", "~> 0.0.2"
52
52
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tezos_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.5
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pierre Michard
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2022-09-20 00:00:00.000000000 Z
13
+ date: 2023-06-06 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler
@@ -144,70 +144,70 @@ dependencies:
144
144
  requirements:
145
145
  - - "~>"
146
146
  - !ruby/object:Gem::Version
147
- version: 0.17.0
147
+ version: 0.21.0
148
148
  type: :runtime
149
149
  prerelease: false
150
150
  version_requirements: !ruby/object:Gem::Requirement
151
151
  requirements:
152
152
  - - "~>"
153
153
  - !ruby/object:Gem::Version
154
- version: 0.17.0
154
+ version: 0.21.0
155
155
  - !ruby/object:Gem::Dependency
156
156
  name: rbnacl
157
157
  requirement: !ruby/object:Gem::Requirement
158
158
  requirements:
159
159
  - - "~>"
160
160
  - !ruby/object:Gem::Version
161
- version: 5.0.0
161
+ version: '7.1'
162
162
  type: :runtime
163
163
  prerelease: false
164
164
  version_requirements: !ruby/object:Gem::Requirement
165
165
  requirements:
166
166
  - - "~>"
167
167
  - !ruby/object:Gem::Version
168
- version: 5.0.0
168
+ version: '7.1'
169
169
  - !ruby/object:Gem::Dependency
170
170
  name: rest-client
171
171
  requirement: !ruby/object:Gem::Requirement
172
172
  requirements:
173
173
  - - "~>"
174
174
  - !ruby/object:Gem::Version
175
- version: 2.0.0
175
+ version: '2.1'
176
176
  type: :runtime
177
177
  prerelease: false
178
178
  version_requirements: !ruby/object:Gem::Requirement
179
179
  requirements:
180
180
  - - "~>"
181
181
  - !ruby/object:Gem::Version
182
- version: 2.0.0
182
+ version: '2.1'
183
183
  - !ruby/object:Gem::Dependency
184
184
  name: activesupport
185
185
  requirement: !ruby/object:Gem::Requirement
186
186
  requirements:
187
- - - "~>"
187
+ - - ">="
188
188
  - !ruby/object:Gem::Version
189
- version: 6.0.0
189
+ version: '6.0'
190
190
  type: :runtime
191
191
  prerelease: false
192
192
  version_requirements: !ruby/object:Gem::Requirement
193
193
  requirements:
194
- - - "~>"
194
+ - - ">="
195
195
  - !ruby/object:Gem::Version
196
- version: 6.0.0
196
+ version: '6.0'
197
197
  - !ruby/object:Gem::Dependency
198
198
  name: money-tree
199
199
  requirement: !ruby/object:Gem::Requirement
200
200
  requirements:
201
201
  - - "~>"
202
202
  - !ruby/object:Gem::Version
203
- version: 0.10.0
203
+ version: 0.11.2
204
204
  type: :runtime
205
205
  prerelease: false
206
206
  version_requirements: !ruby/object:Gem::Requirement
207
207
  requirements:
208
208
  - - "~>"
209
209
  - !ruby/object:Gem::Version
210
- version: 0.10.0
210
+ version: 0.11.2
211
211
  - !ruby/object:Gem::Dependency
212
212
  name: bip_mnemonic
213
213
  requirement: !ruby/object:Gem::Requirement
@@ -335,7 +335,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
335
335
  - !ruby/object:Gem::Version
336
336
  version: '0'
337
337
  requirements: []
338
- rubygems_version: 3.0.3
338
+ rubygems_version: 3.3.26
339
339
  signing_key:
340
340
  specification_version: 4
341
341
  summary: Wrapper to the tezos client.