oddb2xml 2.9.9 → 3.0.0
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 +18 -21
- data/gemset.nix +103 -72
- data/lib/oddb2xml/compressor.rb +1 -1
- data/lib/oddb2xml/version.rb +1 -1
- data/oddb2xml.gemspec +1 -1
- data/spec/downloader_spec.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ab4100aa6c522cd66ca2a69af3959c576e82cfdaeb41cffd399cb6d451ba7ff2
|
4
|
+
data.tar.gz: 495bcb8a97881ba89f5a1bb9fd8acb264a56cdd8f262e1b7669579bffc9c77be
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f9b839faf528860fdf2ab6e319b1db88812d1aa2c7e628df45ea6de1a932c78b51b93e84b6a30355ed8a40ca4f9782d73edce2ef3742934d8b1cff99c6d19ad8
|
7
|
+
data.tar.gz: a2878be3ff52ef0ee26d366f56bed4d1e443083730aa2253cbba6a1fecfcb40e01140910108649d7065dcbec3a2326208e2a8aca1918b60151df7aaea2983767
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
oddb2xml (
|
4
|
+
oddb2xml (3.0.0)
|
5
5
|
htmlentities
|
6
6
|
httpi
|
7
7
|
mechanize
|
@@ -15,7 +15,7 @@ PATH
|
|
15
15
|
rexml
|
16
16
|
rubyXL (~> 3.4.0)
|
17
17
|
rubyntlm (= 0.5.1)
|
18
|
-
rubyzip
|
18
|
+
rubyzip (~> 3.0.1)
|
19
19
|
savon (~> 2.12.0)
|
20
20
|
sax-machine
|
21
21
|
spreadsheet
|
@@ -32,7 +32,6 @@ GEM
|
|
32
32
|
gyoku (>= 0.4.0)
|
33
33
|
nokogiri
|
34
34
|
ast (2.4.2)
|
35
|
-
base64 (0.1.1)
|
36
35
|
builder (3.2.4)
|
37
36
|
byebug (11.1.3)
|
38
37
|
coderay (1.1.3)
|
@@ -82,7 +81,7 @@ GEM
|
|
82
81
|
nori (2.6.0)
|
83
82
|
ntlm-http (0.1.1)
|
84
83
|
optimist (3.1.0)
|
85
|
-
ox (2.14.
|
84
|
+
ox (2.14.14)
|
86
85
|
parallel (1.23.0)
|
87
86
|
parser (3.2.2.3)
|
88
87
|
ast (~> 2.4.1)
|
@@ -91,9 +90,9 @@ GEM
|
|
91
90
|
pry (0.14.2)
|
92
91
|
coderay (~> 1.1)
|
93
92
|
method_source (~> 1.0)
|
94
|
-
pry-byebug (3.
|
93
|
+
pry-byebug (3.8.0)
|
95
94
|
byebug (~> 11.0)
|
96
|
-
pry (
|
95
|
+
pry (~> 0.10)
|
97
96
|
pry-doc (1.4.0)
|
98
97
|
pry (~> 0.11)
|
99
98
|
yard (~> 0.9.11)
|
@@ -119,21 +118,19 @@ GEM
|
|
119
118
|
diff-lcs (>= 1.2.0, < 2.0)
|
120
119
|
rspec-support (~> 3.12.0)
|
121
120
|
rspec-support (3.12.1)
|
122
|
-
rubocop (1.
|
123
|
-
base64 (~> 0.1.1)
|
121
|
+
rubocop (1.50.2)
|
124
122
|
json (~> 2.3)
|
125
|
-
language_server-protocol (>= 3.17.0)
|
126
123
|
parallel (~> 1.10)
|
127
|
-
parser (>= 3.2.
|
124
|
+
parser (>= 3.2.0.0)
|
128
125
|
rainbow (>= 2.2.2, < 4.0)
|
129
126
|
regexp_parser (>= 1.8, < 3.0)
|
130
127
|
rexml (>= 3.2.5, < 4.0)
|
131
|
-
rubocop-ast (>= 1.28.
|
128
|
+
rubocop-ast (>= 1.28.0, < 2.0)
|
132
129
|
ruby-progressbar (~> 1.7)
|
133
130
|
unicode-display_width (>= 2.4.0, < 3.0)
|
134
131
|
rubocop-ast (1.29.0)
|
135
132
|
parser (>= 3.2.1.0)
|
136
|
-
rubocop-performance (1.
|
133
|
+
rubocop-performance (1.16.0)
|
137
134
|
rubocop (>= 1.7.0, < 2.0)
|
138
135
|
rubocop-ast (>= 0.4.0)
|
139
136
|
ruby-ole (1.2.12.2)
|
@@ -142,7 +139,7 @@ GEM
|
|
142
139
|
nokogiri (>= 1.10.8)
|
143
140
|
rubyzip (>= 1.3.0)
|
144
141
|
rubyntlm (0.5.1)
|
145
|
-
rubyzip (
|
142
|
+
rubyzip (3.0.1)
|
146
143
|
savon (2.12.1)
|
147
144
|
akami (~> 1.2)
|
148
145
|
builder (>= 2.1.2)
|
@@ -155,18 +152,18 @@ GEM
|
|
155
152
|
socksify (1.7.1)
|
156
153
|
spreadsheet (1.3.0)
|
157
154
|
ruby-ole
|
158
|
-
standard (1.
|
155
|
+
standard (1.28.5)
|
159
156
|
language_server-protocol (~> 3.17.0.2)
|
160
157
|
lint_roller (~> 1.0)
|
161
|
-
rubocop (~> 1.
|
158
|
+
rubocop (~> 1.50.2)
|
162
159
|
standard-custom (~> 1.0.0)
|
163
|
-
standard-performance (~> 1.
|
160
|
+
standard-performance (~> 1.0.1)
|
164
161
|
standard-custom (1.0.2)
|
165
162
|
lint_roller (~> 1.0)
|
166
163
|
rubocop (~> 1.50)
|
167
|
-
standard-performance (1.
|
168
|
-
lint_roller (~> 1.
|
169
|
-
rubocop-performance (~> 1.
|
164
|
+
standard-performance (1.0.1)
|
165
|
+
lint_roller (~> 1.0)
|
166
|
+
rubocop-performance (~> 1.16.0)
|
170
167
|
standardrb (1.0.1)
|
171
168
|
standard
|
172
169
|
timecop (0.9.8)
|
@@ -174,7 +171,7 @@ GEM
|
|
174
171
|
unf_ext
|
175
172
|
unf_ext (0.0.8.2)
|
176
173
|
unicode-display_width (2.5.0)
|
177
|
-
vcr (6.
|
174
|
+
vcr (6.1.0)
|
178
175
|
wasabi (3.7.0)
|
179
176
|
addressable
|
180
177
|
httpi (~> 2.0)
|
@@ -209,4 +206,4 @@ DEPENDENCIES
|
|
209
206
|
webmock
|
210
207
|
|
211
208
|
BUNDLED WITH
|
212
|
-
2.
|
209
|
+
2.4.19
|
data/gemset.nix
CHANGED
@@ -5,10 +5,10 @@
|
|
5
5
|
platforms = [];
|
6
6
|
source = {
|
7
7
|
remotes = ["https://rubygems.org"];
|
8
|
-
sha256 = "
|
8
|
+
sha256 = "05r1fwy487klqkya7vzia8hnklcxy4vr92m9dmni3prfwk6zpw33";
|
9
9
|
type = "gem";
|
10
10
|
};
|
11
|
-
version = "2.8.
|
11
|
+
version = "2.8.5";
|
12
12
|
};
|
13
13
|
akami = {
|
14
14
|
dependencies = ["gyoku" "nokogiri"];
|
@@ -66,10 +66,10 @@
|
|
66
66
|
platforms = [];
|
67
67
|
source = {
|
68
68
|
remotes = ["https://rubygems.org"];
|
69
|
-
sha256 = "
|
69
|
+
sha256 = "1x32mcpm2cl5492kd6lbjbaf17qsssmpx9kdyr7z1wcif2cwyh0g";
|
70
70
|
type = "gem";
|
71
71
|
};
|
72
|
-
version = "2.
|
72
|
+
version = "2.4.1";
|
73
73
|
};
|
74
74
|
crack = {
|
75
75
|
dependencies = ["rexml"];
|
@@ -108,10 +108,10 @@
|
|
108
108
|
platforms = [];
|
109
109
|
source = {
|
110
110
|
remotes = ["https://rubygems.org"];
|
111
|
-
sha256 = "
|
111
|
+
sha256 = "07yabbg08chxv7simc9hvxjq6z16svx1gvd36jzb8k7yvn05560y";
|
112
112
|
type = "gem";
|
113
113
|
};
|
114
|
-
version = "2.3.
|
114
|
+
version = "2.3.8";
|
115
115
|
};
|
116
116
|
gyoku = {
|
117
117
|
dependencies = ["builder" "rexml"];
|
@@ -181,10 +181,20 @@
|
|
181
181
|
platforms = [];
|
182
182
|
source = {
|
183
183
|
remotes = ["https://rubygems.org"];
|
184
|
-
sha256 = "
|
184
|
+
sha256 = "0gvb1j8xsqxms9mww01rmdl78zkd72zgxaap56bhv8j45z05hp1x";
|
185
|
+
type = "gem";
|
186
|
+
};
|
187
|
+
version = "3.17.0.3";
|
188
|
+
};
|
189
|
+
lint_roller = {
|
190
|
+
groups = ["default"];
|
191
|
+
platforms = [];
|
192
|
+
source = {
|
193
|
+
remotes = ["https://rubygems.org"];
|
194
|
+
sha256 = "11yc0d84hsnlvx8cpk4cbj6a4dz9pk0r1k29p0n1fz9acddq831c";
|
185
195
|
type = "gem";
|
186
196
|
};
|
187
|
-
version = "
|
197
|
+
version = "1.1.0";
|
188
198
|
};
|
189
199
|
mechanize = {
|
190
200
|
dependencies = ["domain_name" "http-cookie" "mime-types" "net-http-digest_auth" "net-http-persistent" "nokogiri" "ntlm-http" "webrick" "webrobots"];
|
@@ -213,30 +223,30 @@
|
|
213
223
|
platforms = [];
|
214
224
|
source = {
|
215
225
|
remotes = ["https://rubygems.org"];
|
216
|
-
sha256 = "
|
226
|
+
sha256 = "0q8d881k1b3rbsfcdi3fx0b5vpdr5wcrhn88r2d9j7zjdkxp5mw5";
|
217
227
|
type = "gem";
|
218
228
|
};
|
219
|
-
version = "3.
|
229
|
+
version = "3.5.1";
|
220
230
|
};
|
221
231
|
mime-types-data = {
|
222
232
|
groups = ["default"];
|
223
233
|
platforms = [];
|
224
234
|
source = {
|
225
235
|
remotes = ["https://rubygems.org"];
|
226
|
-
sha256 = "
|
236
|
+
sha256 = "17zdim7kzrh5j8c97vjqp4xp78wbyz7smdp4hi5iyzk0s9imdn5a";
|
227
237
|
type = "gem";
|
228
238
|
};
|
229
|
-
version = "3.
|
239
|
+
version = "3.2023.0808";
|
230
240
|
};
|
231
241
|
mini_portile2 = {
|
232
242
|
groups = ["default"];
|
233
243
|
platforms = [];
|
234
244
|
source = {
|
235
245
|
remotes = ["https://rubygems.org"];
|
236
|
-
sha256 = "
|
246
|
+
sha256 = "02mj8mpd6ck5gpcnsimx5brzggw5h5mmmpq2djdypfq16wcw82qq";
|
237
247
|
type = "gem";
|
238
248
|
};
|
239
|
-
version = "2.8.
|
249
|
+
version = "2.8.4";
|
240
250
|
};
|
241
251
|
minitar = {
|
242
252
|
groups = ["default"];
|
@@ -274,10 +284,10 @@
|
|
274
284
|
platforms = [];
|
275
285
|
source = {
|
276
286
|
remotes = ["https://rubygems.org"];
|
277
|
-
sha256 = "
|
287
|
+
sha256 = "0i1as2lgnw7b4jid0gw5glv5hnxz36nmfsbr9rmxbcap72ijgy03";
|
278
288
|
type = "gem";
|
279
289
|
};
|
280
|
-
version = "4.0.
|
290
|
+
version = "4.0.2";
|
281
291
|
};
|
282
292
|
nokogiri = {
|
283
293
|
dependencies = ["mini_portile2" "racc"];
|
@@ -311,55 +321,55 @@
|
|
311
321
|
version = "0.1.1";
|
312
322
|
};
|
313
323
|
oddb2xml = {
|
314
|
-
dependencies = ["htmlentities" "httpi" "mechanize" "minitar" "multi_json" "nokogiri" "optimist" "ox" "parslet" "rexml" "rubyXL" "rubyntlm" "rubyzip" "savon" "sax-machine" "spreadsheet" "standardrb" "webrick" "xml-simple"];
|
324
|
+
dependencies = ["htmlentities" "httpi" "mechanize" "minitar" "multi_json" "nokogiri" "optimist" "ox" "parslet" "rack" "rexml" "rubyXL" "rubyntlm" "rubyzip" "savon" "sax-machine" "spreadsheet" "standardrb" "webrick" "xml-simple"];
|
315
325
|
groups = ["default"];
|
316
326
|
platforms = [];
|
317
327
|
source = {
|
318
328
|
path = ./.;
|
319
329
|
type = "path";
|
320
330
|
};
|
321
|
-
version = "2.
|
331
|
+
version = "2.9.9";
|
322
332
|
};
|
323
333
|
optimist = {
|
324
334
|
groups = ["default"];
|
325
335
|
platforms = [];
|
326
336
|
source = {
|
327
337
|
remotes = ["https://rubygems.org"];
|
328
|
-
sha256 = "
|
338
|
+
sha256 = "0q4jqq3v1bxlfr9jgqmahnygkvl81lr6s1rhm8qg66c9xr9nz241";
|
329
339
|
type = "gem";
|
330
340
|
};
|
331
|
-
version = "3.0
|
341
|
+
version = "3.1.0";
|
332
342
|
};
|
333
343
|
ox = {
|
334
344
|
groups = ["default"];
|
335
345
|
platforms = [];
|
336
346
|
source = {
|
337
347
|
remotes = ["https://rubygems.org"];
|
338
|
-
sha256 = "
|
348
|
+
sha256 = "1g9ivy30jx7hjl8l3il47dmc9xgla8dj762v5cw0mgzpd9rq6vr4";
|
339
349
|
type = "gem";
|
340
350
|
};
|
341
|
-
version = "2.14.
|
351
|
+
version = "2.14.14";
|
342
352
|
};
|
343
353
|
parallel = {
|
344
354
|
groups = ["default"];
|
345
355
|
platforms = [];
|
346
356
|
source = {
|
347
357
|
remotes = ["https://rubygems.org"];
|
348
|
-
sha256 = "
|
358
|
+
sha256 = "0jcc512l38c0c163ni3jgskvq1vc3mr8ly5pvjijzwvfml9lf597";
|
349
359
|
type = "gem";
|
350
360
|
};
|
351
|
-
version = "1.
|
361
|
+
version = "1.23.0";
|
352
362
|
};
|
353
363
|
parser = {
|
354
|
-
dependencies = ["ast"];
|
364
|
+
dependencies = ["ast" "racc"];
|
355
365
|
groups = ["default"];
|
356
366
|
platforms = [];
|
357
367
|
source = {
|
358
368
|
remotes = ["https://rubygems.org"];
|
359
|
-
sha256 = "
|
369
|
+
sha256 = "1swigds85jddb5gshll1g8lkmbcgbcp9bi1d4nigwvxki8smys0h";
|
360
370
|
type = "gem";
|
361
371
|
};
|
362
|
-
version = "3.2.
|
372
|
+
version = "3.2.2.3";
|
363
373
|
};
|
364
374
|
parslet = {
|
365
375
|
groups = ["default"];
|
@@ -388,10 +398,10 @@
|
|
388
398
|
platforms = [];
|
389
399
|
source = {
|
390
400
|
remotes = ["https://rubygems.org"];
|
391
|
-
sha256 = "
|
401
|
+
sha256 = "07cv2hddswb334777pjgc9avxn0x9qhrdr191g7windvnjk3scvg";
|
392
402
|
type = "gem";
|
393
403
|
};
|
394
|
-
version = "3.
|
404
|
+
version = "3.8.0";
|
395
405
|
};
|
396
406
|
pry-doc = {
|
397
407
|
dependencies = ["pry" "yard"];
|
@@ -419,30 +429,30 @@
|
|
419
429
|
platforms = [];
|
420
430
|
source = {
|
421
431
|
remotes = ["https://rubygems.org"];
|
422
|
-
sha256 = "
|
432
|
+
sha256 = "0n9j7mczl15r3kwqrah09cxj8hxdfawiqxa60kga2bmxl9flfz9k";
|
423
433
|
type = "gem";
|
424
434
|
};
|
425
|
-
version = "5.0.
|
435
|
+
version = "5.0.3";
|
426
436
|
};
|
427
437
|
racc = {
|
428
438
|
groups = ["default"];
|
429
439
|
platforms = [];
|
430
440
|
source = {
|
431
441
|
remotes = ["https://rubygems.org"];
|
432
|
-
sha256 = "
|
442
|
+
sha256 = "11v3l46mwnlzlc371wr3x6yylpgafgwdf0q7hc7c1lzx6r414r5g";
|
433
443
|
type = "gem";
|
434
444
|
};
|
435
|
-
version = "1.
|
445
|
+
version = "1.7.1";
|
436
446
|
};
|
437
447
|
rack = {
|
438
448
|
groups = ["default"];
|
439
449
|
platforms = [];
|
440
450
|
source = {
|
441
451
|
remotes = ["https://rubygems.org"];
|
442
|
-
sha256 = "
|
452
|
+
sha256 = "137r9zqwh0dan6s0fw91wk6iip9alh44bqgbhn80sxk0h5kp7150";
|
443
453
|
type = "gem";
|
444
454
|
};
|
445
|
-
version = "3.0.
|
455
|
+
version = "3.0.11";
|
446
456
|
};
|
447
457
|
rainbow = {
|
448
458
|
groups = ["default"];
|
@@ -479,20 +489,20 @@
|
|
479
489
|
platforms = [];
|
480
490
|
source = {
|
481
491
|
remotes = ["https://rubygems.org"];
|
482
|
-
sha256 = "
|
492
|
+
sha256 = "136br91alxdwh1s85z912dwz23qlhm212vy6i3wkinz3z8mkxxl3";
|
483
493
|
type = "gem";
|
484
494
|
};
|
485
|
-
version = "2.
|
495
|
+
version = "2.8.1";
|
486
496
|
};
|
487
497
|
rexml = {
|
488
498
|
groups = ["default" "development"];
|
489
499
|
platforms = [];
|
490
500
|
source = {
|
491
501
|
remotes = ["https://rubygems.org"];
|
492
|
-
sha256 = "
|
502
|
+
sha256 = "05i8518ay14kjbma550mv0jm8a6di8yp5phzrd8rj44z9qnrlrp0";
|
493
503
|
type = "gem";
|
494
504
|
};
|
495
|
-
version = "3.2.
|
505
|
+
version = "3.2.6";
|
496
506
|
};
|
497
507
|
rspec = {
|
498
508
|
dependencies = ["rspec-core" "rspec-expectations" "rspec-mocks"];
|
@@ -511,10 +521,10 @@
|
|
511
521
|
platforms = [];
|
512
522
|
source = {
|
513
523
|
remotes = ["https://rubygems.org"];
|
514
|
-
sha256 = "
|
524
|
+
sha256 = "0l95bnjxdabrn79hwdhn2q1n7mn26pj7y1w5660v5qi81x458nqm";
|
515
525
|
type = "gem";
|
516
526
|
};
|
517
|
-
version = "3.12.
|
527
|
+
version = "3.12.2";
|
518
528
|
};
|
519
529
|
rspec-expectations = {
|
520
530
|
dependencies = ["diff-lcs" "rspec-support"];
|
@@ -522,10 +532,10 @@
|
|
522
532
|
platforms = [];
|
523
533
|
source = {
|
524
534
|
remotes = ["https://rubygems.org"];
|
525
|
-
sha256 = "
|
535
|
+
sha256 = "05j44jfqlv7j2rpxb5vqzf9hfv7w8ba46wwgxwcwd8p0wzi1hg89";
|
526
536
|
type = "gem";
|
527
537
|
};
|
528
|
-
version = "3.12.
|
538
|
+
version = "3.12.3";
|
529
539
|
};
|
530
540
|
rspec-mocks = {
|
531
541
|
dependencies = ["diff-lcs" "rspec-support"];
|
@@ -533,20 +543,20 @@
|
|
533
543
|
platforms = [];
|
534
544
|
source = {
|
535
545
|
remotes = ["https://rubygems.org"];
|
536
|
-
sha256 = "
|
546
|
+
sha256 = "1gq7gviwpck7fhp4y5ibljljvxgjklza18j62qf6zkm2icaa8lfy";
|
537
547
|
type = "gem";
|
538
548
|
};
|
539
|
-
version = "3.12.
|
549
|
+
version = "3.12.6";
|
540
550
|
};
|
541
551
|
rspec-support = {
|
542
552
|
groups = ["default" "development"];
|
543
553
|
platforms = [];
|
544
554
|
source = {
|
545
555
|
remotes = ["https://rubygems.org"];
|
546
|
-
sha256 = "
|
556
|
+
sha256 = "1ky86j3ksi26ng9ybd7j0qsdf1lpr8mzrmn98yy9gzv801fvhsgr";
|
547
557
|
type = "gem";
|
548
558
|
};
|
549
|
-
version = "3.12.
|
559
|
+
version = "3.12.1";
|
550
560
|
};
|
551
561
|
rubocop = {
|
552
562
|
dependencies = ["json" "parallel" "parser" "rainbow" "regexp_parser" "rexml" "rubocop-ast" "ruby-progressbar" "unicode-display_width"];
|
@@ -554,10 +564,10 @@
|
|
554
564
|
platforms = [];
|
555
565
|
source = {
|
556
566
|
remotes = ["https://rubygems.org"];
|
557
|
-
sha256 = "
|
567
|
+
sha256 = "0l46lw5gfj3mcm982wpmx7br4rs466gyislv0hfwcsk8dxhv1zkw";
|
558
568
|
type = "gem";
|
559
569
|
};
|
560
|
-
version = "1.
|
570
|
+
version = "1.50.2";
|
561
571
|
};
|
562
572
|
rubocop-ast = {
|
563
573
|
dependencies = ["parser"];
|
@@ -565,10 +575,10 @@
|
|
565
575
|
platforms = [];
|
566
576
|
source = {
|
567
577
|
remotes = ["https://rubygems.org"];
|
568
|
-
sha256 = "
|
578
|
+
sha256 = "188bs225kkhrb17dsf3likdahs2p1i1sqn0pr3pvlx50g6r2mnni";
|
569
579
|
type = "gem";
|
570
580
|
};
|
571
|
-
version = "1.
|
581
|
+
version = "1.29.0";
|
572
582
|
};
|
573
583
|
rubocop-performance = {
|
574
584
|
dependencies = ["rubocop" "rubocop-ast"];
|
@@ -576,10 +586,10 @@
|
|
576
586
|
platforms = [];
|
577
587
|
source = {
|
578
588
|
remotes = ["https://rubygems.org"];
|
579
|
-
sha256 = "
|
589
|
+
sha256 = "1n7g0vg06ldjaq4f8c11c7yqy99zng1qdrkkk4kfziippy24yxnc";
|
580
590
|
type = "gem";
|
581
591
|
};
|
582
|
-
version = "1.
|
592
|
+
version = "1.16.0";
|
583
593
|
};
|
584
594
|
ruby-ole = {
|
585
595
|
groups = ["default"];
|
@@ -596,10 +606,10 @@
|
|
596
606
|
platforms = [];
|
597
607
|
source = {
|
598
608
|
remotes = ["https://rubygems.org"];
|
599
|
-
sha256 = "
|
609
|
+
sha256 = "0cwvyb7j47m7wihpfaq7rc47zwwx9k4v7iqd9s1xch5nm53rrz40";
|
600
610
|
type = "gem";
|
601
611
|
};
|
602
|
-
version = "1.
|
612
|
+
version = "1.13.0";
|
603
613
|
};
|
604
614
|
rubyntlm = {
|
605
615
|
groups = ["default"];
|
@@ -627,10 +637,10 @@
|
|
627
637
|
platforms = [];
|
628
638
|
source = {
|
629
639
|
remotes = ["https://rubygems.org"];
|
630
|
-
sha256 = "
|
640
|
+
sha256 = "19xqyp8ixshf9mv0vy3d5qsi6acffh7849i6rrba3f9xz4pz7fwb";
|
631
641
|
type = "gem";
|
632
642
|
};
|
633
|
-
version = "
|
643
|
+
version = "3.0.1";
|
634
644
|
};
|
635
645
|
savon = {
|
636
646
|
dependencies = ["akami" "builder" "gyoku" "httpi" "nokogiri" "nori" "wasabi"];
|
@@ -675,15 +685,37 @@
|
|
675
685
|
version = "1.3.0";
|
676
686
|
};
|
677
687
|
standard = {
|
678
|
-
dependencies = ["language_server-protocol" "rubocop" "
|
688
|
+
dependencies = ["language_server-protocol" "lint_roller" "rubocop" "standard-custom" "standard-performance"];
|
679
689
|
groups = ["default"];
|
680
690
|
platforms = [];
|
681
691
|
source = {
|
682
692
|
remotes = ["https://rubygems.org"];
|
683
|
-
sha256 = "
|
693
|
+
sha256 = "1qbw7rp6mqs6bcxj4814qi6xqfqjmlrxdv6mbk33xrs4lvdaviba";
|
684
694
|
type = "gem";
|
685
695
|
};
|
686
|
-
version = "1.
|
696
|
+
version = "1.28.5";
|
697
|
+
};
|
698
|
+
standard-custom = {
|
699
|
+
dependencies = ["lint_roller" "rubocop"];
|
700
|
+
groups = ["default"];
|
701
|
+
platforms = [];
|
702
|
+
source = {
|
703
|
+
remotes = ["https://rubygems.org"];
|
704
|
+
sha256 = "0av55ai0nv23z5mhrwj1clmxpgyngk7vk6rh58d4y1ws2y2dqjj2";
|
705
|
+
type = "gem";
|
706
|
+
};
|
707
|
+
version = "1.0.2";
|
708
|
+
};
|
709
|
+
standard-performance = {
|
710
|
+
dependencies = ["lint_roller" "rubocop-performance"];
|
711
|
+
groups = ["default"];
|
712
|
+
platforms = [];
|
713
|
+
source = {
|
714
|
+
remotes = ["https://rubygems.org"];
|
715
|
+
sha256 = "13hfyfangb46lagf0a044jwbagb8iak12pdzjfbdrkc5lbcvzydj";
|
716
|
+
type = "gem";
|
717
|
+
};
|
718
|
+
version = "1.0.1";
|
687
719
|
};
|
688
720
|
standardrb = {
|
689
721
|
dependencies = ["standard"];
|
@@ -701,10 +733,10 @@
|
|
701
733
|
platforms = [];
|
702
734
|
source = {
|
703
735
|
remotes = ["https://rubygems.org"];
|
704
|
-
sha256 = "
|
736
|
+
sha256 = "0qzmk0gf4j21mgqzfhpyb5m1rjx132p9k41hgl05rcmg9sjnv6c9";
|
705
737
|
type = "gem";
|
706
738
|
};
|
707
|
-
version = "0.9.
|
739
|
+
version = "0.9.8";
|
708
740
|
};
|
709
741
|
unf = {
|
710
742
|
dependencies = ["unf_ext"];
|
@@ -732,10 +764,10 @@
|
|
732
764
|
platforms = [];
|
733
765
|
source = {
|
734
766
|
remotes = ["https://rubygems.org"];
|
735
|
-
sha256 = "
|
767
|
+
sha256 = "1d0azx233nags5jx3fqyr23qa2rhgzbhv8pxp46dgbg1mpf82xky";
|
736
768
|
type = "gem";
|
737
769
|
};
|
738
|
-
version = "2.
|
770
|
+
version = "2.5.0";
|
739
771
|
};
|
740
772
|
vcr = {
|
741
773
|
groups = ["development"];
|
@@ -764,20 +796,20 @@
|
|
764
796
|
platforms = [];
|
765
797
|
source = {
|
766
798
|
remotes = ["https://rubygems.org"];
|
767
|
-
sha256 = "
|
799
|
+
sha256 = "0vfispr7wd2p1fs9ckn1qnby1yyp4i1dl7qz8n482iw977iyxrza";
|
768
800
|
type = "gem";
|
769
801
|
};
|
770
|
-
version = "3.
|
802
|
+
version = "3.19.1";
|
771
803
|
};
|
772
804
|
webrick = {
|
773
|
-
groups = ["
|
805
|
+
groups = ["default"];
|
774
806
|
platforms = [];
|
775
807
|
source = {
|
776
808
|
remotes = ["https://rubygems.org"];
|
777
|
-
sha256 = "
|
809
|
+
sha256 = "13qm7s0gr2pmfcl7dxrmq38asaza4w0i2n9my4yzs499j731wh8r";
|
778
810
|
type = "gem";
|
779
811
|
};
|
780
|
-
version = "1.
|
812
|
+
version = "1.8.1";
|
781
813
|
};
|
782
814
|
webrobots = {
|
783
815
|
groups = ["default"];
|
@@ -801,14 +833,13 @@
|
|
801
833
|
version = "1.1.9";
|
802
834
|
};
|
803
835
|
yard = {
|
804
|
-
dependencies = ["webrick"];
|
805
836
|
groups = ["debugger" "default"];
|
806
837
|
platforms = [];
|
807
838
|
source = {
|
808
839
|
remotes = ["https://rubygems.org"];
|
809
|
-
sha256 = "
|
840
|
+
sha256 = "1r0b8w58p7gy06wph1qdjv2p087hfnmhd9jk23vjdj803dn761am";
|
810
841
|
type = "gem";
|
811
842
|
};
|
812
|
-
version = "0.9.
|
843
|
+
version = "0.9.36";
|
813
844
|
};
|
814
845
|
}
|
data/lib/oddb2xml/compressor.rb
CHANGED
@@ -27,7 +27,7 @@ module Oddb2xml
|
|
27
27
|
tgz = Zlib::GzipWriter.new(File.open(@compress_file, "wb"))
|
28
28
|
Minitar.pack(@contents, tgz)
|
29
29
|
when /\.zip$/
|
30
|
-
Zip::File.open(@compress_file,
|
30
|
+
Zip::File.open(@compress_file, create: true) do |zip|
|
31
31
|
@contents.each do |file|
|
32
32
|
filename = File.basename(file)
|
33
33
|
zip.add(filename, file)
|
data/lib/oddb2xml/version.rb
CHANGED
data/oddb2xml.gemspec
CHANGED
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
|
|
20
20
|
# We fix the version of the spec to newer versions only in the third position
|
21
21
|
# hoping that these version fix only security/severe bugs
|
22
22
|
# Consulted the Gemfile.lock to get
|
23
|
-
spec.add_dependency "rubyzip"
|
23
|
+
spec.add_dependency "rubyzip", '~> 3.0.1'
|
24
24
|
spec.add_dependency "minitar" # , '~> 0.5.2'
|
25
25
|
spec.add_dependency "mechanize" # , '~> 2.5.1'
|
26
26
|
spec.add_dependency "nokogiri", ">= 1.8.2"
|
data/spec/downloader_spec.rb
CHANGED
@@ -85,7 +85,7 @@ end
|
|
85
85
|
# Zips input_filenames (using the basename)
|
86
86
|
def zip_files(zipfile_name, input_filenames)
|
87
87
|
FileUtils.rm_f(zipfile_name)
|
88
|
-
Zip::File.open(zipfile_name,
|
88
|
+
Zip::File.open(zipfile_name, create: true) do |zipfile|
|
89
89
|
input_filenames.each do |filename|
|
90
90
|
puts "Add #{filename} #{File.size(filename)} bytes as #{File.basename(filename)} #{Dir.pwd}" if $VERBOSE
|
91
91
|
zipfile.add(File.basename(filename), filename)
|
metadata
CHANGED
@@ -1,29 +1,29 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: oddb2xml
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 3.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Yasuhiro Asaka, Zeno R.R. Davatz, Niklaus Giger
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-08-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubyzip
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: 3.0.1
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- - "
|
24
|
+
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
26
|
+
version: 3.0.1
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: minitar
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|