ehbrs-tools 0.45.1 → 0.45.2
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 +4 -4
- data/Gemfile.lock +111 -99
- data/lib/ehbrs/tools/version.rb +1 -1
- data/lib/ehbrs/tools.rb +8 -8
- metadata +27 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6aba6b05cd60aaf98219dddf7c312166d8b4ed51ca0ac13f554bb28a41c48f19
|
|
4
|
+
data.tar.gz: 6ec134de9eadc5da32af0ff130434a5c3da878fa3d6ed1dd1e3f6657304dc488
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cd7d52e2f220ea58401320df6df0eb53f951fb2f470426875e76ac86af4cecf0ea95926e17bf0c108d9fca101c7f4af11357f7cfbb05ca33cf1382dd4d855a00
|
|
7
|
+
data.tar.gz: 3c8111f133260588f7ba446dcb2827a8a11583bd08d46303a4cc9b900519956c4b3dec2e877ca51f965906b9646c4e46fff9be5c8a399de4cacadd010ad10c09
|
data/Gemfile.lock
CHANGED
|
@@ -1,42 +1,45 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
ehbrs-tools (0.45.
|
|
5
|
-
avm-tools (~> 0.164)
|
|
6
|
-
eac_cli (~> 0.47)
|
|
4
|
+
ehbrs-tools (0.45.2)
|
|
5
|
+
avm-tools (~> 0.164, >= 0.164.1)
|
|
6
|
+
eac_cli (~> 0.47, >= 0.47.1)
|
|
7
7
|
eac_fs (~> 0.20, >= 0.20.2)
|
|
8
8
|
eac_ruby_base0 (~> 0.19, >= 0.19.3)
|
|
9
|
-
|
|
10
|
-
ehbrs_ruby_utils (~> 0.49, >= 0.49.
|
|
9
|
+
eac_ruby_base1 (~> 0.1.1, ~> 0.1)
|
|
10
|
+
ehbrs_ruby_utils (~> 0.49, >= 0.49.2)
|
|
11
11
|
filesize (~> 0.2)
|
|
12
12
|
os (~> 1.1, >= 1.1.4)
|
|
13
13
|
telegram-bot-ruby (~> 0.23)
|
|
14
14
|
|
|
15
15
|
PATH
|
|
16
|
-
remote: sub/
|
|
16
|
+
remote: sub/eac_envs-http
|
|
17
17
|
specs:
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
18
|
+
eac_envs-http (0.7.2)
|
|
19
|
+
eac_fs (~> 0.20, >= 0.20.2)
|
|
20
|
+
eac_ruby_base1 (~> 0.1, >= 0.1.1)
|
|
21
|
+
faraday (~> 2.14, >= 2.14.3)
|
|
22
|
+
faraday-follow_redirects (~> 0.5)
|
|
23
|
+
faraday-gzip (~> 3.1)
|
|
24
|
+
faraday-multipart (~> 1.2)
|
|
25
|
+
faraday-retry (~> 2.4)
|
|
26
|
+
random-port (~> 0.8)
|
|
27
|
+
webrick (~> 1.9, >= 1.9.2)
|
|
25
28
|
|
|
26
29
|
PATH
|
|
27
30
|
remote: sub/ehbrs_ruby_utils
|
|
28
31
|
specs:
|
|
29
|
-
ehbrs_ruby_utils (0.49.
|
|
30
|
-
aranha (~> 0.20)
|
|
32
|
+
ehbrs_ruby_utils (0.49.2)
|
|
33
|
+
aranha (~> 0.20, >= 0.20.1)
|
|
31
34
|
aranha-parsers (~> 0.29)
|
|
32
35
|
aranha-selenium (~> 0.14)
|
|
33
|
-
avm (~> 0.
|
|
36
|
+
avm (~> 0.102, >= 0.102.3)
|
|
34
37
|
avm-eac_rails_base0 (~> 0.11, >= 0.11.2)
|
|
35
38
|
dentaku (~> 3.5, >= 3.5.7)
|
|
36
39
|
eac_fs (~> 0.20, >= 0.20.2)
|
|
37
40
|
eac_rest (~> 0.13)
|
|
38
|
-
|
|
39
|
-
eac_templates (~> 0.
|
|
41
|
+
eac_ruby_base1 (~> 0.1.1, ~> 0.1)
|
|
42
|
+
eac_templates (~> 0.9)
|
|
40
43
|
inifile (~> 3.0)
|
|
41
44
|
srt (~> 0.1, >= 0.1.5)
|
|
42
45
|
taglib-ruby (~> 1.1, >= 1.1.3)
|
|
@@ -45,16 +48,30 @@ PATH
|
|
|
45
48
|
GEM
|
|
46
49
|
remote: https://rubygems.org/
|
|
47
50
|
specs:
|
|
48
|
-
activesupport (
|
|
49
|
-
|
|
51
|
+
activesupport (8.1.3.1)
|
|
52
|
+
base64
|
|
53
|
+
bigdecimal
|
|
54
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
55
|
+
connection_pool (>= 2.2.5)
|
|
56
|
+
drb
|
|
50
57
|
i18n (>= 1.6, < 2)
|
|
58
|
+
json
|
|
59
|
+
logger (>= 1.4.2)
|
|
51
60
|
minitest (>= 5.1)
|
|
52
|
-
|
|
53
|
-
|
|
61
|
+
securerandom (>= 0.3)
|
|
62
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
|
63
|
+
uri (>= 0.13.1)
|
|
54
64
|
addressable (2.9.0)
|
|
55
65
|
public_suffix (>= 2.0.2, < 8.0)
|
|
56
|
-
aranha (0.20.
|
|
57
|
-
|
|
66
|
+
aranha (0.20.1)
|
|
67
|
+
eac_ruby_base1 (~> 0.1, >= 0.1.1)
|
|
68
|
+
aranha-parsers (0.29.0)
|
|
69
|
+
activesupport (>= 4.0.0)
|
|
70
|
+
addressable (~> 2.9)
|
|
71
|
+
aranha (~> 0.20)
|
|
72
|
+
eac_envs-http (~> 0.7, >= 0.7.1)
|
|
73
|
+
eac_ruby_utils (~> 0.131)
|
|
74
|
+
nokogiri (~> 1.19, >= 1.19.3)
|
|
58
75
|
aranha-selenium (0.14.0)
|
|
59
76
|
aranha (~> 0.20)
|
|
60
77
|
eac_fs (~> 0.20, >= 0.20.1)
|
|
@@ -64,47 +81,47 @@ GEM
|
|
|
64
81
|
selenium-webdriver (~> 4.43)
|
|
65
82
|
ast (2.4.3)
|
|
66
83
|
attr_extras (7.1.0)
|
|
67
|
-
avm (0.
|
|
68
|
-
eac_cli (~> 0.
|
|
84
|
+
avm (0.102.3)
|
|
85
|
+
eac_cli (~> 0.47)
|
|
69
86
|
eac_config (~> 0.15)
|
|
70
|
-
eac_docker (~> 0.8)
|
|
71
|
-
eac_fs (~> 0.20, >= 0.20.
|
|
72
|
-
|
|
73
|
-
eac_templates (~> 0.
|
|
87
|
+
eac_docker (~> 0.8, >= 0.8.1)
|
|
88
|
+
eac_fs (~> 0.20, >= 0.20.2)
|
|
89
|
+
eac_ruby_base1 (~> 0.1, >= 0.1.1)
|
|
90
|
+
eac_templates (~> 0.9)
|
|
74
91
|
minitar (~> 0.12, >= 0.12.1)
|
|
75
|
-
avm-eac_generic_base0 (0.15.
|
|
76
|
-
avm (~> 0.
|
|
77
|
-
eac_ruby_utils (~> 0.
|
|
92
|
+
avm-eac_generic_base0 (0.15.3)
|
|
93
|
+
avm (~> 0.100)
|
|
94
|
+
eac_ruby_utils (~> 0.131)
|
|
78
95
|
avm-eac_postgresql_base0 (0.6.0)
|
|
79
96
|
avm (~> 0.98, >= 0.98.4)
|
|
80
97
|
eac_ruby_utils (~> 0.129, >= 0.129.1)
|
|
81
98
|
avm-eac_rails_base0 (0.11.2)
|
|
82
99
|
avm-eac_rails_base1 (~> 0.11, >= 0.11.2)
|
|
83
100
|
eac_ruby_utils (~> 0.129, >= 0.129.1)
|
|
84
|
-
avm-eac_rails_base1 (0.12.
|
|
85
|
-
avm (~> 0.
|
|
86
|
-
avm-eac_ruby_base1 (~> 0.
|
|
87
|
-
avm-eac_webapp_base0 (~> 0.22)
|
|
88
|
-
|
|
89
|
-
avm-eac_ruby_base1 (0.
|
|
90
|
-
aranha-parsers (~> 0.
|
|
91
|
-
avm (~> 0.
|
|
92
|
-
avm-eac_generic_base0 (~> 0.15, >= 0.15.
|
|
101
|
+
avm-eac_rails_base1 (0.12.1)
|
|
102
|
+
avm (~> 0.102, >= 0.102.3)
|
|
103
|
+
avm-eac_ruby_base1 (~> 0.43, >= 0.43.2)
|
|
104
|
+
avm-eac_webapp_base0 (~> 0.22, >= 0.22.3)
|
|
105
|
+
eac_ruby_base1 (~> 0.1, >= 0.1.1)
|
|
106
|
+
avm-eac_ruby_base1 (0.43.2)
|
|
107
|
+
aranha-parsers (~> 0.29)
|
|
108
|
+
avm (~> 0.102, >= 0.102.3)
|
|
109
|
+
avm-eac_generic_base0 (~> 0.15, >= 0.15.3)
|
|
93
110
|
eac_envs-http (~> 0.7, >= 0.7.1)
|
|
94
|
-
|
|
95
|
-
avm-eac_ubuntu_base0 (0.7.
|
|
96
|
-
avm (~> 0.
|
|
97
|
-
|
|
98
|
-
eac_templates (~> 0.
|
|
99
|
-
avm-eac_webapp_base0 (0.22.
|
|
100
|
-
avm (~> 0.
|
|
101
|
-
avm-eac_generic_base0 (~> 0.15, >= 0.15.
|
|
111
|
+
eac_ruby_base1 (~> 0.1, >= 0.1.1)
|
|
112
|
+
avm-eac_ubuntu_base0 (0.7.1)
|
|
113
|
+
avm (~> 0.102, >= 0.102.3)
|
|
114
|
+
eac_ruby_base1 (~> 0.1, >= 0.1.1)
|
|
115
|
+
eac_templates (~> 0.9)
|
|
116
|
+
avm-eac_webapp_base0 (0.22.3)
|
|
117
|
+
avm (~> 0.102, >= 0.102.3)
|
|
118
|
+
avm-eac_generic_base0 (~> 0.15, >= 0.15.3)
|
|
102
119
|
avm-eac_postgresql_base0 (~> 0.6)
|
|
103
|
-
avm-eac_ubuntu_base0 (~> 0.7)
|
|
104
|
-
|
|
120
|
+
avm-eac_ubuntu_base0 (~> 0.7, >= 0.7.1)
|
|
121
|
+
eac_ruby_base1 (~> 0.1, >= 0.1.1)
|
|
105
122
|
htmlbeautifier (~> 1.4, >= 1.4.3)
|
|
106
|
-
avm-tools (0.164.
|
|
107
|
-
avm (~> 0.
|
|
123
|
+
avm-tools (0.164.1)
|
|
124
|
+
avm (~> 0.102, >= 0.102.2)
|
|
108
125
|
eac_ruby_base0 (~> 0.19, >= 0.19.3)
|
|
109
126
|
axiom-types (0.1.1)
|
|
110
127
|
descendants_tracker (~> 0.0.4)
|
|
@@ -116,7 +133,8 @@ GEM
|
|
|
116
133
|
coercible (1.0.0)
|
|
117
134
|
descendants_tracker (~> 0.0.1)
|
|
118
135
|
colorize (0.8.1)
|
|
119
|
-
concurrent-ruby (1.3.
|
|
136
|
+
concurrent-ruby (1.3.8)
|
|
137
|
+
connection_pool (3.0.2)
|
|
120
138
|
content-type (0.0.2)
|
|
121
139
|
parslet (~> 2.0)
|
|
122
140
|
dentaku (3.5.7)
|
|
@@ -127,28 +145,18 @@ GEM
|
|
|
127
145
|
diff-lcs (1.6.2)
|
|
128
146
|
drb (2.2.3)
|
|
129
147
|
dry-inflector (1.3.1)
|
|
130
|
-
eac_cli (0.47.
|
|
148
|
+
eac_cli (0.47.1)
|
|
131
149
|
clipboard (~> 2.0)
|
|
132
150
|
colorize (~> 0.8, >= 0.8.1)
|
|
133
151
|
eac_config (~> 0.15)
|
|
134
|
-
eac_ruby_utils (~> 0.131)
|
|
152
|
+
eac_ruby_utils (~> 0.131, >= 0.131.4)
|
|
135
153
|
tty-table (~> 0.12)
|
|
136
154
|
eac_config (0.15.0)
|
|
137
155
|
addressable (~> 2.8, >= 2.8.7)
|
|
138
156
|
eac_ruby_utils (~> 0.127)
|
|
139
|
-
eac_docker (0.8.
|
|
140
|
-
|
|
141
|
-
eac_templates (~> 0.
|
|
142
|
-
eac_envs-http (0.7.1)
|
|
143
|
-
eac_fs (~> 0.20)
|
|
144
|
-
eac_ruby_utils (~> 0.129)
|
|
145
|
-
faraday (~> 2.14, >= 2.14.1)
|
|
146
|
-
faraday-follow_redirects (~> 0.5)
|
|
147
|
-
faraday-gzip (~> 0.1)
|
|
148
|
-
faraday-multipart (~> 1.2)
|
|
149
|
-
faraday-retry (~> 2.4)
|
|
150
|
-
random-port (~> 0.7, >= 0.7.6)
|
|
151
|
-
webrick
|
|
157
|
+
eac_docker (0.8.1)
|
|
158
|
+
eac_ruby_base1 (~> 0.1, >= 0.1.1)
|
|
159
|
+
eac_templates (~> 0.9)
|
|
152
160
|
eac_fs (0.20.2)
|
|
153
161
|
content-type (~> 0.0, >= 0.0.2)
|
|
154
162
|
eac_ruby_utils (~> 0.131)
|
|
@@ -163,46 +171,48 @@ GEM
|
|
|
163
171
|
eac_cli (~> 0.45)
|
|
164
172
|
eac_fs (~> 0.20)
|
|
165
173
|
eac_ruby_utils (~> 0.129)
|
|
166
|
-
|
|
167
|
-
eac_ruby_utils (~> 0.131)
|
|
174
|
+
eac_ruby_base1 (0.1.1)
|
|
175
|
+
eac_ruby_utils (~> 0.131, >= 0.131.2)
|
|
176
|
+
eac_ruby_gem_support (0.14.0)
|
|
177
|
+
eac_ruby_base1 (~> 0.1)
|
|
168
178
|
rspec (~> 3.13, >= 3.13.2)
|
|
169
|
-
rubocop (~> 1.
|
|
170
|
-
rubocop-rails (~> 2.
|
|
171
|
-
rubocop-rspec (~> 3.
|
|
179
|
+
rubocop (~> 1.88, >= 1.88.2)
|
|
180
|
+
rubocop-rails (~> 2.36)
|
|
181
|
+
rubocop-rspec (~> 3.10, >= 3.10.2)
|
|
172
182
|
super_diff (~> 0.19)
|
|
173
|
-
eac_ruby_utils (0.131.
|
|
174
|
-
activesupport (>=
|
|
183
|
+
eac_ruby_utils (0.131.4)
|
|
184
|
+
activesupport (>= 6.1.7.10)
|
|
175
185
|
addressable (~> 2.9)
|
|
176
186
|
bundler
|
|
177
187
|
memoized (~> 1.1, >= 1.1.3)
|
|
178
188
|
net-ssh (~> 4.2)
|
|
179
|
-
zeitwerk (~> 2.
|
|
180
|
-
eac_templates (0.
|
|
189
|
+
zeitwerk (~> 2.8, >= 2.8.2)
|
|
190
|
+
eac_templates (0.9.0)
|
|
181
191
|
eac_config (~> 0.15)
|
|
182
|
-
|
|
183
|
-
faraday (2.14.
|
|
192
|
+
eac_ruby_base1 (~> 0.1, >= 0.1.1)
|
|
193
|
+
faraday (2.14.3)
|
|
184
194
|
faraday-net_http (>= 2.0, < 3.5)
|
|
185
195
|
json
|
|
186
196
|
logger
|
|
187
197
|
faraday-follow_redirects (0.5.0)
|
|
188
198
|
faraday (>= 1, < 3)
|
|
189
|
-
faraday-gzip (
|
|
190
|
-
faraday (>=
|
|
191
|
-
zlib (~>
|
|
199
|
+
faraday-gzip (3.1.0)
|
|
200
|
+
faraday (>= 2.0, < 3)
|
|
201
|
+
zlib (~> 3.0)
|
|
192
202
|
faraday-multipart (1.2.0)
|
|
193
203
|
multipart-post (~> 2.0)
|
|
194
|
-
faraday-net_http (3.4.
|
|
204
|
+
faraday-net_http (3.4.4)
|
|
195
205
|
net-http (~> 0.5)
|
|
196
206
|
faraday-retry (2.4.0)
|
|
197
207
|
faraday (~> 2.0)
|
|
198
208
|
filesize (0.2.0)
|
|
199
209
|
htmlbeautifier (1.4.3)
|
|
200
|
-
i18n (1.
|
|
210
|
+
i18n (1.15.2)
|
|
201
211
|
concurrent-ruby (~> 1.0)
|
|
202
212
|
ice_nine (0.11.2)
|
|
203
213
|
inifile (3.0.0)
|
|
204
|
-
json (2.
|
|
205
|
-
language_server-protocol (3.17.0.
|
|
214
|
+
json (2.21.1)
|
|
215
|
+
language_server-protocol (3.17.0.6)
|
|
206
216
|
lint_roller (1.1.0)
|
|
207
217
|
logger (1.7.0)
|
|
208
218
|
memoized (1.1.3)
|
|
@@ -214,12 +224,12 @@ GEM
|
|
|
214
224
|
net-http (0.9.1)
|
|
215
225
|
uri (>= 0.11.1)
|
|
216
226
|
net-ssh (4.2.0)
|
|
217
|
-
nokogiri (1.19.
|
|
227
|
+
nokogiri (1.19.4-x86_64-linux-gnu)
|
|
218
228
|
racc (~> 1.4)
|
|
219
229
|
optimist (3.2.1)
|
|
220
230
|
os (1.1.4)
|
|
221
231
|
parallel (1.28.0)
|
|
222
|
-
parser (3.3.
|
|
232
|
+
parser (3.3.12.0)
|
|
223
233
|
ast (~> 2.4.1)
|
|
224
234
|
racc
|
|
225
235
|
parslet (2.0.0)
|
|
@@ -249,7 +259,7 @@ GEM
|
|
|
249
259
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
250
260
|
rspec-support (~> 3.13.0)
|
|
251
261
|
rspec-support (3.13.7)
|
|
252
|
-
rubocop (1.
|
|
262
|
+
rubocop (1.88.2)
|
|
253
263
|
json (~> 2.3)
|
|
254
264
|
language_server-protocol (~> 3.17.0.2)
|
|
255
265
|
lint_roller (~> 1.1.0)
|
|
@@ -260,21 +270,23 @@ GEM
|
|
|
260
270
|
rubocop-ast (>= 1.49.0, < 2.0)
|
|
261
271
|
ruby-progressbar (~> 1.7)
|
|
262
272
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
263
|
-
rubocop-ast (1.
|
|
273
|
+
rubocop-ast (1.50.0)
|
|
264
274
|
parser (>= 3.3.7.2)
|
|
265
275
|
prism (~> 1.7)
|
|
266
|
-
rubocop-rails (2.
|
|
276
|
+
rubocop-rails (2.36.0)
|
|
267
277
|
activesupport (>= 4.2.0)
|
|
268
278
|
lint_roller (~> 1.1)
|
|
269
279
|
rack (>= 1.1)
|
|
270
280
|
rubocop (>= 1.75.0, < 2.0)
|
|
271
281
|
rubocop-ast (>= 1.44.0, < 2.0)
|
|
272
|
-
rubocop-rspec (3.
|
|
282
|
+
rubocop-rspec (3.10.2)
|
|
273
283
|
lint_roller (~> 1.1)
|
|
274
|
-
|
|
284
|
+
regexp_parser (>= 2.0)
|
|
285
|
+
rubocop (~> 1.86, >= 1.86.2)
|
|
275
286
|
ruby-filemagic (0.7.3)
|
|
276
287
|
ruby-progressbar (1.13.0)
|
|
277
|
-
rubyzip (3.
|
|
288
|
+
rubyzip (3.4.1)
|
|
289
|
+
securerandom (0.4.1)
|
|
278
290
|
selenium-webdriver (4.44.0)
|
|
279
291
|
base64 (~> 0.2)
|
|
280
292
|
logger (~> 1.4)
|
|
@@ -320,14 +332,14 @@ GEM
|
|
|
320
332
|
webrick (1.9.2)
|
|
321
333
|
websocket (1.2.11)
|
|
322
334
|
zeitwerk (2.8.2)
|
|
323
|
-
zlib (2.
|
|
335
|
+
zlib (3.2.3)
|
|
324
336
|
|
|
325
337
|
PLATFORMS
|
|
326
338
|
x86_64-linux-gnu
|
|
327
339
|
|
|
328
340
|
DEPENDENCIES
|
|
329
|
-
|
|
330
|
-
eac_ruby_gem_support (~> 0.
|
|
341
|
+
eac_envs-http!
|
|
342
|
+
eac_ruby_gem_support (~> 0.14)
|
|
331
343
|
ehbrs-tools!
|
|
332
344
|
ehbrs_ruby_utils!
|
|
333
345
|
|
data/lib/ehbrs/tools/version.rb
CHANGED
data/lib/ehbrs/tools.rb
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
|
-
require '
|
|
4
|
-
|
|
3
|
+
require 'eac_ruby_base1'
|
|
4
|
+
EacRubyBase1::RootModuleSetup.perform __FILE__ do
|
|
5
|
+
require 'avm/tools'
|
|
6
|
+
require 'eac_cli'
|
|
7
|
+
require 'eac_fs'
|
|
8
|
+
require 'eac_ruby_base0'
|
|
9
|
+
require 'ehbrs_ruby_utils'
|
|
10
|
+
end
|
|
5
11
|
|
|
6
12
|
module Ehbrs
|
|
7
13
|
module Tools
|
|
8
14
|
include ::Ehbrs::Tools::Application
|
|
9
15
|
end
|
|
10
16
|
end
|
|
11
|
-
|
|
12
|
-
require 'avm/tools'
|
|
13
|
-
require 'eac_cli'
|
|
14
|
-
require 'eac_fs'
|
|
15
|
-
require 'eac_ruby_base0'
|
|
16
|
-
require 'ehbrs_ruby_utils'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ehbrs-tools
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.45.
|
|
4
|
+
version: 0.45.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Esquilo Azul Company
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-07-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: avm-tools
|
|
@@ -17,6 +17,9 @@ dependencies:
|
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: '0.164'
|
|
20
|
+
- - ">="
|
|
21
|
+
- !ruby/object:Gem::Version
|
|
22
|
+
version: 0.164.1
|
|
20
23
|
type: :runtime
|
|
21
24
|
prerelease: false
|
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -24,6 +27,9 @@ dependencies:
|
|
|
24
27
|
- - "~>"
|
|
25
28
|
- !ruby/object:Gem::Version
|
|
26
29
|
version: '0.164'
|
|
30
|
+
- - ">="
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: 0.164.1
|
|
27
33
|
- !ruby/object:Gem::Dependency
|
|
28
34
|
name: eac_cli
|
|
29
35
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -31,6 +37,9 @@ dependencies:
|
|
|
31
37
|
- - "~>"
|
|
32
38
|
- !ruby/object:Gem::Version
|
|
33
39
|
version: '0.47'
|
|
40
|
+
- - ">="
|
|
41
|
+
- !ruby/object:Gem::Version
|
|
42
|
+
version: 0.47.1
|
|
34
43
|
type: :runtime
|
|
35
44
|
prerelease: false
|
|
36
45
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -38,6 +47,9 @@ dependencies:
|
|
|
38
47
|
- - "~>"
|
|
39
48
|
- !ruby/object:Gem::Version
|
|
40
49
|
version: '0.47'
|
|
50
|
+
- - ">="
|
|
51
|
+
- !ruby/object:Gem::Version
|
|
52
|
+
version: 0.47.1
|
|
41
53
|
- !ruby/object:Gem::Dependency
|
|
42
54
|
name: eac_fs
|
|
43
55
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -79,19 +91,25 @@ dependencies:
|
|
|
79
91
|
- !ruby/object:Gem::Version
|
|
80
92
|
version: 0.19.3
|
|
81
93
|
- !ruby/object:Gem::Dependency
|
|
82
|
-
name:
|
|
94
|
+
name: eac_ruby_base1
|
|
83
95
|
requirement: !ruby/object:Gem::Requirement
|
|
84
96
|
requirements:
|
|
85
97
|
- - "~>"
|
|
86
98
|
- !ruby/object:Gem::Version
|
|
87
|
-
version: '0.
|
|
99
|
+
version: '0.1'
|
|
100
|
+
- - "~>"
|
|
101
|
+
- !ruby/object:Gem::Version
|
|
102
|
+
version: 0.1.1
|
|
88
103
|
type: :runtime
|
|
89
104
|
prerelease: false
|
|
90
105
|
version_requirements: !ruby/object:Gem::Requirement
|
|
91
106
|
requirements:
|
|
92
107
|
- - "~>"
|
|
93
108
|
- !ruby/object:Gem::Version
|
|
94
|
-
version: '0.
|
|
109
|
+
version: '0.1'
|
|
110
|
+
- - "~>"
|
|
111
|
+
- !ruby/object:Gem::Version
|
|
112
|
+
version: 0.1.1
|
|
95
113
|
- !ruby/object:Gem::Dependency
|
|
96
114
|
name: ehbrs_ruby_utils
|
|
97
115
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -101,7 +119,7 @@ dependencies:
|
|
|
101
119
|
version: '0.49'
|
|
102
120
|
- - ">="
|
|
103
121
|
- !ruby/object:Gem::Version
|
|
104
|
-
version: 0.49.
|
|
122
|
+
version: 0.49.2
|
|
105
123
|
type: :runtime
|
|
106
124
|
prerelease: false
|
|
107
125
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -111,7 +129,7 @@ dependencies:
|
|
|
111
129
|
version: '0.49'
|
|
112
130
|
- - ">="
|
|
113
131
|
- !ruby/object:Gem::Version
|
|
114
|
-
version: 0.49.
|
|
132
|
+
version: 0.49.2
|
|
115
133
|
- !ruby/object:Gem::Dependency
|
|
116
134
|
name: filesize
|
|
117
135
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -166,14 +184,14 @@ dependencies:
|
|
|
166
184
|
requirements:
|
|
167
185
|
- - "~>"
|
|
168
186
|
- !ruby/object:Gem::Version
|
|
169
|
-
version: '0.
|
|
187
|
+
version: '0.14'
|
|
170
188
|
type: :development
|
|
171
189
|
prerelease: false
|
|
172
190
|
version_requirements: !ruby/object:Gem::Requirement
|
|
173
191
|
requirements:
|
|
174
192
|
- - "~>"
|
|
175
193
|
- !ruby/object:Gem::Version
|
|
176
|
-
version: '0.
|
|
194
|
+
version: '0.14'
|
|
177
195
|
description:
|
|
178
196
|
email:
|
|
179
197
|
executables:
|