ehbrs-tools 0.25.0 → 0.25.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. checksums.yaml +4 -4
  2. data/.avm.yml +4 -0
  3. data/.rspec +1 -0
  4. data/.rubocop.yml +39 -0
  5. data/Gemfile.lock +269 -0
  6. data/lib/ehbrs/tools/version.rb +1 -1
  7. data/spec/code/rubocop_spec.rb +3 -0
  8. data/spec/lib/ehbrs/cooking_book/recipe/measure_spec.rb +21 -0
  9. data/spec/lib/ehbrs/observers/base_spec.rb +93 -0
  10. data/spec/lib/ehbrs/tools/runner/fs/used_space_spec.rb +61 -0
  11. data/spec/lib/ehbrs/tools/runner/vg/ips_spec.rb +31 -0
  12. data/spec/lib/ehbrs/tools/runner/vg/ips_spec_files/expected.rom +0 -0
  13. data/spec/lib/ehbrs/tools/runner/vg/ips_spec_files/patch_0.ips +0 -0
  14. data/spec/lib/ehbrs/tools/runner/vg/ips_spec_files/patch_1.ips +0 -0
  15. data/spec/lib/ehbrs/tools/runner/vg/ips_spec_files/source.rom +0 -0
  16. data/spec/lib/ehbrs/tools/runner/videos/probe_spec.rb +19 -0
  17. data/spec/lib/ehbrs/tools/runner/videos/probe_spec_files/fixed.target.yaml +105 -0
  18. data/spec/lib/ehbrs/tools/runner/videos/unsupported_spec.rb +75 -0
  19. data/spec/lib/ehbrs/tools/runner/videos/unsupported_spec_files/dts_audio.probe.yaml +90 -0
  20. data/spec/lib/ehbrs/tools/runner_spec.rb +16 -0
  21. data/spec/lib/ehbrs/vg/wii/game_file_spec.rb +21 -0
  22. data/spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec.rb +11 -0
  23. data/spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/pikmin2_R92P01_wia.source.witdump +27 -0
  24. data/spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/pikmin2_R92P01_wia.target.yaml +22 -0
  25. data/spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/pikmin2_pal_iso.source.witdump +28 -0
  26. data/spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/pikmin2_pal_iso.target.yaml +21 -0
  27. data/spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/resident_evil_code_veronica_disc2_iso.source.witdump +16 -0
  28. data/spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/resident_evil_code_veronica_disc2_iso.target.yaml +19 -0
  29. data/spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/super_mario_galaxy_wbfs.source.witdump +28 -0
  30. data/spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/super_mario_galaxy_wbfs.target.yaml +23 -0
  31. data/spec/lib/ehbrs/vg/wii/wit/path_spec.rb +33 -0
  32. data/spec/spec_helper/videos.rb +30 -0
  33. data/spec/spec_helper/videos_files/stub_source.mp4 +0 -0
  34. data/spec/spec_helper.rb +7 -0
  35. data/vendor/ehbrs_ruby_utils/ehbrs_ruby_utils.gemspec +2 -1
  36. data/vendor/ehbrs_ruby_utils/lib/ehbrs_ruby_utils/version.rb +1 -1
  37. metadata +85 -3
@@ -0,0 +1,27 @@
1
+
2
+ Dump of file /home/eduardo/storage/roms/wii/games_untested/Pikmin 2 - New Play Control_ [R92P01].wia
3
+
4
+ Real path: /mnt/storage/eduardo/roms/wii/games_untested/Pikmin 2 - New Play Control_ [R92P01].wia
5
+ Virtual size: 118240000/hex = 4699979776 = 4482 MiB
6
+ Scrubbed size: 7af30000/hex = 2062745600 = 1967 MiB, 43.9%, 62950*32K
7
+ WIA file size: 63d2da4e/hex = 1674762830 = 1597 MiB, 35.6%, 81.2%
8
+ File & disc type: WIA/WII (v1.00,LZMA2.7@100) & Wii
9
+ Disc & part IDs: disc=R92P01, ticket=R92P, tmd=R92P, boot=R92P01
10
+ Disc name: PIKMIN2 for Wii
11
+ DB title: Pikmin 2
12
+ ID Region: PAL [PAL ]
13
+ Region setting: 2 [Europe] / Jap=128 USA=128 ?=128 Eur=0,3,3,4,3,7 Kor=128
14
+ System version: 00000001-00000021 = IOS 0x21 = IOS 33
15
+ Partitions: 1 [encrypted, well signed]
16
+ Directories: 593
17
+ Files: 2376
18
+
19
+ 1 partition table with 1 partition:
20
+
21
+ index type offset .. end off size/hex = size/dec = MiB status
22
+ ----------------------------------------------------------------------------------------
23
+ 0 part.tab 40020 .. 40028 8 = 8 1 partition
24
+ ----------------------------------------------------------------------------------------
25
+ 0.0 DATA 0 f800000 .. 1173c0000 107bc0000 = 4424728576 = 4220 enc,signed
26
+ ----------------------------------------------------------------------------------------
27
+
@@ -0,0 +1,22 @@
1
+ ---
2
+ Real path: "/mnt/storage/eduardo/roms/wii/games_untested/Pikmin 2 - New Play Control_
3
+ [R92P01].wia"
4
+ Virtual size: 118240000/hex = 4699979776 = 4482 MiB
5
+ Scrubbed size: 7af30000/hex = 2062745600 = 1967 MiB, 43.9%, 62950*32K
6
+ WIA file size: 63d2da4e/hex = 1674762830 = 1597 MiB, 35.6%, 81.2%
7
+ File & disc type/type: WIA
8
+ File & disc type/platform_acronym: WII
9
+ File & disc type/type_extra: v1.00,LZMA2.7@100
10
+ File & disc type/platform_name: Wii
11
+ Disc & part IDs/disc: R92P01
12
+ Disc & part IDs/ticket: R92P
13
+ Disc & part IDs/tmd: R92P
14
+ Disc & part IDs/boot: R92P01
15
+ Disc name: PIKMIN2 for Wii
16
+ DB title: Pikmin 2
17
+ ID Region: PAL [PAL ]
18
+ Region setting: 2 [Europe] / Jap=128 USA=128 ?=128 Eur=0,3,3,4,3,7 Kor=128
19
+ System version: 00000001-00000021 = IOS 0x21 = IOS 33
20
+ Partitions: 1 [encrypted, well signed]
21
+ Directories: '593'
22
+ Files: '2376'
@@ -0,0 +1,28 @@
1
+
2
+ Dump of file pikmin2_pal.iso
3
+
4
+ Real path: /mnt/storage/eduardo/roms/wii/games_untested/pikmin2_pal.iso
5
+ ISO file size: 118240000/hex = 4699979776 = 4482 MiB
6
+ Scrubbed size: 85790000/hex = 2239299584 = 2136 MiB, 47.6%, 68338*32K
7
+ File & disc type: ISO/WII & Wii
8
+ Disc & part IDs: disc=R92P01, ticket=R92P, tmd=R92P, boot=R92P01
9
+ Disc name: PIKMIN2 for Wii
10
+ DB title: Pikmin 2
11
+ ID Region: PAL [PAL ]
12
+ Region setting: 2 [Europe] / Jap=128 USA=128 ?=128 Eur=0,3,3,4,3,7 Kor=128
13
+ System menu: v386 = 3.4E
14
+ System version: 00000001-00000021 = IOS 0x21 = IOS 33
15
+ Partitions: 2 [encrypted, well signed]
16
+ Directories: 598
17
+ Files: 2421
18
+
19
+ 1 partition table with 2 partitions:
20
+
21
+ index type offset .. end off size/hex = size/dec = MiB status
22
+ ----------------------------------------------------------------------------------------
23
+ 0 part.tab 40020 .. 40030 10 = 16 2 partitions
24
+ ----------------------------------------------------------------------------------------
25
+ 0.0 UPDATE 1 50000 .. a8b8000 a868000 = 176586752 = 168 enc,signed
26
+ 0.1 DATA 0 f800000 .. 1173c0000 107bc0000 = 4424728576 = 4220 enc,signed
27
+ ----------------------------------------------------------------------------------------
28
+
@@ -0,0 +1,21 @@
1
+ ---
2
+ Real path: "/mnt/storage/eduardo/roms/wii/games_untested/pikmin2_pal.iso"
3
+ ISO file size: 118240000/hex = 4699979776 = 4482 MiB
4
+ Scrubbed size: 85790000/hex = 2239299584 = 2136 MiB, 47.6%, 68338*32K
5
+ File & disc type/type: ISO
6
+ File & disc type/platform_acronym: WII
7
+ File & disc type/type_extra:
8
+ File & disc type/platform_name: Wii
9
+ Disc & part IDs/disc: R92P01
10
+ Disc & part IDs/ticket: R92P
11
+ Disc & part IDs/tmd: R92P
12
+ Disc & part IDs/boot: R92P01
13
+ Disc name: PIKMIN2 for Wii
14
+ DB title: Pikmin 2
15
+ ID Region: PAL [PAL ]
16
+ Region setting: 2 [Europe] / Jap=128 USA=128 ?=128 Eur=0,3,3,4,3,7 Kor=128
17
+ System menu: v386 = 3.4E
18
+ System version: 00000001-00000021 = IOS 0x21 = IOS 33
19
+ Partitions: 2 [encrypted, well signed]
20
+ Directories: '598'
21
+ Files: '2421'
@@ -0,0 +1,16 @@
1
+
2
+ Dump of file /home/eduardo/storage/roms/gc/RESIDENT EVIL CVX [GCDE08]/disc2.iso
3
+
4
+ Real path: /mnt/storage/eduardo/roms/wii/disk/games/RESIDENT EVIL CVX [GCDE08]/disc2.iso
5
+ ISO file size: 57058000/hex = 1459978240 = 1392 MiB
6
+ Scrubbed size: 4fcf8000/hex = 1338998784 = 1277 MiB, 91.7%, 40863*32K
7
+ File & disc type: ISO/GC & GameCube
8
+ Disc & part IDs: disc=GCDE08, ticket=...., tmd=-, boot=GCDE08
9
+ Disc name: RESIDENT EVIL CVX
10
+ DB title: Resident Evil Code: Veronica X
11
+ ID Region: NTSC/USA [USA ]
12
+ BI2 Region: 1 [USA]
13
+ Partitions: 1 []
14
+ Directories: 4
15
+ Files: 54
16
+
@@ -0,0 +1,19 @@
1
+ ---
2
+ Real path: "/mnt/storage/eduardo/roms/wii/disk/games/RESIDENT EVIL CVX [GCDE08]/disc2.iso"
3
+ ISO file size: 57058000/hex = 1459978240 = 1392 MiB
4
+ Scrubbed size: 4fcf8000/hex = 1338998784 = 1277 MiB, 91.7%, 40863*32K
5
+ File & disc type/type: ISO
6
+ File & disc type/platform_acronym: GC
7
+ File & disc type/type_extra:
8
+ File & disc type/platform_name: GameCube
9
+ Disc & part IDs/disc: GCDE08
10
+ Disc & part IDs/ticket: "...."
11
+ Disc & part IDs/tmd: "-"
12
+ Disc & part IDs/boot: GCDE08
13
+ Disc name: RESIDENT EVIL CVX
14
+ DB title: 'Resident Evil Code: Veronica X'
15
+ ID Region: NTSC/USA [USA ]
16
+ BI2 Region: 1 [USA]
17
+ Partitions: 1 []
18
+ Directories: '4'
19
+ Files: '54'
@@ -0,0 +1,28 @@
1
+
2
+ Dump of file /home/eduardo/storage/roms/wii/disk/wbfs/SUPER MARIO GALAXY [RMGE01]/RMGE01.wbfs/#0
3
+
4
+ Real path: /mnt/storage/eduardo/roms/wii/disk/wbfs/SUPER MARIO GALAXY [RMGE01]/RMGE01.wbfs/#0
5
+ Virtual size: 118240000/hex = 4699979776 = 4482 MiB
6
+ Scrubbed size: d0b28000/hex = 3501359104 = 3339 MiB, 74.5%, 106853*32K
7
+ WBFS file size: d1200000/hex = 3508535296 = 3346 MiB, 74.7%, 100.2%
8
+ WBFS fragments: 1+0 = a ratio of 0.00 additional_fragments/GiB
9
+ File & disc type: WBFS/WII & Wii
10
+ Disc & part IDs: disc=RMGE01, ticket=RMGE, tmd=RMGE, boot=RMGE01, wbfs=RMGE01
11
+ Disc name: SUPER MARIO GALAXY
12
+ DB title: Super Mario Galaxy
13
+ ID Region: NTSC/USA [USA ]
14
+ Region setting: 1 [USA] / Jap=128 USA=6 ?=128 Eur=128,128,128,128,128,128 Kor=128
15
+ System version: 00000001-00000021 = IOS 0x21 = IOS 33
16
+ Partitions: 1 [encrypted, scrubbed, well signed]
17
+ Directories: 79
18
+ Files: 2383
19
+
20
+ 1 partition table with 1 partition:
21
+
22
+ index type offset .. end off size/hex = size/dec = MiB status
23
+ ----------------------------------------------------------------------------------------
24
+ 0 part.tab 40020 .. 40028 8 = 8 1 partition
25
+ ----------------------------------------------------------------------------------------
26
+ 0.0 DATA 0 f800000 .. 1173c0000 107bc0000 = 4424728576 = 4220 enc,signed,scrub
27
+ ----------------------------------------------------------------------------------------
28
+
@@ -0,0 +1,23 @@
1
+ ---
2
+ Real path: "/mnt/storage/eduardo/roms/wii/disk/wbfs/SUPER MARIO GALAXY [RMGE01]/RMGE01.wbfs/#0"
3
+ Virtual size: 118240000/hex = 4699979776 = 4482 MiB
4
+ Scrubbed size: d0b28000/hex = 3501359104 = 3339 MiB, 74.5%, 106853*32K
5
+ WBFS file size: d1200000/hex = 3508535296 = 3346 MiB, 74.7%, 100.2%
6
+ WBFS fragments: 1+0 = a ratio of 0.00 additional_fragments/GiB
7
+ File & disc type/type: WBFS
8
+ File & disc type/platform_acronym: WII
9
+ File & disc type/type_extra:
10
+ File & disc type/platform_name: Wii
11
+ Disc & part IDs/disc: RMGE01
12
+ Disc & part IDs/ticket: RMGE
13
+ Disc & part IDs/tmd: RMGE
14
+ Disc & part IDs/boot: RMGE01
15
+ Disc & part IDs/wbfs: RMGE01
16
+ Disc name: SUPER MARIO GALAXY
17
+ DB title: Super Mario Galaxy
18
+ ID Region: NTSC/USA [USA ]
19
+ Region setting: 1 [USA] / Jap=128 USA=6 ?=128 Eur=128,128,128,128,128,128 Kor=128
20
+ System version: 00000001-00000021 = IOS 0x21 = IOS 33
21
+ Partitions: 1 [encrypted, scrubbed, well signed]
22
+ Directories: '79'
23
+ Files: '2383'
@@ -0,0 +1,33 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'ehbrs/vg/wii/wit/path'
4
+
5
+ RSpec.describe ::Ehbrs::Vg::Wii::Wit::Path do
6
+ describe '#parse' do
7
+ context 'when type is present' do
8
+ let(:source) { 'WbFs:path/to/file.wbfs' }
9
+ let(:instance) { described_class.parse(source) }
10
+
11
+ it { expect(instance.type).to eq('WBFS') }
12
+ it { expect(instance.path.to_s).to eq('path/to/file.wbfs') }
13
+ end
14
+
15
+ context 'when type is blank' do
16
+ let(:source) { 'path/to/file.wbfs' }
17
+ let(:instance) { described_class.parse(source) }
18
+
19
+ it { expect(instance.type).to eq('') }
20
+ it { expect(instance.path.to_s).to eq('path/to/file.wbfs') }
21
+ end
22
+ end
23
+
24
+ describe '#change?' do
25
+ let(:with_type) { described_class.new('ISO', 'path/to/file.wbfs') }
26
+ let(:without_type) { described_class.new(nil, 'path/to/file.wbfs') }
27
+
28
+ it { expect(with_type.change?(without_type)).to eq(false) }
29
+ it { expect(without_type.change?(with_type)).to eq(true) }
30
+
31
+ context 'when'
32
+ end
33
+ end
@@ -0,0 +1,30 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'eac_ruby_utils/fs/temp'
4
+
5
+ ::RSpec.configure do |config|
6
+ config.before do
7
+ videos_temp_dir
8
+ end
9
+
10
+ config.after do
11
+ videos_temp_dir.remove
12
+ end
13
+
14
+ def videos_temp_dir
15
+ @videos_temp_dir ||= ::EacRubyUtils::Fs::Temp.directory
16
+ end
17
+
18
+ def stub_video_source_file
19
+ @stub_video_source_file ||= ::Pathname.new(__dir__).join('videos_files', 'stub_source.mp4')
20
+ end
21
+
22
+ def stub_video(ffmpeg_args, output_path = nil)
23
+ output_path ||= videos_temp_dir.file
24
+ ::Ehbrs::Executables.ffmpeg.command.append(
25
+ ['-i', stub_video_source_file.to_s, *ffmpeg_args, output_path.to_s]
26
+ ).execute!
27
+
28
+ output_path
29
+ end
30
+ end
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'eac_ruby_utils/rspec/default_setup'
4
+ ::EacRubyUtils::Rspec.default_setup_create(::File.expand_path('..', __dir__))
5
+
6
+ require 'eac_ruby_utils/core_ext'
7
+ ::EacRubyUtils.require_sub __FILE__
@@ -12,7 +12,8 @@ Gem::Specification.new do |s|
12
12
  s.authors = ['Eduardo H. Bogoni']
13
13
  s.summary = 'Utilities for EHB/RS\'s Ruby projects.'
14
14
 
15
- s.files = Dir['{lib}/**/*']
15
+ s.files = Dir['{lib,template}/**/*']
16
+ s.test_files = Dir['{spec}/**/*', '.rubocop.yml', '.rspec']
16
17
 
17
18
  s.add_dependency 'eac_ruby_utils', '~> 0.70'
18
19
  s.add_dependency 'eac_templates', '~> 0.1', '>= 0.1.1'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EhbrsRubyUtils
4
- VERSION = '0.8.0'
4
+ VERSION = '0.8.1'
5
5
  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.25.0
4
+ version: 0.25.1
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: 2021-08-15 00:00:00.000000000 Z
11
+ date: 2021-08-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: avm-tools
@@ -64,6 +64,26 @@ dependencies:
64
64
  - - "~>"
65
65
  - !ruby/object:Gem::Version
66
66
  version: '0.71'
67
+ - !ruby/object:Gem::Dependency
68
+ name: ehbrs_ruby_utils
69
+ requirement: !ruby/object:Gem::Requirement
70
+ requirements:
71
+ - - "~>"
72
+ - !ruby/object:Gem::Version
73
+ version: '0.8'
74
+ - - "~>"
75
+ - !ruby/object:Gem::Version
76
+ version: 0.8.1
77
+ type: :runtime
78
+ prerelease: false
79
+ version_requirements: !ruby/object:Gem::Requirement
80
+ requirements:
81
+ - - "~>"
82
+ - !ruby/object:Gem::Version
83
+ version: '0.8'
84
+ - - "~>"
85
+ - !ruby/object:Gem::Version
86
+ version: 0.8.1
67
87
  - !ruby/object:Gem::Dependency
68
88
  name: filesize
69
89
  requirement: !ruby/object:Gem::Requirement
@@ -141,7 +161,11 @@ executables:
141
161
  extensions: []
142
162
  extra_rdoc_files: []
143
163
  files:
164
+ - ".avm.yml"
165
+ - ".rspec"
166
+ - ".rubocop.yml"
144
167
  - Gemfile
168
+ - Gemfile.lock
145
169
  - exe/ehbrs
146
170
  - lib/ehbrs.rb
147
171
  - lib/ehbrs/cooking_book.rb
@@ -259,6 +283,34 @@ files:
259
283
  - lib/ehbrs/videos/unsupported/profiles/samsung.rb
260
284
  - lib/ehbrs/videos/unsupported/search.rb
261
285
  - lib/ehbrs/videos/unsupported/track.rb
286
+ - spec/code/rubocop_spec.rb
287
+ - spec/lib/ehbrs/cooking_book/recipe/measure_spec.rb
288
+ - spec/lib/ehbrs/observers/base_spec.rb
289
+ - spec/lib/ehbrs/tools/runner/fs/used_space_spec.rb
290
+ - spec/lib/ehbrs/tools/runner/vg/ips_spec.rb
291
+ - spec/lib/ehbrs/tools/runner/vg/ips_spec_files/expected.rom
292
+ - spec/lib/ehbrs/tools/runner/vg/ips_spec_files/patch_0.ips
293
+ - spec/lib/ehbrs/tools/runner/vg/ips_spec_files/patch_1.ips
294
+ - spec/lib/ehbrs/tools/runner/vg/ips_spec_files/source.rom
295
+ - spec/lib/ehbrs/tools/runner/videos/probe_spec.rb
296
+ - spec/lib/ehbrs/tools/runner/videos/probe_spec_files/fixed.target.yaml
297
+ - spec/lib/ehbrs/tools/runner/videos/unsupported_spec.rb
298
+ - spec/lib/ehbrs/tools/runner/videos/unsupported_spec_files/dts_audio.probe.yaml
299
+ - spec/lib/ehbrs/tools/runner_spec.rb
300
+ - spec/lib/ehbrs/vg/wii/game_file_spec.rb
301
+ - spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec.rb
302
+ - spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/pikmin2_R92P01_wia.source.witdump
303
+ - spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/pikmin2_R92P01_wia.target.yaml
304
+ - spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/pikmin2_pal_iso.source.witdump
305
+ - spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/pikmin2_pal_iso.target.yaml
306
+ - spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/resident_evil_code_veronica_disc2_iso.source.witdump
307
+ - spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/resident_evil_code_veronica_disc2_iso.target.yaml
308
+ - spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/super_mario_galaxy_wbfs.source.witdump
309
+ - spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/super_mario_galaxy_wbfs.target.yaml
310
+ - spec/lib/ehbrs/vg/wii/wit/path_spec.rb
311
+ - spec/spec_helper.rb
312
+ - spec/spec_helper/videos.rb
313
+ - spec/spec_helper/videos_files/stub_source.mp4
262
314
  - template/ehbrs/cooking_book/build/base_page/layout.html.erb
263
315
  - template/ehbrs/cooking_book/build/index_page/inner.html.erb
264
316
  - template/ehbrs/cooking_book/build/recipe_page/inner.html.erb
@@ -682,4 +734,34 @@ rubygems_version: 3.1.6
682
734
  signing_key:
683
735
  specification_version: 4
684
736
  summary: Tools for EHB/RS.
685
- test_files: []
737
+ test_files:
738
+ - spec/spec_helper/videos_files/stub_source.mp4
739
+ - spec/spec_helper/videos.rb
740
+ - spec/lib/ehbrs/observers/base_spec.rb
741
+ - spec/lib/ehbrs/tools/runner/fs/used_space_spec.rb
742
+ - spec/lib/ehbrs/tools/runner/videos/unsupported_spec.rb
743
+ - spec/lib/ehbrs/tools/runner/videos/probe_spec.rb
744
+ - spec/lib/ehbrs/tools/runner/videos/probe_spec_files/fixed.target.yaml
745
+ - spec/lib/ehbrs/tools/runner/videos/unsupported_spec_files/dts_audio.probe.yaml
746
+ - spec/lib/ehbrs/tools/runner/vg/ips_spec.rb
747
+ - spec/lib/ehbrs/tools/runner/vg/ips_spec_files/expected.rom
748
+ - spec/lib/ehbrs/tools/runner/vg/ips_spec_files/source.rom
749
+ - spec/lib/ehbrs/tools/runner/vg/ips_spec_files/patch_1.ips
750
+ - spec/lib/ehbrs/tools/runner/vg/ips_spec_files/patch_0.ips
751
+ - spec/lib/ehbrs/tools/runner_spec.rb
752
+ - spec/lib/ehbrs/cooking_book/recipe/measure_spec.rb
753
+ - spec/lib/ehbrs/vg/wii/wit/path_spec.rb
754
+ - spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec.rb
755
+ - spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/pikmin2_pal_iso.target.yaml
756
+ - spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/resident_evil_code_veronica_disc2_iso.source.witdump
757
+ - spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/pikmin2_R92P01_wia.source.witdump
758
+ - spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/super_mario_galaxy_wbfs.target.yaml
759
+ - spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/resident_evil_code_veronica_disc2_iso.target.yaml
760
+ - spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/super_mario_galaxy_wbfs.source.witdump
761
+ - spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/pikmin2_R92P01_wia.target.yaml
762
+ - spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/pikmin2_pal_iso.source.witdump
763
+ - spec/lib/ehbrs/vg/wii/game_file_spec.rb
764
+ - spec/spec_helper.rb
765
+ - spec/code/rubocop_spec.rb
766
+ - ".rubocop.yml"
767
+ - ".rspec"