ehbrs-tools 0.33.0 → 0.34.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +0 -2
  3. data/Gemfile.lock +47 -53
  4. data/lib/ehbrs/tools/version.rb +1 -1
  5. metadata +25 -31
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '0728c0fbad8fab193328dd043e9cf25bfef615b8b2e52d3074c863891b927768'
4
- data.tar.gz: 47ae7d7c0043ae8d8acabd50162164f60d6e04382dfb0aabefc18348749ddc33
3
+ metadata.gz: 8ec0a90959fd8dc48f9c799b20af55016cd219efae701640eb2060ff55ceeab9
4
+ data.tar.gz: 754779dd2ae2cce3b6495793c975027b6f0240997b42688fbd9d8935caba7920
5
5
  SHA512:
6
- metadata.gz: ab4f85fcf64f335ad87bbcdcbafaa67ffd5fa28b9f2704cd2a0e1b6cdae0f8fa3d0f75baca2bb5eb1edef2be3f57dd48e9cbfc19a75c40b5e4e5301b226f614f
7
- data.tar.gz: d0865c776d105d97e91c24a8a5de73d13bfe4cde450580944644cacb8ec27e8b63ec87031e67578612de2881f91de2a6aa20992f0ad839be271d9aa6044c569e
6
+ metadata.gz: f2d1cf8696c59243b3b3756830ec520d762b9fce5f5ae96a94a32c95d001d7420d1fdfd2d14c771208bb3163d3761b5b312383b61a29f48c652a8d63529a9cd3
7
+ data.tar.gz: c9225832e1bf272b8c1a8be6bafedce2eaea075c6564d04b0912ce78fc6d63d43571c786bb65202b8651b89f3bf263dff6a42962589f9a0b52d9d40e9f01dbe1
data/Gemfile CHANGED
@@ -10,7 +10,5 @@ gemspec
10
10
  gem ::File.basename(dir), path: dir, require: false
11
11
  end
12
12
 
13
- gem 'httpclient', git: 'https://github.com/livelink/httpclient.git'
14
-
15
13
  local_gemfile = ::File.join(::File.dirname(__FILE__), 'Gemfile.local')
16
14
  eval_gemfile local_gemfile if ::File.exist?(local_gemfile)
data/Gemfile.lock CHANGED
@@ -1,21 +1,27 @@
1
- GIT
2
- remote: https://github.com/livelink/httpclient.git
3
- revision: 3efedc65787366d4c1936ea0c0247202a5a2ad99
4
- specs:
5
- httpclient (2.8.5)
6
-
7
1
  PATH
8
2
  remote: .
9
3
  specs:
10
- ehbrs-tools (0.33.0)
4
+ ehbrs-tools (0.34.0)
11
5
  avm-tools (~> 0.145, >= 0.145.1)
12
6
  eac_cli (~> 0.30, >= 0.30.1)
13
7
  eac_ruby_utils (~> 0.112)
14
- ehbrs_ruby_utils (~> 0.19)
8
+ ehbrs_ruby_utils (~> 0.20)
15
9
  filesize (~> 0.2)
16
10
  inifile (~> 3.0)
17
11
  os (~> 1.1, >= 1.1.4)
18
- telegram-bot-ruby (~> 0.19, >= 0.19.2)
12
+ telegram-bot-ruby (~> 0.23)
13
+
14
+ PATH
15
+ remote: sub/aranha-parsers
16
+ specs:
17
+ aranha-parsers (0.15.0)
18
+ activesupport (>= 4.0.0)
19
+ addressable (~> 2.8, >= 2.8.1)
20
+ eac_ruby_utils (~> 0.112)
21
+ faraday (~> 2.7, >= 2.7.4)
22
+ faraday-gzip (~> 0.1)
23
+ nokogiri (~> 1.14)
24
+ ofx-parser (~> 1.1)
19
25
 
20
26
  PATH
21
27
  remote: sub/aranha-selenium
@@ -24,6 +30,14 @@ PATH
24
30
  eac_ruby_utils (~> 0.106, >= 0.106.1)
25
31
  selenium-webdriver (~> 3.142, >= 3.142.7)
26
32
 
33
+ PATH
34
+ remote: sub/aranha
35
+ specs:
36
+ aranha (0.19.0)
37
+ aranha-parsers (~> 0.15)
38
+ aranha-selenium (~> 0.5)
39
+ eac_ruby_utils (~> 0.112)
40
+
27
41
  PATH
28
42
  remote: sub/eac_cli
29
43
  specs:
@@ -39,6 +53,15 @@ PATH
39
53
  eac_ruby_utils (~> 0.112)
40
54
  eac_templates (~> 0.3, >= 0.3.2)
41
55
 
56
+ PATH
57
+ remote: sub/eac_rest
58
+ specs:
59
+ eac_rest (0.7.0)
60
+ eac_fs (~> 0.16)
61
+ eac_ruby_utils (~> 0.112)
62
+ faraday (~> 2.7, >= 2.7.4)
63
+ faraday-multipart (~> 1.0, >= 1.0.4)
64
+
42
65
  PATH
43
66
  remote: sub/eac_ruby_base0
44
67
  specs:
@@ -68,12 +91,12 @@ PATH
68
91
  PATH
69
92
  remote: sub/ehbrs_ruby_utils
70
93
  specs:
71
- ehbrs_ruby_utils (0.19.0)
72
- aranha (~> 0.18)
73
- aranha-parsers (~> 0.14, >= 0.14.4)
94
+ ehbrs_ruby_utils (0.20.0)
95
+ aranha (~> 0.19)
96
+ aranha-parsers (~> 0.15)
74
97
  avm (~> 0.62)
75
98
  eac_fs (~> 0.16)
76
- eac_ruby_utils (~> 0.111)
99
+ eac_ruby_utils (~> 0.112)
77
100
  eac_templates (~> 0.3, >= 0.3.2)
78
101
  taglib-ruby (~> 1.1, >= 1.1.3)
79
102
  ultimate_lyrics (~> 0.1, >= 0.1.3)
@@ -89,20 +112,6 @@ GEM
89
112
  zeitwerk (~> 2.3)
90
113
  addressable (2.8.1)
91
114
  public_suffix (>= 2.0.2, < 6.0)
92
- aranha (0.18.0)
93
- aranha-parsers (~> 0.14, >= 0.14.3)
94
- aranha-selenium (~> 0.5)
95
- eac_ruby_utils (~> 0.106, >= 0.106.1)
96
- httpclient (~> 2.8, >= 2.8.3)
97
- aranha-parsers (0.14.4)
98
- activesupport (>= 4.0.0)
99
- addressable (~> 2.8, >= 2.8.1)
100
- curb (~> 0.9, >= 0.9.11)
101
- eac_ruby_utils (~> 0.106)
102
- faraday-gzip (~> 0.1)
103
- faraday_middleware (~> 1.2)
104
- nokogiri (~> 1.13, >= 1.13.9)
105
- ofx-parser (~> 1.1)
106
115
  ast (2.4.2)
107
116
  avm (0.62.0)
108
117
  aranha-parsers (~> 0.14, >= 0.14.4)
@@ -186,40 +195,22 @@ GEM
186
195
  rubocop (~> 0.80.1)
187
196
  rubocop-rails (~> 2.4.2)
188
197
  rubocop-rspec (~> 1.38.1)
189
- faraday (1.10.3)
190
- faraday-em_http (~> 1.0)
191
- faraday-em_synchrony (~> 1.0)
192
- faraday-excon (~> 1.1)
193
- faraday-httpclient (~> 1.0)
194
- faraday-multipart (~> 1.0)
195
- faraday-net_http (~> 1.0)
196
- faraday-net_http_persistent (~> 1.0)
197
- faraday-patron (~> 1.0)
198
- faraday-rack (~> 1.0)
199
- faraday-retry (~> 1.0)
198
+ faraday (2.7.4)
199
+ faraday-net_http (>= 2.0, < 3.1)
200
200
  ruby2_keywords (>= 0.0.4)
201
- faraday-em_http (1.0.0)
202
- faraday-em_synchrony (1.0.0)
203
- faraday-excon (1.1.0)
204
201
  faraday-gzip (0.1.0)
205
202
  faraday (>= 1.0)
206
203
  zlib (~> 2.1)
207
- faraday-httpclient (1.0.1)
208
204
  faraday-multipart (1.0.4)
209
205
  multipart-post (~> 2)
210
- faraday-net_http (1.0.1)
211
- faraday-net_http_persistent (1.2.0)
212
- faraday-patron (1.0.0)
213
- faraday-rack (1.0.0)
214
- faraday-retry (1.0.3)
215
- faraday_middleware (1.2.0)
216
- faraday (~> 1.0)
206
+ faraday-net_http (3.0.2)
217
207
  filesize (0.2.0)
218
208
  git (1.13.1)
219
209
  addressable (~> 2.8)
220
210
  rchardet (~> 1.8)
221
211
  hpricot (0.8.6)
222
212
  htmlbeautifier (1.4.2)
213
+ httpclient (2.8.3)
223
214
  i18n (1.12.0)
224
215
  concurrent-ruby (~> 1.0)
225
216
  ice_nine (0.11.2)
@@ -279,12 +270,13 @@ GEM
279
270
  childprocess (>= 0.5, < 4.0)
280
271
  rubyzip (>= 1.2.2)
281
272
  taglib-ruby (1.1.3)
282
- telegram-bot-ruby (0.19.2)
273
+ telegram-bot-ruby (0.23.0)
283
274
  dry-inflector
284
- faraday (~> 1.0)
275
+ faraday (~> 2.0)
276
+ faraday-multipart (~> 1.0)
285
277
  virtus (~> 2.0)
286
278
  thread_safe (0.3.6)
287
- tzinfo (2.0.5)
279
+ tzinfo (2.0.6)
288
280
  concurrent-ruby (~> 1.0)
289
281
  ultimate_lyrics (0.1.3)
290
282
  aranha-parsers (~> 0.10)
@@ -301,16 +293,18 @@ PLATFORMS
301
293
  x86_64-linux
302
294
 
303
295
  DEPENDENCIES
296
+ aranha!
297
+ aranha-parsers!
304
298
  aranha-selenium!
305
299
  eac_cli!
306
300
  eac_docker!
301
+ eac_rest!
307
302
  eac_ruby_base0!
308
303
  eac_ruby_gem_support (~> 0.3)
309
304
  eac_ruby_utils!
310
305
  eac_templates!
311
306
  ehbrs-tools!
312
307
  ehbrs_ruby_utils!
313
- httpclient!
314
308
 
315
309
  BUNDLED WITH
316
310
  2.3.26
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Ehbrs
4
4
  module Tools
5
- VERSION = '0.33.0'
5
+ VERSION = '0.34.0'
6
6
  end
7
7
  end
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.33.0
4
+ version: 0.34.0
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: 2023-01-26 00:00:00.000000000 Z
11
+ date: 2023-01-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: avm-tools
@@ -70,14 +70,14 @@ dependencies:
70
70
  requirements:
71
71
  - - "~>"
72
72
  - !ruby/object:Gem::Version
73
- version: '0.19'
73
+ version: '0.20'
74
74
  type: :runtime
75
75
  prerelease: false
76
76
  version_requirements: !ruby/object:Gem::Requirement
77
77
  requirements:
78
78
  - - "~>"
79
79
  - !ruby/object:Gem::Version
80
- version: '0.19'
80
+ version: '0.20'
81
81
  - !ruby/object:Gem::Dependency
82
82
  name: filesize
83
83
  requirement: !ruby/object:Gem::Requirement
@@ -132,20 +132,14 @@ dependencies:
132
132
  requirements:
133
133
  - - "~>"
134
134
  - !ruby/object:Gem::Version
135
- version: '0.19'
136
- - - ">="
137
- - !ruby/object:Gem::Version
138
- version: 0.19.2
135
+ version: '0.23'
139
136
  type: :runtime
140
137
  prerelease: false
141
138
  version_requirements: !ruby/object:Gem::Requirement
142
139
  requirements:
143
140
  - - "~>"
144
141
  - !ruby/object:Gem::Version
145
- version: '0.19'
146
- - - ">="
147
- - !ruby/object:Gem::Version
148
- version: 0.19.2
142
+ version: '0.23'
149
143
  - !ruby/object:Gem::Dependency
150
144
  name: eac_ruby_gem_support
151
145
  requirement: !ruby/object:Gem::Requirement
@@ -334,33 +328,33 @@ signing_key:
334
328
  specification_version: 4
335
329
  summary: Tools for EHB/RS.
336
330
  test_files:
337
- - spec/spec_helper.rb
331
+ - spec/spec_helper/videos_files/stub_source.mp4
332
+ - spec/spec_helper/videos.rb
338
333
  - spec/lib/ehbrs/observers/base_spec.rb
334
+ - spec/lib/ehbrs/tools/runner/fs/used_space_spec.rb
335
+ - spec/lib/ehbrs/tools/runner/videos/unsupported_spec.rb
336
+ - spec/lib/ehbrs/tools/runner/videos/probe_spec.rb
337
+ - spec/lib/ehbrs/tools/runner/videos/probe_spec_files/fixed.target.yaml
338
+ - spec/lib/ehbrs/tools/runner/videos/unsupported_spec_files/dts_audio.probe.yaml
339
+ - spec/lib/ehbrs/tools/runner/vg/ips_spec.rb
340
+ - spec/lib/ehbrs/tools/runner/vg/ips_spec_files/expected.rom
341
+ - spec/lib/ehbrs/tools/runner/vg/ips_spec_files/source.rom
342
+ - spec/lib/ehbrs/tools/runner/vg/ips_spec_files/patch_1.ips
343
+ - spec/lib/ehbrs/tools/runner/vg/ips_spec_files/patch_0.ips
344
+ - spec/lib/ehbrs/tools/runner_spec.rb
345
+ - spec/lib/ehbrs/cooking_book/recipe/measure_spec.rb
339
346
  - spec/lib/ehbrs/vg/wii/wit/path_spec.rb
340
347
  - spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec.rb
341
- - spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/pikmin2_pal_iso.source.witdump
342
- - spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/resident_evil_code_veronica_disc2_iso.target.yaml
343
348
  - spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/pikmin2_pal_iso.target.yaml
349
+ - spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/resident_evil_code_veronica_disc2_iso.source.witdump
350
+ - spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/pikmin2_R92P01_wia.source.witdump
344
351
  - spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/super_mario_galaxy_wbfs.target.yaml
352
+ - spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/resident_evil_code_veronica_disc2_iso.target.yaml
345
353
  - spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/super_mario_galaxy_wbfs.source.witdump
346
354
  - spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/pikmin2_R92P01_wia.target.yaml
347
- - spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/resident_evil_code_veronica_disc2_iso.source.witdump
348
- - spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/pikmin2_R92P01_wia.source.witdump
355
+ - spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/pikmin2_pal_iso.source.witdump
349
356
  - spec/lib/ehbrs/vg/wii/game_file_spec.rb
350
- - spec/lib/ehbrs/cooking_book/recipe/measure_spec.rb
351
- - spec/lib/ehbrs/tools/runner_spec.rb
352
- - spec/lib/ehbrs/tools/runner/vg/ips_spec_files/source.rom
353
- - spec/lib/ehbrs/tools/runner/vg/ips_spec_files/patch_1.ips
354
- - spec/lib/ehbrs/tools/runner/vg/ips_spec_files/patch_0.ips
355
- - spec/lib/ehbrs/tools/runner/vg/ips_spec_files/expected.rom
356
- - spec/lib/ehbrs/tools/runner/vg/ips_spec.rb
357
- - spec/lib/ehbrs/tools/runner/videos/unsupported_spec.rb
358
- - spec/lib/ehbrs/tools/runner/videos/unsupported_spec_files/dts_audio.probe.yaml
359
- - spec/lib/ehbrs/tools/runner/videos/probe_spec.rb
360
- - spec/lib/ehbrs/tools/runner/videos/probe_spec_files/fixed.target.yaml
361
- - spec/lib/ehbrs/tools/runner/fs/used_space_spec.rb
357
+ - spec/spec_helper.rb
362
358
  - spec/code/rubocop_spec.rb
363
- - spec/spec_helper/videos_files/stub_source.mp4
364
- - spec/spec_helper/videos.rb
365
359
  - ".rubocop.yml"
366
360
  - ".rspec"