dvdvrconv 1.0.2 → 1.1.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: ebd0b6b68888121b16c1922584806cf3243004a6ad4266fe566fa214b24ec879
4
- data.tar.gz: ca80cd76a741a472b620e6bf4b719eda1c19c71c0fd4520bbd272c0ea2fc6bd0
3
+ metadata.gz: 3c37a9a062aa1d69e7074aa2440dacc4fe879b3a7a67655e00d1d17419a2eb64
4
+ data.tar.gz: a410ed9e330c3ea8617f59a5ab119852668a13e34d0b2e10cf666aa6578745f3
5
5
  SHA512:
6
- metadata.gz: 2e25f62d9189c973cab886e9d1ee04bae73211d7c19ec229de24ea05d2a5ecfee8a80d78159bd627205f6547b465ee05f77ce5ad67a3db51a955d45e15969528
7
- data.tar.gz: 4794ddbec14b997291883c1b159c7809707fa77d9db42e8a2cb94e8d34fe8b22ccae37d4c953a489116c4194aca37cfe9d25e67f6e98ed4c73ea7add2d021e78
6
+ metadata.gz: 97a900ff0d0e317ef783fd429ede27713ef43be4d82d365f3c725aec0d840da2750c1bbc17791de4fe7584c6df4ab926b10d91709c1922e21e9ba1a1710adc96
7
+ data.tar.gz: 99d5b7f2eabcc066fe966e82d47a72412f7ecc48b294511a2760fc66d1a10299bdb9aac4846dae52a7b3db8c8dbd99d7990b725527f36c86c43fa0ab5e4f7205
data/README.md CHANGED
@@ -1,55 +1,285 @@
1
- # Dvdvrconv [![Gem Version](https://badge.fury.io/rb/dvdvrconv.svg)](https://badge.fury.io/rb/dvdvrconv)
2
-
3
-
4
- Dvdvrconv extracts the `vob` file from the `vro` file on the dvd-vr format disc.
5
- Dvdvrconv is also a wrapper for [pixelb/dvd-vr](https://github.com/pixelb/dvd-vr/).
6
-
7
- For Windows users, I attached `dvd-vr.exe` for cygwin environment.
8
-
9
- ## dependent libraries
10
-
11
- * [pixelb/dvd-vr](https://github.com/pixelb/dvd-vr/)
12
- * FFmpeg
13
-
14
- ## Installation
15
-
16
- Add this line to your application's Gemfile:
17
-
18
- ```ruby
19
- gem 'dvdvrconv'
20
- ```
21
-
22
- And then execute:
23
- ```ruby
24
- $ bundle install
25
- ```
26
- Or install it yourself as:
27
- ```ruby
28
- $ gem install dvdvrconv
29
- ```
30
-
31
-
32
- ## Usage
33
-
34
- ```
35
- >dvdvrconv -h
36
- Usage: dvdvrconv [options]
37
- -v, --version Show version
38
- -i, --info Show file information
39
- --config=FILE Use YAML format FILE.
40
- ```
41
-
42
-
43
- ## Development
44
-
45
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
46
-
47
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
48
-
49
-
50
-
51
- ## License
52
-
53
- The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
54
-
1
+ # Dvdvrconv [![Gem Version](https://badge.fury.io/rb/dvdvrconv.svg)](https://badge.fury.io/rb/dvdvrconv)
2
+
3
+
4
+ Dvdvrconv extracts the `vob` file from the `vro` file on the dvd-vr format disc.
5
+ Dvdvrconv is also a wrapper for [pixelb/dvd-vr](https://github.com/pixelb/dvd-vr/).
6
+
7
+ For Windows users, I attached `dvd-vr.exe` for cygwin environment.
8
+
9
+ ## dependent libraries
10
+
11
+ * [dvd-vr](https://github.com/pixelb/dvd-vr/)
12
+ * [FFmpeg](https://www.ffmpeg.org/)
13
+
14
+ ## Installation
15
+
16
+ Add this line to your application's Gemfile:
17
+
18
+ ```ruby
19
+ gem 'dvdvrconv'
20
+ ```
21
+
22
+ And then execute:
23
+ ```ruby
24
+ $ bundle install
25
+ ```
26
+ Or install it yourself as:
27
+ ```ruby
28
+ $ gem install dvdvrconv
29
+ ```
30
+
31
+
32
+ ## Usage
33
+
34
+ View video information from dvd-ram disc in dvd-vr format.
35
+
36
+ `dvdvrconv -i` or `dvdvrconv`
37
+ ```
38
+ >dvdvrconv
39
+ == Use these paths ==
40
+ => VR_MANGR.IFO: ./DVD_RTAV/VR_MANGR.IFO
41
+ => VR_MOVIE.VRO ./DVD_RTAV/VR_MOVIE.VRO
42
+ => dvd-vr.exe: ./win/dvd-vr.exe
43
+ ----- view dvd-vr info -----
44
+ format: DVD-VR V1.1
45
+ Encryption: CPRM supported
46
+
47
+ tv_system : NTSC
48
+ resolution : 704x480
49
+ aspect_ratio: 4:3
50
+ video_format: MPEG2
51
+ audio_channs: 2
52
+ audio_coding: Dolby AC-3
53
+
54
+ num : 1
55
+ title: TEST1
56
+ date : 2019-10-30 22:32:07
57
+ size : 3534848
58
+ -
59
+ num : 2
60
+ title: TEST2
61
+ date : 2019-10-30 22:33:05
62
+ size : 2965504
63
+ -
64
+ num : 3
65
+ title: TEST3
66
+ date : 2019-10-30 22:33:37
67
+ size : 2394112
68
+ -
69
+ ```
70
+
71
+ Execute the VRO file to mp4 conversion.
72
+
73
+ `dvdvrconv -e` or `dvdvrconv --exec`
74
+
75
+ Command options
76
+ ```
77
+ >dvdvrconv -h
78
+ [ dvd_vr_cmd ] does not exist in default_dvdvrconv.yml file.
79
+ Usage: dvdvrconv [options]
80
+ -v, --version Show version
81
+ -i, --info Show file information
82
+ -c, --config=FILE Use YAML format FILE.
83
+ -e, --exec Execute the VRO file to mp4 conversion.
84
+ ```
85
+
86
+ ### Configure dvdvrconv
87
+
88
+ dvdvrconv reads `default_dvdvrconv.yml` in the current working directory as dvdvrconv's configuration file. It can contain the following settings:
89
+
90
+ * vr_mangr_ifo
91
+ * vr_movie_vro
92
+ * dvd_vr_cmd
93
+ * use_customize_title
94
+ * base_dst_name
95
+ * number_list
96
+
97
+ #### vr_mangr_ifo, vr_movie_vro
98
+
99
+ `vr_mangr_ifo` and `vr_movie_vro` specify the path to the dvd-ram disc.
100
+ Drive D is assumed, if different you need to write its path.
101
+
102
+ windows default
103
+ ```
104
+ vr_mangr_ifo: "/cygdrive/D/DVD_RTAV/VR_MANGR.IFO"
105
+ vr_movie_vro: "/cygdrive/D/DVD_RTAV/VR_MOVIE.VRO"
106
+ ```
107
+
108
+ WSL(ubuntu) default
109
+ ```
110
+ vr_mangr_ifo: "/mnt/d/DVD_RTAV/VR_MANGR.IFO"
111
+ vr_movie_vro: "/mnt/d/DVD_RTAV/VR_MOVIE.VRO"
112
+ ```
113
+
114
+ #### dvd_vr_cmd
115
+
116
+ On Windows, you can use the included dvd-vr command.
117
+
118
+ On WSL(ubuntu), you can use the dvd-vr command that you have compiled yourself.
119
+ * See the section below, "install dependent libraries for WSL(ubuntu)"
120
+
121
+ #### use_customize_title, base_dst_name, number_list
122
+
123
+ customize the title name of vob files.
124
+
125
+ If specify individual file names. Write "base_dst_name:" as an Array.
126
+ ```
127
+ use_customize_title: 1
128
+ base_dst_name: ["name_one", "name_two"]
129
+ number_list: []
130
+ ```
131
+ The resulting file name is => ["name_one", "name_two"]
132
+
133
+
134
+ If add a sequence number to the file name. Write "base_dst_name:" as String.
135
+ ```
136
+ use_customize_title: 2
137
+ base_dst_name: "output_name_"
138
+ number_list: []
139
+ ```
140
+ The resulting file name is => ["output_name_01", "output_name_02", ...]
141
+
142
+ If specify sequence numbers individually.
143
+ Write "base_dst_name:" as String and Write "number_list" as an Array.
144
+ ```
145
+ use_customize_title: 3
146
+ base_dst_name: "output_name_"
147
+ number_list: [12, 13, 14, 15]
148
+ ```
149
+ The resulting file name is => ["output_name_12", "output_name_13", "output_name_14", "output_name_15"]
150
+
151
+
152
+ If do not want to customize the title name,
153
+ Specify `use_customize_title: no`.
154
+ ```
155
+ use_customize_title: no
156
+ base_dst_name: []
157
+ number_list: []
158
+ ```
159
+
160
+
161
+ ## Install dependent libraries for WSL(ubuntu)
162
+
163
+ ### dvd-vr
164
+
165
+ * [pixelb/dvd-vr](https://github.com/pixelb/dvd-vr/)
166
+
167
+ ```
168
+ $ git clone https://github.com/pixelb/dvd-vr.git
169
+ Cloning into 'dvd-vr'...
170
+ remote: Enumerating objects: 140, done.
171
+ remote: Total 140 (delta 0), reused 0 (delta 0), pack-reused 140
172
+ Receiving objects: 100% (140/140), 260.97 KiB | 40.00 KiB/s, done.
173
+ Resolving deltas: 100% (37/37), done.
174
+
175
+ $ cd dvd-vr/
176
+
177
+ $ sudo make install
178
+ cc -std=gnu99 -Wall -Wextra -Wpadded -DVERSION='"0.9.8b"' -O3 -DNDEBUG -DHAVE_ICONV -DICONV_CONST="" -c -o dvd-vr.o dvd-vr.c
179
+ cc dvd-vr.o -Wl,-S -o dvd-vr
180
+ cp -p dvd-vr /usr/local/bin
181
+ gzip -c man/dvd-vr.1 > /usr/local/share/man/man1/dvd-vr.1.gz
182
+
183
+ $ dvd-vr --help
184
+ Usage: dvd-vr [OPTION]... VR_MANGR.IFO [VR_MOVIE.VRO]
185
+ Print info about and optionally extract vob data from DVD-VR files.
186
+
187
+ If the VRO file is specified, the component programs are
188
+ extracted to the current directory or to stdout.
189
+
190
+ -p, --program=NUM Only process program NUM rather than all programs.
191
+
192
+ -n, --name=NAME Specify a basename to use for extracted vob files
193
+ rather than using one based on the timestamp.
194
+ If you pass `-' the vob files will be written to stdout.
195
+ If you pass `[label]' the names will be based on
196
+ a sanitized version of the title or label.
197
+
198
+ --help Display this help and exit.
199
+ --version Output version information and exit.
200
+ ```
201
+
202
+
203
+ ### FFmpeg
204
+
205
+ ```
206
+ sudo apt install ffmpeg
207
+ ```
208
+
209
+ ## Install dependent libraries for Windows
210
+
211
+ ### dvd-vr
212
+
213
+ Compile dvd-vr command in Cygwin environment.
214
+
215
+ Download Cygwin for 64-bit version. => [setup-x86_64.exe](https://cygwin.com/setup-x86_64.exe)
216
+
217
+
218
+ Install Cygwin for 64-bit version. At the Windows command prompt.
219
+ ```
220
+ setup-x86_64.exe ^
221
+ --root c:\cygwin64 ^
222
+ --local-package-dir c:\cygwin64\packages ^
223
+ --site https://ftp.iij.ad.jp/pub/cygwin/ ^
224
+ --quiet-mode ^
225
+ --packages libiconv,libiconv-devel,gcc-core,gcc-g++,git,make
226
+ ```
227
+
228
+ Compile dvd-vr. At the Cygwin terminal.
229
+ ```
230
+ $ git clone https://github.com/pixelb/dvd-vr.git
231
+ Cloning into 'dvd-vr'...
232
+ remote: Enumerating objects: 140, done.
233
+ remote: Total 140 (delta 0), reused 0 (delta 0), pack-reused 140
234
+ Receiving objects: 100% (140/140), 260.97 KiB | 954.00 KiB/s, done.
235
+ Resolving deltas: 100% (37/37), done.
236
+
237
+ $ cd dvd-vr/
238
+
239
+ $ make install
240
+ cc -std=gnu99 -Wall -Wextra -Wpadded -DVERSION='"0.9.8b"' -O3 -DNDEBUG -DHAVE_ICONV -DICONV_CONST="const" -c -o dvd-vr.o dvd-vr.c
241
+ dvd-vr.c: In function ‘text_convert’:
242
+ dvd-vr.c:414:24: warning: passing argument 2 of ‘libiconv’ from incompatible pointer type [-Wincompatible-pointer-types]
243
+ 414 | if (iconv (cd, (ICONV_CONST char**)&src, &srclen, &dst, &dstlen) != (size_t)-1) {
244
+ | ^~~~~~~~~~~~~~~~~~~~~~~~
245
+ | |
246
+ | const char **
247
+ In file included from dvd-vr.c:124:
248
+ /usr/include/iconv.h:82:43: note: expected ‘char **’ but argument is of type ‘const char **’
249
+ 82 | extern size_t iconv (iconv_t cd, char* * inbuf, size_t *inbytesleft, char* * outbuf, size_t *outbytesleft);
250
+ | ~~~~~~~~^~~~~
251
+ cc dvd-vr.o -liconv -Wl,-S -o dvd-vr.exe
252
+ cp man/dvd-vr.man man/dvd-vr.1
253
+ cp -p dvd-vr.exe /usr/local/bin
254
+ gzip -c man/dvd-vr.1 > /usr/local/share/man/man1/dvd-vr.1.gz
255
+ ```
256
+
257
+ After compile success, you will get the following files.
258
+ * dvd-vr.exe (c:\cygwin64\home\user_name\dvd-vr)
259
+ * cygwin1.dll (c:\cygwin64\bin)
260
+ * cygiconv-2.dll (c:\cygwin64\bin)
261
+
262
+
263
+ ### FFmpeg
264
+
265
+ * [FFmpeg](https://www.ffmpeg.org/download.html)
266
+ From the Windows EXE Files link above, select the following website.
267
+ * [Releases · BtbN/FFmpeg-Builds](https://github.com/BtbN/FFmpeg-Builds/releases) (daily auto-build).
268
+
269
+ As an example, download Auto-Build 2021-09-28 12:22.
270
+ * [ffmpeg-N-103899-g855014ff83-win64-gpl.zip 100MB](https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2021-09-28-12-22/ffmpeg-N-103899-g855014ff83-win64-gpl.zip)
271
+
272
+
273
+ ## Development
274
+
275
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
276
+
277
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
278
+
279
+
280
+
281
+ ## License
282
+
283
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
284
+
55
285
  pixelb/dvd-vr is licensed under the GNU General Public License v2.0
@@ -20,12 +20,23 @@ module Dvdvrconv
20
20
  dvd = Dvdvrconv::Dvdvr.new
21
21
 
22
22
  # Set the path specified in the yaml file.
23
- dvd.vrdisc.opts_ifo = @options[:vr_mangr_ifo] if @options[:vr_mangr_ifo]
24
- dvd.vrdisc.opts_vro = @options[:vr_movie_vro] if @options[:vr_movie_vro]
25
- dvd.vrdisc.cmd = @options[:dvd_vr_cmd] if @options[:dvd_vr_cmd]
23
+ if @options[:vr_mangr_ifo]
24
+ dvd.vrdisc.opts_ifo = @options[:vr_mangr_ifo]
25
+ else
26
+ dvd.vrdisc.opts_ifo = dvd.vrdisc.default_opts_ifo
27
+ end
28
+
29
+ if @options[:vr_movie_vro]
30
+ dvd.vrdisc.opts_vro = @options[:vr_movie_vro]
31
+ else
32
+ dvd.vrdisc.opts_vro = dvd.vrdisc.default_opts_vro
33
+ end
26
34
 
27
- # dvd.vrdisc.opts_ifo = "test/DVD_RTAV/VR_MANGR.IFO"
28
- # dvd.vrdisc.opts_vro = "test/DVD_RTAV/VR_MOVIE.VRO"
35
+ if @options[:dvd_vr_cmd]
36
+ dvd.vrdisc.cmd = @options[:dvd_vr_cmd]
37
+ else
38
+ dvd.vrdisc.cmd = dvd.vrdisc.default_cmd
39
+ end
29
40
 
30
41
  if options[:opt][:config_file]
31
42
  puts "Use config file\n => #{options[:opt][:config_file]}"
@@ -44,11 +55,9 @@ module Dvdvrconv
44
55
 
45
56
  dvd.read_info
46
57
 
47
- if options[:opt][:info]
48
- dvd.view_info
49
- exit
50
- end
51
-
58
+ dvd.view_info if options[:opt][:info] || options[:opt].empty?
59
+ exit unless options[:opt][:exec]
60
+
52
61
  # Extract vob files
53
62
  dvd.adjust_title
54
63
  dvd.vro2vob
@@ -116,24 +125,34 @@ module Dvdvrconv
116
125
 
117
126
  # load yaml file and store in @options.
118
127
  def load_config(file)
119
- config = YAML.load(File.read(file))
128
+ config = YAML.load(File.read(file)) || {}
120
129
 
121
130
  %w(vr_mangr_ifo vr_movie_vro dvd_vr_cmd).each do |key|
131
+ @options[key.to_sym] = nil
132
+
122
133
  unless config.key?(key)
123
134
  puts "[ #{key} ] does not exist in #{file} file."
124
- exit
125
- end
126
-
127
- if File.exist?(config[key])
128
- @options[key.to_sym] = config[key]
129
135
  else
130
- puts "File read error. No such file: #{config[key]}"
136
+ if File.exist?(config[key])
137
+ @options[key.to_sym] = config[key]
138
+ else
139
+ puts "File read error. No such file: #{config[key]}"
140
+ end
131
141
  end
142
+
132
143
  end
133
144
 
134
145
  @options[:use_customize_title] = config["use_customize_title"] || "no"
135
146
  @options[:base_dst_name] = config["base_dst_name"] || []
136
147
  @options[:number_list] = config["number_list"] || []
137
148
  end
149
+
150
+ def dvdpath
151
+ {
152
+ :vr_mangr_ifo => @options[:vr_mangr_ifo],
153
+ :vr_movie_vro => @options[:vr_movie_vro],
154
+ :dvd_vr_cmd => @options[:dvd_vr_cmd]
155
+ }
156
+ end
138
157
  end
139
158
  end
@@ -13,16 +13,19 @@ module Dvdvrconv
13
13
  :output_title, # @param [Array<String>]
14
14
  :duplicate_name, # @param [Array<String>]
15
15
  :vob_titles, # @param [Array<String>]
16
+ :default_opts_ifo,# @param [String]
17
+ :default_opts_vro,# @param [String]
18
+ :default_cmd, # @param [String]
16
19
  )
17
20
 
18
21
  BASE_NAME = "DVD"
19
- DEFAULT_CONFIG_FILE = "default_dvdvrconv.yaml"
22
+ DEFAULT_CONFIG_FILE = "default_dvdvrconv.yml"
20
23
 
21
24
  # Default DVD drive is "d".
22
- # If you want to use a different drive, you need to set up a "default_dvdvrconv.yaml" file.
25
+ # If you want to use a different drive, you need to set up a "default_dvdvrconv.yml" file.
23
26
  WIN_DRV_IFO = "/cygdrive/D/DVD_RTAV/VR_MANGR.IFO"
24
27
  WIN_DRV_VRO = "/cygdrive/D/DVD_RTAV/VR_MOVIE.VRO"
25
- WIN_DRV_CMD = "win/dvd-vr.exe"
28
+ WIN_DRV_CMD = File.expand_path("../../win/dvd-vr.exe", __dir__)
26
29
  DRV_IFO = "/mnt/d/DVD_RTAV/VR_MANGR.IFO"
27
30
  DRV_VRO = "/mnt/d/DVD_RTAV/VR_MOVIE.VRO"
28
31
  DRV_CMD = "dvd-vr"
@@ -42,6 +45,10 @@ module Dvdvrconv
42
45
  @vrdisc.opts_vro = Dvdvrconv::DRV_VRO
43
46
  @vrdisc.cmd = Dvdvrconv::DRV_CMD
44
47
  end
48
+
49
+ @vrdisc.default_opts_ifo = @vrdisc.opts_ifo
50
+ @vrdisc.default_opts_vro = @vrdisc.opts_vro
51
+ @vrdisc.default_cmd = @vrdisc.cmd
45
52
  end
46
53
 
47
54
  # Read VRO file from dvd-ram disc in dvd-vr format, and output vob files.
@@ -75,6 +82,7 @@ module Dvdvrconv
75
82
  #
76
83
  def read_info
77
84
  out, err, status = Open3.capture3(@vrdisc.cmd, @vrdisc.opts_ifo)
85
+ puts "File read error => #{err}" unless status.success?
78
86
  @vrdisc.header = out.scan(/^(.*?)Number/m)
79
87
 
80
88
  # Sets the captured information to @vrdisc.
@@ -15,9 +15,13 @@ module Dvdvrconv
15
15
  options[:info] = v
16
16
  end
17
17
 
18
- o.on("--config=FILE", String, "Use YAML format FILE.") do |file|
18
+ o.on("-c", "--config=FILE", String, "Use YAML format FILE.") do |file|
19
19
  options[:config_file] = file
20
20
  end
21
+
22
+ o.on("-e", "--exec", "Execute the VRO file to mp4 conversion.") do |v|
23
+ options[:exec] = v
24
+ end
21
25
  end
22
26
 
23
27
  begin
@@ -26,7 +30,7 @@ module Dvdvrconv
26
30
  abort e.message
27
31
  rescue OptionParser::MissingArgument => e
28
32
  case e.args
29
- when ["--config"]
33
+ when ["-c"], ["--config"]
30
34
  # load_config(Dvdvrconv::DEFAULT_CONFIG_FILE)
31
35
  puts "The config file has not been specified.\nUse the default configuration file. (=> #{Dvdvrconv::DEFAULT_CONFIG_FILE})"
32
36
  options[:config_file] = Dvdvrconv::DEFAULT_CONFIG_FILE
@@ -1,3 +1,3 @@
1
1
  module Dvdvrconv
2
- VERSION = "1.0.2"
2
+ VERSION = "1.1.0"
3
3
  end
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dvdvrconv
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - icm7216
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-02-12 00:00:00.000000000 Z
11
+ date: 2021-10-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: test-unit
@@ -61,8 +61,8 @@ files:
61
61
  - lib/dvdvrconv/dvdvr.rb
62
62
  - lib/dvdvrconv/options.rb
63
63
  - lib/dvdvrconv/version.rb
64
- - sample_default_dvdvrconv.yaml
65
- - sample_my.yaml
64
+ - sample_default_dvdvrconv.yml
65
+ - sample_my.yml
66
66
  - test-unit.yml
67
67
  - win/cygiconv-2.dll
68
68
  - win/cygwin1.dll
@@ -86,7 +86,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
86
86
  - !ruby/object:Gem::Version
87
87
  version: '0'
88
88
  requirements: []
89
- rubygems_version: 3.1.4
89
+ rubygems_version: 3.2.17
90
90
  signing_key:
91
91
  specification_version: 4
92
92
  summary: DVD-VR utility