oddb2xml 2.7.8 → 2.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (111) hide show
  1. checksums.yaml +4 -4
  2. data/.envrc +1 -0
  3. data/.github/workflows/codeql.yml +41 -0
  4. data/.github/workflows/ruby.yml +1 -1
  5. data/.gitignore +0 -0
  6. data/.rspec +0 -0
  7. data/.ruby-version +1 -0
  8. data/.standard.yml +0 -0
  9. data/Elexis_Artikelstamm_v003.xsd +0 -0
  10. data/Elexis_Artikelstamm_v5.xsd +4 -4
  11. data/Gemfile +2 -0
  12. data/Gemfile.lock +198 -0
  13. data/History.txt +4 -0
  14. data/LICENSE +0 -0
  15. data/Manifest.txt +0 -0
  16. data/QA.md +0 -0
  17. data/README.md +0 -0
  18. data/Rakefile +0 -0
  19. data/artikelstamm.md +0 -0
  20. data/data/article_overrides.yaml +0 -0
  21. data/data/gal_forms.yaml +0 -0
  22. data/data/gal_groups.yaml +0 -0
  23. data/data/gtin2ignore.yaml +0 -0
  24. data/data/product_overrides.yaml +0 -0
  25. data/dokumentation_calc.textile +0 -0
  26. data/flake.lock +80 -0
  27. data/flake.nix +36 -0
  28. data/gemset.nix +814 -0
  29. data/lib/oddb2xml/builder.rb +34 -17
  30. data/lib/oddb2xml/calc.rb +2 -2
  31. data/lib/oddb2xml/chapter_70_hack.rb +0 -0
  32. data/lib/oddb2xml/cli.rb +15 -1
  33. data/lib/oddb2xml/compare.rb +0 -0
  34. data/lib/oddb2xml/compositions_syntax.rb +0 -0
  35. data/lib/oddb2xml/compressor.rb +0 -0
  36. data/lib/oddb2xml/downloader.rb +22 -0
  37. data/lib/oddb2xml/extractor.rb +30 -0
  38. data/lib/oddb2xml/options.rb +4 -0
  39. data/lib/oddb2xml/parslet_compositions.rb +2 -0
  40. data/lib/oddb2xml/util.rb +0 -0
  41. data/lib/oddb2xml/version.rb +1 -1
  42. data/lib/oddb2xml/xml_definitions.rb +0 -0
  43. data/lib/oddb2xml.rb +0 -0
  44. data/oddb2xml.xsd +3 -27
  45. data/oddb_calc.xsd +0 -0
  46. data/spec/artikelstamm_spec.rb +8 -2
  47. data/spec/builder_spec.rb +7 -8
  48. data/spec/calc_spec.rb +0 -0
  49. data/spec/check_artikelstamm_spec.rb +0 -0
  50. data/spec/cli_spec.rb +0 -0
  51. data/spec/compare_spec.rb +0 -0
  52. data/spec/composition_syntax_spec.rb +0 -0
  53. data/spec/compressor_spec.rb +0 -0
  54. data/spec/data/AipsDownload.zip +0 -0
  55. data/spec/data/Elexis_Artikelstamm_v5.xsd +0 -0
  56. data/spec/data/GL_Diff_SB.xml +0 -0
  57. data/spec/data/ItCodes.xml +0 -0
  58. data/spec/data/PR121001.txt +0 -0
  59. data/spec/data/PR121002.txt +0 -0
  60. data/spec/data/Preparations.xml +0 -0
  61. data/spec/data/Publications.xls +0 -0
  62. data/spec/data/artikelstamm_N_010917.xml +0 -0
  63. data/spec/data/artikelstamm_N_011217.xml +0 -0
  64. data/spec/data/artikelstamm_P_010917.xml +0 -0
  65. data/spec/data/artikelstamm_P_011217.xml +0 -0
  66. data/spec/data/atc.csv +0 -0
  67. data/spec/data/check_artikelstamm/artikelstamm_v5_gtin_non_numeric.xml +0 -0
  68. data/spec/data/check_artikelstamm/artikelstamm_v5_gtin_not_uniq.xml +0 -0
  69. data/spec/data/check_artikelstamm/artikelstamm_v5_limitation_exists.xml +0 -0
  70. data/spec/data/check_artikelstamm/artikelstamm_v5_okay.xml +0 -0
  71. data/spec/data/check_artikelstamm/artikelstamm_v5_pharma_has_product.xml +0 -0
  72. data/spec/data/check_artikelstamm/artikelstamm_v5_prodno_not_uniq.xml +0 -0
  73. data/spec/data/check_artikelstamm/artikelstamm_v5_product_needs_article.xml +0 -0
  74. data/spec/data/column_c.txt +0 -0
  75. data/spec/data/compositions.txt +0 -0
  76. data/spec/data/compressor/oddb2xml_files_bm_update.txt +0 -0
  77. data/spec/data/compressor/oddb2xml_files_lppv.txt +0 -0
  78. data/spec/data/compressor/oddb2xml_files_nonpharma.xls +0 -0
  79. data/spec/data/epha_interactions.csv +0 -0
  80. data/spec/data/listen_neu.html +0 -0
  81. data/spec/data/medregbm_betrieb.txt +0 -0
  82. data/spec/data/medregbm_person.txt +0 -0
  83. data/spec/data/oddb2xml_files_bm_update.txt +0 -0
  84. data/spec/data/oddb2xml_files_lppv.txt +0 -0
  85. data/spec/data/oddb2xml_files_nonpharma.xls +0 -0
  86. data/spec/data/problems.txt +0 -0
  87. data/spec/data/refdata_NonPharma.xml +0 -0
  88. data/spec/data/refdata_Pharma.xml +0 -0
  89. data/spec/data/swissmedic_fridges.html +0 -0
  90. data/spec/data/swissmedic_info.html +0 -0
  91. data/spec/data/swissmedic_info_2.html +0 -0
  92. data/spec/data/swissmedic_orphan.xlsx +0 -0
  93. data/spec/data/swissmedic_orphans.html +0 -0
  94. data/spec/data/swissmedic_package.xlsx +0 -0
  95. data/spec/data/swissmedic_packages.html +0 -0
  96. data/spec/data/transfer.dat +0 -0
  97. data/spec/data/v5_first.xml +0 -0
  98. data/spec/data/v5_second.xml +0 -0
  99. data/spec/data/varia_De.htm +0 -0
  100. data/spec/data/vcr/transfer.dat +0 -0
  101. data/spec/data/vcr/transfer.zip +0 -0
  102. data/spec/data/wsdl_nonpharma.xml +0 -0
  103. data/spec/data/wsdl_pharma.xml +0 -0
  104. data/spec/fixtures/vcr_cassettes/artikelstamm.json +0 -0
  105. data/spec/galenic_spec.rb +0 -0
  106. data/spec/parslet_spec.rb +1 -1
  107. data/tools/cacert.pem +0 -0
  108. data/tools/set.bat +0 -0
  109. data/tools/win_fetch_cacerts.rb +0 -0
  110. metadata +13 -7
  111. data/shell.nix +0 -19
data/gemset.nix ADDED
@@ -0,0 +1,814 @@
1
+ {
2
+ addressable = {
3
+ dependencies = ["public_suffix"];
4
+ groups = ["default" "development"];
5
+ platforms = [];
6
+ source = {
7
+ remotes = ["https://rubygems.org"];
8
+ sha256 = "1ypdmpdn20hxp5vwxz3zc04r5xcwqc25qszdlg41h8ghdqbllwmw";
9
+ type = "gem";
10
+ };
11
+ version = "2.8.1";
12
+ };
13
+ akami = {
14
+ dependencies = ["gyoku" "nokogiri"];
15
+ groups = ["default"];
16
+ platforms = [];
17
+ source = {
18
+ remotes = ["https://rubygems.org"];
19
+ sha256 = "168y57kd9wshzqqk127w7lknd8lr0b9k50wazw4c92zshq3sw2jd";
20
+ type = "gem";
21
+ };
22
+ version = "1.3.1";
23
+ };
24
+ ast = {
25
+ groups = ["default"];
26
+ platforms = [];
27
+ source = {
28
+ remotes = ["https://rubygems.org"];
29
+ sha256 = "04nc8x27hlzlrr5c2gn7mar4vdr0apw5xg22wp6m8dx3wqr04a0y";
30
+ type = "gem";
31
+ };
32
+ version = "2.4.2";
33
+ };
34
+ builder = {
35
+ groups = ["default"];
36
+ platforms = [];
37
+ source = {
38
+ remotes = ["https://rubygems.org"];
39
+ sha256 = "045wzckxpwcqzrjr353cxnyaxgf0qg22jh00dcx7z38cys5g1jlr";
40
+ type = "gem";
41
+ };
42
+ version = "3.2.4";
43
+ };
44
+ byebug = {
45
+ groups = ["debugger" "default"];
46
+ platforms = [];
47
+ source = {
48
+ remotes = ["https://rubygems.org"];
49
+ sha256 = "0nx3yjf4xzdgb8jkmk2344081gqr22pgjqnmjg2q64mj5d6r9194";
50
+ type = "gem";
51
+ };
52
+ version = "11.1.3";
53
+ };
54
+ coderay = {
55
+ groups = ["debugger" "default"];
56
+ platforms = [];
57
+ source = {
58
+ remotes = ["https://rubygems.org"];
59
+ sha256 = "0jvxqxzply1lwp7ysn94zjhh57vc14mcshw1ygw14ib8lhc00lyw";
60
+ type = "gem";
61
+ };
62
+ version = "1.1.3";
63
+ };
64
+ connection_pool = {
65
+ groups = ["default"];
66
+ platforms = [];
67
+ source = {
68
+ remotes = ["https://rubygems.org"];
69
+ sha256 = "1nj4r58m5cpfdsijj6gjfs3yzcnxq2halagjk07wjcrgj6z8ayb7";
70
+ type = "gem";
71
+ };
72
+ version = "2.3.0";
73
+ };
74
+ crack = {
75
+ dependencies = ["rexml"];
76
+ groups = ["default" "development"];
77
+ platforms = [];
78
+ source = {
79
+ remotes = ["https://rubygems.org"];
80
+ sha256 = "1cr1kfpw3vkhysvkk3wg7c54m75kd68mbm9rs5azdjdq57xid13r";
81
+ type = "gem";
82
+ };
83
+ version = "0.4.5";
84
+ };
85
+ diff-lcs = {
86
+ groups = ["default" "development"];
87
+ platforms = [];
88
+ source = {
89
+ remotes = ["https://rubygems.org"];
90
+ sha256 = "0rwvjahnp7cpmracd8x732rjgnilqv2sx7d1gfrysslc3h039fa9";
91
+ type = "gem";
92
+ };
93
+ version = "1.5.0";
94
+ };
95
+ domain_name = {
96
+ dependencies = ["unf"];
97
+ groups = ["default"];
98
+ platforms = [];
99
+ source = {
100
+ remotes = ["https://rubygems.org"];
101
+ sha256 = "0lcqjsmixjp52bnlgzh4lg9ppsk52x9hpwdjd53k8jnbah2602h0";
102
+ type = "gem";
103
+ };
104
+ version = "0.5.20190701";
105
+ };
106
+ flexmock = {
107
+ groups = ["development"];
108
+ platforms = [];
109
+ source = {
110
+ remotes = ["https://rubygems.org"];
111
+ sha256 = "07l5hlz57fxaksr34q7n933sr2v6gfsplaiv1z4fi2ql731nvamm";
112
+ type = "gem";
113
+ };
114
+ version = "2.3.6";
115
+ };
116
+ gyoku = {
117
+ dependencies = ["builder" "rexml"];
118
+ groups = ["default"];
119
+ platforms = [];
120
+ source = {
121
+ remotes = ["https://rubygems.org"];
122
+ sha256 = "1kd2q59xpm39hpvmmvyi6g3f1fr05xjbnxwkrdqz4xy7hirqi79q";
123
+ type = "gem";
124
+ };
125
+ version = "1.4.0";
126
+ };
127
+ hashdiff = {
128
+ groups = ["default" "development"];
129
+ platforms = [];
130
+ source = {
131
+ remotes = ["https://rubygems.org"];
132
+ sha256 = "1nynpl0xbj0nphqx1qlmyggq58ms1phf5i03hk64wcc0a17x1m1c";
133
+ type = "gem";
134
+ };
135
+ version = "1.0.1";
136
+ };
137
+ htmlentities = {
138
+ groups = ["default"];
139
+ platforms = [];
140
+ source = {
141
+ remotes = ["https://rubygems.org"];
142
+ sha256 = "1nkklqsn8ir8wizzlakncfv42i32wc0w9hxp00hvdlgjr7376nhj";
143
+ type = "gem";
144
+ };
145
+ version = "4.3.4";
146
+ };
147
+ http-cookie = {
148
+ dependencies = ["domain_name"];
149
+ groups = ["default"];
150
+ platforms = [];
151
+ source = {
152
+ remotes = ["https://rubygems.org"];
153
+ sha256 = "13rilvlv8kwbzqfb644qp6hrbsj82cbqmnzcvqip1p6vqx36sxbk";
154
+ type = "gem";
155
+ };
156
+ version = "1.0.5";
157
+ };
158
+ httpi = {
159
+ dependencies = ["rack" "socksify"];
160
+ groups = ["default"];
161
+ platforms = [];
162
+ source = {
163
+ remotes = ["https://rubygems.org"];
164
+ sha256 = "0v8ah9indflp0w6jdzkzgs72xiwbam5v1c58migj0dkavkrai45h";
165
+ type = "gem";
166
+ };
167
+ version = "2.5.0";
168
+ };
169
+ json = {
170
+ groups = ["default"];
171
+ platforms = [];
172
+ source = {
173
+ remotes = ["https://rubygems.org"];
174
+ sha256 = "0nalhin1gda4v8ybk6lq8f407cgfrj6qzn234yra4ipkmlbfmal6";
175
+ type = "gem";
176
+ };
177
+ version = "2.6.3";
178
+ };
179
+ language_server-protocol = {
180
+ groups = ["default"];
181
+ platforms = [];
182
+ source = {
183
+ remotes = ["https://rubygems.org"];
184
+ sha256 = "14r3zp2q75lrzpy2nz7hbhzqp8nsykd5ffy18d34xr32722i2ifr";
185
+ type = "gem";
186
+ };
187
+ version = "3.17.0.2";
188
+ };
189
+ mechanize = {
190
+ dependencies = ["domain_name" "http-cookie" "mime-types" "net-http-digest_auth" "net-http-persistent" "nokogiri" "ntlm-http" "webrick" "webrobots"];
191
+ groups = ["default"];
192
+ platforms = [];
193
+ source = {
194
+ remotes = ["https://rubygems.org"];
195
+ sha256 = "1vb7x0zzd2lv50kls6wpnnxxm3ckkfpx53dldd8hxzccr9vkdb9b";
196
+ type = "gem";
197
+ };
198
+ version = "2.7.7";
199
+ };
200
+ method_source = {
201
+ groups = ["debugger" "default"];
202
+ platforms = [];
203
+ source = {
204
+ remotes = ["https://rubygems.org"];
205
+ sha256 = "1pnyh44qycnf9mzi1j6fywd5fkskv3x7nmsqrrws0rjn5dd4ayfp";
206
+ type = "gem";
207
+ };
208
+ version = "1.0.0";
209
+ };
210
+ mime-types = {
211
+ dependencies = ["mime-types-data"];
212
+ groups = ["default"];
213
+ platforms = [];
214
+ source = {
215
+ remotes = ["https://rubygems.org"];
216
+ sha256 = "0ipw892jbksbxxcrlx9g5ljq60qx47pm24ywgfbyjskbcl78pkvb";
217
+ type = "gem";
218
+ };
219
+ version = "3.4.1";
220
+ };
221
+ mime-types-data = {
222
+ groups = ["default"];
223
+ platforms = [];
224
+ source = {
225
+ remotes = ["https://rubygems.org"];
226
+ sha256 = "003gd7mcay800k2q4pb2zn8lwwgci4bhi42v2jvlidm8ksx03i6q";
227
+ type = "gem";
228
+ };
229
+ version = "3.2022.0105";
230
+ };
231
+ mini_portile2 = {
232
+ groups = ["default"];
233
+ platforms = [];
234
+ source = {
235
+ remotes = ["https://rubygems.org"];
236
+ sha256 = "1af4yarhbbx62f7qsmgg5fynrik0s36wjy3difkawy536xg343mp";
237
+ type = "gem";
238
+ };
239
+ version = "2.8.1";
240
+ };
241
+ minitar = {
242
+ groups = ["default"];
243
+ platforms = [];
244
+ source = {
245
+ remotes = ["https://rubygems.org"];
246
+ sha256 = "126mq86x67d1p63acrfka4zx0cx2r0vc93884jggxnrmmnzbxh13";
247
+ type = "gem";
248
+ };
249
+ version = "0.9";
250
+ };
251
+ multi_json = {
252
+ groups = ["default"];
253
+ platforms = [];
254
+ source = {
255
+ remotes = ["https://rubygems.org"];
256
+ sha256 = "0pb1g1y3dsiahavspyzkdy39j4q377009f6ix0bh1ag4nqw43l0z";
257
+ type = "gem";
258
+ };
259
+ version = "1.15.0";
260
+ };
261
+ net-http-digest_auth = {
262
+ groups = ["default"];
263
+ platforms = [];
264
+ source = {
265
+ remotes = ["https://rubygems.org"];
266
+ sha256 = "1nq859b0gh2vjhvl1qh1zrk09pc7p54r9i6nnn6sb06iv07db2jb";
267
+ type = "gem";
268
+ };
269
+ version = "1.4.1";
270
+ };
271
+ net-http-persistent = {
272
+ dependencies = ["connection_pool"];
273
+ groups = ["default"];
274
+ platforms = [];
275
+ source = {
276
+ remotes = ["https://rubygems.org"];
277
+ sha256 = "1yfypmfg1maf20yfd22zzng8k955iylz7iip0mgc9lazw36g8li7";
278
+ type = "gem";
279
+ };
280
+ version = "4.0.1";
281
+ };
282
+ nokogiri = {
283
+ dependencies = ["mini_portile2" "racc"];
284
+ groups = ["default"];
285
+ platforms = [];
286
+ source = {
287
+ remotes = ["https://rubygems.org"];
288
+ sha256 = "0cam1455nmi3fzzpa9ixn2hsim10fbprmj62ajpd6d02mwdprwwn";
289
+ type = "gem";
290
+ };
291
+ version = "1.13.9";
292
+ };
293
+ nori = {
294
+ groups = ["default"];
295
+ platforms = [];
296
+ source = {
297
+ remotes = ["https://rubygems.org"];
298
+ sha256 = "066wc774a2zp4vrq3k7k8p0fhv30ymqmxma1jj7yg5735zls8agn";
299
+ type = "gem";
300
+ };
301
+ version = "2.6.0";
302
+ };
303
+ ntlm-http = {
304
+ groups = ["default"];
305
+ platforms = [];
306
+ source = {
307
+ remotes = ["https://rubygems.org"];
308
+ sha256 = "0yx01ffrw87wya1syivqzf8hz02axk7jdpw6aw221xwvib767d36";
309
+ type = "gem";
310
+ };
311
+ version = "0.1.1";
312
+ };
313
+ 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"];
315
+ groups = ["default"];
316
+ platforms = [];
317
+ source = {
318
+ path = ./.;
319
+ type = "path";
320
+ };
321
+ version = "2.7.9";
322
+ };
323
+ optimist = {
324
+ groups = ["default"];
325
+ platforms = [];
326
+ source = {
327
+ remotes = ["https://rubygems.org"];
328
+ sha256 = "1vg2chy1cfmdj6c1gryl8zvjhhmb3plwgyh1jfnpq4fnfqv7asrk";
329
+ type = "gem";
330
+ };
331
+ version = "3.0.1";
332
+ };
333
+ ox = {
334
+ groups = ["default"];
335
+ platforms = [];
336
+ source = {
337
+ remotes = ["https://rubygems.org"];
338
+ sha256 = "0kzwl7m6cp2dyncpm7cc8wvk9zsj1hd1pmbgxhjy85xr4sq1qf8a";
339
+ type = "gem";
340
+ };
341
+ version = "2.14.12";
342
+ };
343
+ parallel = {
344
+ groups = ["default"];
345
+ platforms = [];
346
+ source = {
347
+ remotes = ["https://rubygems.org"];
348
+ sha256 = "07vnk6bb54k4yc06xnwck7php50l09vvlw1ga8wdz0pia461zpzb";
349
+ type = "gem";
350
+ };
351
+ version = "1.22.1";
352
+ };
353
+ parser = {
354
+ dependencies = ["ast"];
355
+ groups = ["default"];
356
+ platforms = [];
357
+ source = {
358
+ remotes = ["https://rubygems.org"];
359
+ sha256 = "0zk8mdyr0322r11d63rcp5jhz4lakxilhvyvdv0ql5dw4lb83623";
360
+ type = "gem";
361
+ };
362
+ version = "3.2.0.0";
363
+ };
364
+ parslet = {
365
+ groups = ["default"];
366
+ platforms = [];
367
+ source = {
368
+ remotes = ["https://rubygems.org"];
369
+ sha256 = "01pnw6ymz6nynklqvqxs4bcai25kcvnd5x4id9z3vd1rbmlk0lfl";
370
+ type = "gem";
371
+ };
372
+ version = "2.0.0";
373
+ };
374
+ pry = {
375
+ dependencies = ["coderay" "method_source"];
376
+ groups = ["debugger" "default"];
377
+ platforms = [];
378
+ source = {
379
+ remotes = ["https://rubygems.org"];
380
+ sha256 = "0k9kqkd9nps1w1r1rb7wjr31hqzkka2bhi8b518x78dcxppm9zn4";
381
+ type = "gem";
382
+ };
383
+ version = "0.14.2";
384
+ };
385
+ pry-byebug = {
386
+ dependencies = ["byebug" "pry"];
387
+ groups = ["debugger"];
388
+ platforms = [];
389
+ source = {
390
+ remotes = ["https://rubygems.org"];
391
+ sha256 = "1y41al94ks07166qbp2200yzyr5y60hm7xaiw4lxpgsm4b1pbyf8";
392
+ type = "gem";
393
+ };
394
+ version = "3.10.1";
395
+ };
396
+ pry-doc = {
397
+ dependencies = ["pry" "yard"];
398
+ groups = ["debugger"];
399
+ platforms = [];
400
+ source = {
401
+ remotes = ["https://rubygems.org"];
402
+ sha256 = "1pp43n69p6bjvc640wgcz295w1q2v9awcqgbwcqn082dbvq5xvnx";
403
+ type = "gem";
404
+ };
405
+ version = "1.4.0";
406
+ };
407
+ psych = {
408
+ groups = ["development"];
409
+ platforms = [];
410
+ source = {
411
+ remotes = ["https://rubygems.org"];
412
+ sha256 = "186i2hc6sfvg4skhqf82kxaf4mb60g65fsif8w8vg1hc9mbyiaph";
413
+ type = "gem";
414
+ };
415
+ version = "3.3.4";
416
+ };
417
+ public_suffix = {
418
+ groups = ["default" "development"];
419
+ platforms = [];
420
+ source = {
421
+ remotes = ["https://rubygems.org"];
422
+ sha256 = "0hz0bx2qs2pwb0bwazzsah03ilpf3aai8b7lk7s35jsfzwbkjq35";
423
+ type = "gem";
424
+ };
425
+ version = "5.0.1";
426
+ };
427
+ racc = {
428
+ groups = ["default"];
429
+ platforms = [];
430
+ source = {
431
+ remotes = ["https://rubygems.org"];
432
+ sha256 = "09jgz6r0f7v84a7jz9an85q8vvmp743dqcsdm3z9c8rqcqv6pljq";
433
+ type = "gem";
434
+ };
435
+ version = "1.6.2";
436
+ };
437
+ rack = {
438
+ groups = ["default"];
439
+ platforms = [];
440
+ source = {
441
+ remotes = ["https://rubygems.org"];
442
+ sha256 = "006km9h9kfdipwpqvjkfb0hfnd65w60cw0imx6qmx77b0h746frs";
443
+ type = "gem";
444
+ };
445
+ version = "3.0.3";
446
+ };
447
+ rainbow = {
448
+ groups = ["default"];
449
+ platforms = [];
450
+ source = {
451
+ remotes = ["https://rubygems.org"];
452
+ sha256 = "0smwg4mii0fm38pyb5fddbmrdpifwv22zv3d3px2xx497am93503";
453
+ type = "gem";
454
+ };
455
+ version = "3.1.1";
456
+ };
457
+ rake = {
458
+ groups = ["development"];
459
+ platforms = [];
460
+ source = {
461
+ remotes = ["https://rubygems.org"];
462
+ sha256 = "15whn7p9nrkxangbs9hh75q585yfn66lv0v2mhj6q6dl6x8bzr2w";
463
+ type = "gem";
464
+ };
465
+ version = "13.0.6";
466
+ };
467
+ rdoc = {
468
+ groups = ["development"];
469
+ platforms = [];
470
+ source = {
471
+ remotes = ["https://rubygems.org"];
472
+ sha256 = "0da6sydj5ls91d38cqdv4r18a4b68185cgbi4i7pjng2fq6h3msv";
473
+ type = "gem";
474
+ };
475
+ version = "6.3.3";
476
+ };
477
+ regexp_parser = {
478
+ groups = ["default"];
479
+ platforms = [];
480
+ source = {
481
+ remotes = ["https://rubygems.org"];
482
+ sha256 = "0rj7xcg7bkfw6y0h4wg8y3s4nmks9qrzdxag4zaw41xjqfanlysf";
483
+ type = "gem";
484
+ };
485
+ version = "2.6.1";
486
+ };
487
+ rexml = {
488
+ groups = ["default" "development"];
489
+ platforms = [];
490
+ source = {
491
+ remotes = ["https://rubygems.org"];
492
+ sha256 = "08ximcyfjy94pm1rhcx04ny1vx2sk0x4y185gzn86yfsbzwkng53";
493
+ type = "gem";
494
+ };
495
+ version = "3.2.5";
496
+ };
497
+ rspec = {
498
+ dependencies = ["rspec-core" "rspec-expectations" "rspec-mocks"];
499
+ groups = ["development"];
500
+ platforms = [];
501
+ source = {
502
+ remotes = ["https://rubygems.org"];
503
+ sha256 = "171rc90vcgjl8p1bdrqa92ymrj8a87qf6w20x05xq29mljcigi6c";
504
+ type = "gem";
505
+ };
506
+ version = "3.12.0";
507
+ };
508
+ rspec-core = {
509
+ dependencies = ["rspec-support"];
510
+ groups = ["default" "development"];
511
+ platforms = [];
512
+ source = {
513
+ remotes = ["https://rubygems.org"];
514
+ sha256 = "1ibb81slc35q5yp276sixp3yrvj9q92wlmi1glbnwlk6g49z8rn4";
515
+ type = "gem";
516
+ };
517
+ version = "3.12.0";
518
+ };
519
+ rspec-expectations = {
520
+ dependencies = ["diff-lcs" "rspec-support"];
521
+ groups = ["default" "development"];
522
+ platforms = [];
523
+ source = {
524
+ remotes = ["https://rubygems.org"];
525
+ sha256 = "03ba3lfdsj9zl00v1yvwgcx87lbadf87livlfa5kgqssn9qdnll6";
526
+ type = "gem";
527
+ };
528
+ version = "3.12.2";
529
+ };
530
+ rspec-mocks = {
531
+ dependencies = ["diff-lcs" "rspec-support"];
532
+ groups = ["default" "development"];
533
+ platforms = [];
534
+ source = {
535
+ remotes = ["https://rubygems.org"];
536
+ sha256 = "0k64i7ax6sqvh702s0xrll2g8isxx1x4zam95ck7122flsyh7van";
537
+ type = "gem";
538
+ };
539
+ version = "3.12.2";
540
+ };
541
+ rspec-support = {
542
+ groups = ["default" "development"];
543
+ platforms = [];
544
+ source = {
545
+ remotes = ["https://rubygems.org"];
546
+ sha256 = "12y52zwwb3xr7h91dy9k3ndmyyhr3mjcayk0nnarnrzz8yr48kfx";
547
+ type = "gem";
548
+ };
549
+ version = "3.12.0";
550
+ };
551
+ rubocop = {
552
+ dependencies = ["json" "parallel" "parser" "rainbow" "regexp_parser" "rexml" "rubocop-ast" "ruby-progressbar" "unicode-display_width"];
553
+ groups = ["default"];
554
+ platforms = [];
555
+ source = {
556
+ remotes = ["https://rubygems.org"];
557
+ sha256 = "0shbma3bjm761waklzg10gy9jxl6m48l5035kli429sw7qna5sm8";
558
+ type = "gem";
559
+ };
560
+ version = "1.42.0";
561
+ };
562
+ rubocop-ast = {
563
+ dependencies = ["parser"];
564
+ groups = ["default"];
565
+ platforms = [];
566
+ source = {
567
+ remotes = ["https://rubygems.org"];
568
+ sha256 = "1pdzabz95hv3z5sfbkfqa8bdybsfl13gv7rjb32v3ss8klq99lbd";
569
+ type = "gem";
570
+ };
571
+ version = "1.24.1";
572
+ };
573
+ rubocop-performance = {
574
+ dependencies = ["rubocop" "rubocop-ast"];
575
+ groups = ["default"];
576
+ platforms = [];
577
+ source = {
578
+ remotes = ["https://rubygems.org"];
579
+ sha256 = "1iwv2zhcpaan038d6m7ybzb2dgpi2zhf9dgfs3bjvmrqirqi2720";
580
+ type = "gem";
581
+ };
582
+ version = "1.15.2";
583
+ };
584
+ ruby-ole = {
585
+ groups = ["default"];
586
+ platforms = [];
587
+ source = {
588
+ remotes = ["https://rubygems.org"];
589
+ sha256 = "0zhaq66csdingjw34acnq3j56s0s1vhxvb1cnglw9vca958g0rvx";
590
+ type = "gem";
591
+ };
592
+ version = "1.2.12.2";
593
+ };
594
+ ruby-progressbar = {
595
+ groups = ["default"];
596
+ platforms = [];
597
+ source = {
598
+ remotes = ["https://rubygems.org"];
599
+ sha256 = "02nmaw7yx9kl7rbaan5pl8x5nn0y4j5954mzrkzi9i3dhsrps4nc";
600
+ type = "gem";
601
+ };
602
+ version = "1.11.0";
603
+ };
604
+ rubyntlm = {
605
+ groups = ["default"];
606
+ platforms = [];
607
+ source = {
608
+ remotes = ["https://rubygems.org"];
609
+ sha256 = "082649ph6d8vjkq31sg5rm6m03ffakjimjwxxydndbbk81fxq50q";
610
+ type = "gem";
611
+ };
612
+ version = "0.5.1";
613
+ };
614
+ rubyXL = {
615
+ dependencies = ["nokogiri" "rubyzip"];
616
+ groups = ["default"];
617
+ platforms = [];
618
+ source = {
619
+ remotes = ["https://rubygems.org"];
620
+ sha256 = "147ld9pv819w6dz9x5994fw4arjd7pwj57g00wbjf1gy5mk1n6jg";
621
+ type = "gem";
622
+ };
623
+ version = "3.4.25";
624
+ };
625
+ rubyzip = {
626
+ groups = ["default"];
627
+ platforms = [];
628
+ source = {
629
+ remotes = ["https://rubygems.org"];
630
+ sha256 = "0grps9197qyxakbpw02pda59v45lfgbgiyw48i0mq9f2bn9y6mrz";
631
+ type = "gem";
632
+ };
633
+ version = "2.3.2";
634
+ };
635
+ savon = {
636
+ dependencies = ["akami" "builder" "gyoku" "httpi" "nokogiri" "nori" "wasabi"];
637
+ groups = ["default"];
638
+ platforms = [];
639
+ source = {
640
+ remotes = ["https://rubygems.org"];
641
+ sha256 = "19ry5ww84bv31k5617p5k7qpdyar4fqjxhvk54vfgcwkg7nlan2h";
642
+ type = "gem";
643
+ };
644
+ version = "2.12.1";
645
+ };
646
+ sax-machine = {
647
+ groups = ["default"];
648
+ platforms = [];
649
+ source = {
650
+ remotes = ["https://rubygems.org"];
651
+ sha256 = "0fhdflwdj8q0gfgz51k3zn1giq24fwvhvji75104rsly0dw2c4d1";
652
+ type = "gem";
653
+ };
654
+ version = "1.3.2";
655
+ };
656
+ socksify = {
657
+ groups = ["default"];
658
+ platforms = [];
659
+ source = {
660
+ remotes = ["https://rubygems.org"];
661
+ sha256 = "1fp4p8p4y713lh00rd31xymxnzkbhmg0d12ixbqs7lcaj2pcgcni";
662
+ type = "gem";
663
+ };
664
+ version = "1.7.1";
665
+ };
666
+ spreadsheet = {
667
+ dependencies = ["ruby-ole"];
668
+ groups = ["default"];
669
+ platforms = [];
670
+ source = {
671
+ remotes = ["https://rubygems.org"];
672
+ sha256 = "1dlhfp69wk0ryffia8cw9ygzq73m7b21g046cma208k422bxfg79";
673
+ type = "gem";
674
+ };
675
+ version = "1.3.0";
676
+ };
677
+ standard = {
678
+ dependencies = ["language_server-protocol" "rubocop" "rubocop-performance"];
679
+ groups = ["default"];
680
+ platforms = [];
681
+ source = {
682
+ remotes = ["https://rubygems.org"];
683
+ sha256 = "1xwsmpkyxfz2bgcv1n8w3fdmxl19mwr5m512h723w30gcba5lpl8";
684
+ type = "gem";
685
+ };
686
+ version = "1.21.1";
687
+ };
688
+ standardrb = {
689
+ dependencies = ["standard"];
690
+ groups = ["default"];
691
+ platforms = [];
692
+ source = {
693
+ remotes = ["https://rubygems.org"];
694
+ sha256 = "0b0z6pipiajdday01zsr98b817jhyd328zimgslrfklz8az2h4vs";
695
+ type = "gem";
696
+ };
697
+ version = "1.0.1";
698
+ };
699
+ timecop = {
700
+ groups = ["development"];
701
+ platforms = [];
702
+ source = {
703
+ remotes = ["https://rubygems.org"];
704
+ sha256 = "0dlx4gx0zh836i7nzna03xdl7fc233s5z6plnr6k3kw46ah8d1fc";
705
+ type = "gem";
706
+ };
707
+ version = "0.9.6";
708
+ };
709
+ unf = {
710
+ dependencies = ["unf_ext"];
711
+ groups = ["default"];
712
+ platforms = [];
713
+ source = {
714
+ remotes = ["https://rubygems.org"];
715
+ sha256 = "0bh2cf73i2ffh4fcpdn9ir4mhq8zi50ik0zqa1braahzadx536a9";
716
+ type = "gem";
717
+ };
718
+ version = "0.1.4";
719
+ };
720
+ unf_ext = {
721
+ groups = ["default"];
722
+ platforms = [];
723
+ source = {
724
+ remotes = ["https://rubygems.org"];
725
+ sha256 = "1yj2nz2l101vr1x9w2k83a0fag1xgnmjwp8w8rw4ik2rwcz65fch";
726
+ type = "gem";
727
+ };
728
+ version = "0.0.8.2";
729
+ };
730
+ unicode-display_width = {
731
+ groups = ["default"];
732
+ platforms = [];
733
+ source = {
734
+ remotes = ["https://rubygems.org"];
735
+ sha256 = "1gi82k102q7bkmfi7ggn9ciypn897ylln1jk9q67kjhr39fj043a";
736
+ type = "gem";
737
+ };
738
+ version = "2.4.2";
739
+ };
740
+ vcr = {
741
+ groups = ["development"];
742
+ platforms = [];
743
+ source = {
744
+ remotes = ["https://rubygems.org"];
745
+ sha256 = "1xzd8f17mmcq9f6lxg4w0x4nd9pyp41lr77gjzxwynijzp8rcgjl";
746
+ type = "gem";
747
+ };
748
+ version = "6.1.0";
749
+ };
750
+ wasabi = {
751
+ dependencies = ["addressable" "httpi" "nokogiri"];
752
+ groups = ["default"];
753
+ platforms = [];
754
+ source = {
755
+ remotes = ["https://rubygems.org"];
756
+ sha256 = "1mffdf7z1rmcs0k678vhzgnb080zcwhkk94hvj3hxjakys339ndb";
757
+ type = "gem";
758
+ };
759
+ version = "3.7.0";
760
+ };
761
+ webmock = {
762
+ dependencies = ["addressable" "crack" "hashdiff"];
763
+ groups = ["development"];
764
+ platforms = [];
765
+ source = {
766
+ remotes = ["https://rubygems.org"];
767
+ sha256 = "1myj44wvbbqvv18ragv3ihl0h61acgnfwrnj3lccdgp49bgmbjal";
768
+ type = "gem";
769
+ };
770
+ version = "3.18.1";
771
+ };
772
+ webrick = {
773
+ groups = ["debugger" "default"];
774
+ platforms = [];
775
+ source = {
776
+ remotes = ["https://rubygems.org"];
777
+ sha256 = "1d4cvgmxhfczxiq5fr534lmizkhigd15bsx5719r5ds7k7ivisc7";
778
+ type = "gem";
779
+ };
780
+ version = "1.7.0";
781
+ };
782
+ webrobots = {
783
+ groups = ["default"];
784
+ platforms = [];
785
+ source = {
786
+ remotes = ["https://rubygems.org"];
787
+ sha256 = "19ndcbba8s8m62hhxxfwn83nax34rg2k5x066awa23wknhnamg7b";
788
+ type = "gem";
789
+ };
790
+ version = "0.1.2";
791
+ };
792
+ xml-simple = {
793
+ dependencies = ["rexml"];
794
+ groups = ["default"];
795
+ platforms = [];
796
+ source = {
797
+ remotes = ["https://rubygems.org"];
798
+ sha256 = "0pb9plyl71mdbjr4kllfy53qx6g68ryxblmnq9dilvy837jk24fj";
799
+ type = "gem";
800
+ };
801
+ version = "1.1.9";
802
+ };
803
+ yard = {
804
+ dependencies = ["webrick"];
805
+ groups = ["debugger" "default"];
806
+ platforms = [];
807
+ source = {
808
+ remotes = ["https://rubygems.org"];
809
+ sha256 = "0p1if8g9ww6hlpfkphqv3y1z0rbqnnrvb38c5qhnala0f8qpw6yk";
810
+ type = "gem";
811
+ };
812
+ version = "0.9.28";
813
+ };
814
+ }