oddb2xml 2.9.7 → 2.9.8
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 +56 -48
- data/lib/oddb2xml/downloader.rb +1 -1
- data/lib/oddb2xml/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4c3b4fd2969d449a3f831746a612854c4f0698898608f8fdf0b5ee89031ab904
|
4
|
+
data.tar.gz: 2a7736a3770feb3ec001b19983517d7b5f2863d60535fea10be97e0aeddb633c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b8e071d8e7a4633cabeec2bf5a3ebc8f9be57e012e1c17d01dfb72dbecbf2366319607381c978e3fe92e7b6e74a4894d5ce507dfd2fc460b657d349d2aaa53d0
|
7
|
+
data.tar.gz: 581dad03717df312b1ef772ecc2dcf0fc214f59134d7f377037daf4992e8c1d3a714b1b13dc14b1f722ad430c6b865280c6f48d503b40931f6845b3d021fb4cd
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
oddb2xml (2.9.
|
4
|
+
oddb2xml (2.9.8)
|
5
5
|
htmlentities
|
6
6
|
httpi
|
7
7
|
mechanize
|
@@ -28,34 +28,36 @@ GEM
|
|
28
28
|
specs:
|
29
29
|
addressable (2.8.5)
|
30
30
|
public_suffix (>= 2.0.2, < 6.0)
|
31
|
-
akami (1.3.
|
31
|
+
akami (1.3.3)
|
32
|
+
base64
|
32
33
|
gyoku (>= 0.4.0)
|
33
34
|
nokogiri
|
34
|
-
ast (2.4.
|
35
|
-
base64 (0.
|
36
|
-
|
35
|
+
ast (2.4.3)
|
36
|
+
base64 (0.2.0)
|
37
|
+
bigdecimal (3.1.9)
|
38
|
+
builder (3.3.0)
|
37
39
|
byebug (11.1.3)
|
38
40
|
coderay (1.1.3)
|
39
|
-
connection_pool (2.
|
41
|
+
connection_pool (2.5.0)
|
40
42
|
crack (0.4.5)
|
41
43
|
rexml
|
42
44
|
diff-lcs (1.5.0)
|
43
|
-
domain_name (0.
|
44
|
-
unf (>= 0.0.5, < 1.0.0)
|
45
|
+
domain_name (0.6.20240107)
|
45
46
|
flexmock (2.3.8)
|
46
47
|
gyoku (1.4.0)
|
47
48
|
builder (>= 2.1.2)
|
48
49
|
rexml (~> 3.0)
|
49
50
|
hashdiff (1.0.1)
|
50
51
|
htmlentities (4.3.4)
|
51
|
-
http-cookie (1.0.
|
52
|
+
http-cookie (1.0.8)
|
52
53
|
domain_name (~> 0.5)
|
53
54
|
httpi (2.5.0)
|
54
55
|
rack
|
55
56
|
socksify
|
56
|
-
json (2.
|
57
|
-
language_server-protocol (3.17.0.
|
57
|
+
json (2.10.2)
|
58
|
+
language_server-protocol (3.17.0.4)
|
58
59
|
lint_roller (1.1.0)
|
60
|
+
logger (1.7.0)
|
59
61
|
mechanize (2.7.7)
|
60
62
|
domain_name (~> 0.5, >= 0.5.1)
|
61
63
|
http-cookie (~> 1.0)
|
@@ -67,27 +69,31 @@ GEM
|
|
67
69
|
webrick (~> 1.7)
|
68
70
|
webrobots (>= 0.0.9, < 0.2)
|
69
71
|
method_source (1.0.0)
|
70
|
-
mime-types (3.
|
72
|
+
mime-types (3.6.2)
|
73
|
+
logger
|
71
74
|
mime-types-data (~> 3.2015)
|
72
|
-
mime-types-data (3.
|
75
|
+
mime-types-data (3.2025.0408)
|
73
76
|
mini_portile2 (2.8.4)
|
74
|
-
minitar (0.
|
77
|
+
minitar (1.0.2)
|
75
78
|
multi_json (1.15.0)
|
76
79
|
net-http-digest_auth (1.4.1)
|
77
|
-
net-http-persistent (4.0.
|
80
|
+
net-http-persistent (4.0.5)
|
78
81
|
connection_pool (~> 2.2)
|
79
82
|
nokogiri (1.13.9)
|
80
83
|
mini_portile2 (~> 2.8.0)
|
81
84
|
racc (~> 1.4)
|
82
|
-
nori (2.
|
85
|
+
nori (2.7.1)
|
86
|
+
bigdecimal
|
83
87
|
ntlm-http (0.1.1)
|
84
|
-
optimist (3.1
|
85
|
-
ox (2.14.
|
86
|
-
|
87
|
-
|
88
|
+
optimist (3.2.1)
|
89
|
+
ox (2.14.22)
|
90
|
+
bigdecimal (>= 3.0)
|
91
|
+
parallel (1.26.3)
|
92
|
+
parser (3.3.7.4)
|
88
93
|
ast (~> 2.4.1)
|
89
94
|
racc
|
90
95
|
parslet (2.0.0)
|
96
|
+
prism (1.4.0)
|
91
97
|
pry (0.14.2)
|
92
98
|
coderay (~> 1.1)
|
93
99
|
method_source (~> 1.0)
|
@@ -104,7 +110,7 @@ GEM
|
|
104
110
|
rainbow (3.1.1)
|
105
111
|
rake (13.0.6)
|
106
112
|
rdoc (6.3.3)
|
107
|
-
regexp_parser (2.
|
113
|
+
regexp_parser (2.10.0)
|
108
114
|
rexml (3.2.6)
|
109
115
|
rspec (3.12.0)
|
110
116
|
rspec-core (~> 3.12.0)
|
@@ -119,30 +125,31 @@ GEM
|
|
119
125
|
diff-lcs (>= 1.2.0, < 2.0)
|
120
126
|
rspec-support (~> 3.12.0)
|
121
127
|
rspec-support (3.12.1)
|
122
|
-
rubocop (1.
|
123
|
-
base64 (~> 0.1.1)
|
128
|
+
rubocop (1.75.2)
|
124
129
|
json (~> 2.3)
|
125
|
-
language_server-protocol (
|
130
|
+
language_server-protocol (~> 3.17.0.2)
|
131
|
+
lint_roller (~> 1.1.0)
|
126
132
|
parallel (~> 1.10)
|
127
|
-
parser (>= 3.
|
133
|
+
parser (>= 3.3.0.2)
|
128
134
|
rainbow (>= 2.2.2, < 4.0)
|
129
|
-
regexp_parser (>=
|
130
|
-
|
131
|
-
rubocop-ast (>= 1.28.1, < 2.0)
|
135
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
136
|
+
rubocop-ast (>= 1.44.0, < 2.0)
|
132
137
|
ruby-progressbar (~> 1.7)
|
133
|
-
unicode-display_width (>= 2.4.0, <
|
134
|
-
rubocop-ast (1.
|
135
|
-
parser (>= 3.
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
138
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
139
|
+
rubocop-ast (1.44.0)
|
140
|
+
parser (>= 3.3.7.2)
|
141
|
+
prism (~> 1.4)
|
142
|
+
rubocop-performance (1.25.0)
|
143
|
+
lint_roller (~> 1.1)
|
144
|
+
rubocop (>= 1.75.0, < 2.0)
|
145
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
146
|
+
ruby-ole (1.2.13.1)
|
140
147
|
ruby-progressbar (1.13.0)
|
141
|
-
rubyXL (3.4.
|
148
|
+
rubyXL (3.4.33)
|
142
149
|
nokogiri (>= 1.10.8)
|
143
150
|
rubyzip (>= 1.3.0)
|
144
151
|
rubyntlm (0.5.1)
|
145
|
-
rubyzip (2.
|
152
|
+
rubyzip (2.4.1)
|
146
153
|
savon (2.12.1)
|
147
154
|
akami (~> 1.2)
|
148
155
|
builder (>= 2.1.2)
|
@@ -153,27 +160,28 @@ GEM
|
|
153
160
|
wasabi (~> 3.4)
|
154
161
|
sax-machine (1.3.2)
|
155
162
|
socksify (1.7.1)
|
156
|
-
spreadsheet (1.3.
|
163
|
+
spreadsheet (1.3.4)
|
164
|
+
bigdecimal
|
165
|
+
logger
|
157
166
|
ruby-ole
|
158
|
-
standard (1.
|
167
|
+
standard (1.49.0)
|
159
168
|
language_server-protocol (~> 3.17.0.2)
|
160
169
|
lint_roller (~> 1.0)
|
161
|
-
rubocop (~> 1.
|
170
|
+
rubocop (~> 1.75.2)
|
162
171
|
standard-custom (~> 1.0.0)
|
163
|
-
standard-performance (~> 1.
|
172
|
+
standard-performance (~> 1.8)
|
164
173
|
standard-custom (1.0.2)
|
165
174
|
lint_roller (~> 1.0)
|
166
175
|
rubocop (~> 1.50)
|
167
|
-
standard-performance (1.
|
176
|
+
standard-performance (1.8.0)
|
168
177
|
lint_roller (~> 1.1)
|
169
|
-
rubocop-performance (~> 1.
|
178
|
+
rubocop-performance (~> 1.25.0)
|
170
179
|
standardrb (1.0.1)
|
171
180
|
standard
|
172
181
|
timecop (0.9.8)
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
unicode-display_width (2.5.0)
|
182
|
+
unicode-display_width (3.1.4)
|
183
|
+
unicode-emoji (~> 4.0, >= 4.0.4)
|
184
|
+
unicode-emoji (4.0.4)
|
177
185
|
vcr (6.2.0)
|
178
186
|
wasabi (3.7.0)
|
179
187
|
addressable
|
@@ -183,7 +191,7 @@ GEM
|
|
183
191
|
addressable (>= 2.8.0)
|
184
192
|
crack (>= 0.3.2)
|
185
193
|
hashdiff (>= 0.4.0, < 2.0.0)
|
186
|
-
webrick (1.
|
194
|
+
webrick (1.9.1)
|
187
195
|
webrobots (0.1.2)
|
188
196
|
xml-simple (1.1.9)
|
189
197
|
rexml
|
data/lib/oddb2xml/downloader.rb
CHANGED
@@ -216,7 +216,7 @@ module Oddb2xml
|
|
216
216
|
include DownloadMethod
|
217
217
|
def init
|
218
218
|
super
|
219
|
-
@url ||= "
|
219
|
+
@url ||= "https://www.spezialitaetenliste.ch/File.axd?file=XMLPublications.zip"
|
220
220
|
end
|
221
221
|
|
222
222
|
def download
|
data/lib/oddb2xml/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: oddb2xml
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.9.
|
4
|
+
version: 2.9.8
|
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-04-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubyzip
|
@@ -565,7 +565,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
565
565
|
- !ruby/object:Gem::Version
|
566
566
|
version: '0'
|
567
567
|
requirements: []
|
568
|
-
rubygems_version: 3.
|
568
|
+
rubygems_version: 3.4.1
|
569
569
|
signing_key:
|
570
570
|
specification_version: 4
|
571
571
|
summary: oddb2xml creates xml files.
|