tdc 1.0 → 1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.ruby-version +1 -1
- data/Appraisals +5 -1
- data/CHANGELOG.md +4 -0
- data/gemfiles/rails_7.gemfile.lock +21 -18
- data/gemfiles/rails_7_1.gemfile +1 -1
- data/gemfiles/rails_7_1.gemfile.lock +97 -90
- data/gemfiles/rails_7_2.gemfile +7 -0
- data/gemfiles/rails_7_2.gemfile.lock +353 -0
- data/lib/tdc/version.rb +1 -1
- data/lib/tdc.rb +5 -43
- data/tdc.gemspec +5 -4
- metadata +27 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e0bfe86026d50b9a8bfe59cc97182ac8ac07186fe322731a20b758ea1ffd26df
|
4
|
+
data.tar.gz: 189f7e82c4d40c48c82659b9b2955af31014355b376dde65824b6a48ee2ee65b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8ab18b6fa212b84a693a110299c790a88664a2aeaa20b6ae88a6653f5460edabd52998ce73567a3404fdfd30a1adc72f0083674b052da9718e451f8ba445ad8d
|
7
|
+
data.tar.gz: 90721b81a6110ad3053487ba6fb50fb972a124ae33a2210a27c33e73b193b913b3d651dbe9775c0370f26fc78cb15a217a3975618151ae7747959867481100d9
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.
|
1
|
+
3.3.6
|
data/Appraisals
CHANGED
data/CHANGELOG.md
CHANGED
@@ -1,8 +1,9 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ..
|
3
3
|
specs:
|
4
|
-
tdc (1.
|
5
|
-
activesupport (>= 7.0, <
|
4
|
+
tdc (1.1)
|
5
|
+
activesupport (>= 7.0, < 8.0)
|
6
|
+
zeitwerk (>= 2.7)
|
6
7
|
|
7
8
|
GEM
|
8
9
|
remote: https://rubygems.org/
|
@@ -138,7 +139,7 @@ GEM
|
|
138
139
|
i18n (1.14.5)
|
139
140
|
concurrent-ruby (~> 1.0)
|
140
141
|
ice_nine (0.11.2)
|
141
|
-
json (2.
|
142
|
+
json (2.9.0)
|
142
143
|
language_server-protocol (3.17.0.3)
|
143
144
|
launchy (3.0.1)
|
144
145
|
addressable (~> 2.8)
|
@@ -168,7 +169,7 @@ GEM
|
|
168
169
|
nio4r (2.7.3)
|
169
170
|
nokogiri (1.16.7-arm64-darwin)
|
170
171
|
racc (~> 1.4)
|
171
|
-
parallel (1.26.
|
172
|
+
parallel (1.26.3)
|
172
173
|
parser (3.3.4.2)
|
173
174
|
ast (~> 2.4.1)
|
174
175
|
racc
|
@@ -213,7 +214,7 @@ GEM
|
|
213
214
|
parser (~> 3.3.0)
|
214
215
|
rainbow (>= 2.0, < 4.0)
|
215
216
|
rexml (~> 3.1)
|
216
|
-
regexp_parser (2.9.
|
217
|
+
regexp_parser (2.9.3)
|
217
218
|
rexml (3.3.5)
|
218
219
|
strscan
|
219
220
|
rspec (3.13.0)
|
@@ -229,25 +230,24 @@ GEM
|
|
229
230
|
diff-lcs (>= 1.2.0, < 2.0)
|
230
231
|
rspec-support (~> 3.13.0)
|
231
232
|
rspec-support (3.13.1)
|
232
|
-
rubocop (1.
|
233
|
+
rubocop (1.69.2)
|
233
234
|
json (~> 2.3)
|
234
235
|
language_server-protocol (>= 3.17.0)
|
235
236
|
parallel (~> 1.10)
|
236
237
|
parser (>= 3.3.0.2)
|
237
238
|
rainbow (>= 2.2.2, < 4.0)
|
238
|
-
regexp_parser (>= 2.
|
239
|
-
|
240
|
-
rubocop-ast (>= 1.31.1, < 2.0)
|
239
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
240
|
+
rubocop-ast (>= 1.36.2, < 2.0)
|
241
241
|
ruby-progressbar (~> 1.7)
|
242
|
-
unicode-display_width (>= 2.4.0, <
|
243
|
-
rubocop-ast (1.
|
242
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
243
|
+
rubocop-ast (1.37.0)
|
244
244
|
parser (>= 3.3.1.0)
|
245
|
-
rubocop-performance (1.
|
245
|
+
rubocop-performance (1.23.0)
|
246
246
|
rubocop (>= 1.48.1, < 2.0)
|
247
247
|
rubocop-ast (>= 1.31.1, < 2.0)
|
248
248
|
rubocop-rake (0.6.0)
|
249
249
|
rubocop (~> 1.0)
|
250
|
-
rubocop-rspec (3.0
|
250
|
+
rubocop-rspec (3.3.0)
|
251
251
|
rubocop (~> 1.61)
|
252
252
|
ruby-progressbar (1.13.0)
|
253
253
|
ruby_parser (3.21.1)
|
@@ -279,7 +279,9 @@ GEM
|
|
279
279
|
tty-which (0.5.0)
|
280
280
|
tzinfo (2.0.6)
|
281
281
|
concurrent-ruby (~> 1.0)
|
282
|
-
unicode-display_width (
|
282
|
+
unicode-display_width (3.1.2)
|
283
|
+
unicode-emoji (~> 4.0, >= 4.0.4)
|
284
|
+
unicode-emoji (4.0.4)
|
283
285
|
virtus (2.0.0)
|
284
286
|
axiom-types (~> 0.1)
|
285
287
|
coercible (~> 1.0)
|
@@ -287,20 +289,21 @@ GEM
|
|
287
289
|
websocket-driver (0.7.6)
|
288
290
|
websocket-extensions (>= 0.1.0)
|
289
291
|
websocket-extensions (0.1.5)
|
290
|
-
zeitwerk (2.
|
292
|
+
zeitwerk (2.7.1)
|
291
293
|
|
292
294
|
PLATFORMS
|
293
295
|
arm64-darwin-23
|
296
|
+
arm64-darwin-24
|
294
297
|
|
295
298
|
DEPENDENCIES
|
296
299
|
appraisal (~> 2.5)
|
297
300
|
rails (= 7.0.8.4)
|
298
301
|
rake (~> 13.2)
|
299
302
|
rspec (~> 3.13)
|
300
|
-
rubocop (~> 1.
|
301
|
-
rubocop-performance (~> 1.
|
303
|
+
rubocop (~> 1.69)
|
304
|
+
rubocop-performance (~> 1.23)
|
302
305
|
rubocop-rake (~> 0.6)
|
303
|
-
rubocop-rspec (~> 3.
|
306
|
+
rubocop-rspec (~> 3.3)
|
304
307
|
rubycritic (~> 4.9)
|
305
308
|
simplecov (~> 0.22)
|
306
309
|
tdc!
|
data/gemfiles/rails_7_1.gemfile
CHANGED
@@ -1,41 +1,42 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ..
|
3
3
|
specs:
|
4
|
-
tdc (1.
|
5
|
-
activesupport (>= 7.0, <
|
4
|
+
tdc (1.1)
|
5
|
+
activesupport (>= 7.0, < 8.0)
|
6
|
+
zeitwerk (>= 2.7)
|
6
7
|
|
7
8
|
GEM
|
8
9
|
remote: https://rubygems.org/
|
9
10
|
specs:
|
10
|
-
actioncable (7.1.
|
11
|
-
actionpack (= 7.1.
|
12
|
-
activesupport (= 7.1.
|
11
|
+
actioncable (7.1.5.1)
|
12
|
+
actionpack (= 7.1.5.1)
|
13
|
+
activesupport (= 7.1.5.1)
|
13
14
|
nio4r (~> 2.0)
|
14
15
|
websocket-driver (>= 0.6.1)
|
15
16
|
zeitwerk (~> 2.6)
|
16
|
-
actionmailbox (7.1.
|
17
|
-
actionpack (= 7.1.
|
18
|
-
activejob (= 7.1.
|
19
|
-
activerecord (= 7.1.
|
20
|
-
activestorage (= 7.1.
|
21
|
-
activesupport (= 7.1.
|
17
|
+
actionmailbox (7.1.5.1)
|
18
|
+
actionpack (= 7.1.5.1)
|
19
|
+
activejob (= 7.1.5.1)
|
20
|
+
activerecord (= 7.1.5.1)
|
21
|
+
activestorage (= 7.1.5.1)
|
22
|
+
activesupport (= 7.1.5.1)
|
22
23
|
mail (>= 2.7.1)
|
23
24
|
net-imap
|
24
25
|
net-pop
|
25
26
|
net-smtp
|
26
|
-
actionmailer (7.1.
|
27
|
-
actionpack (= 7.1.
|
28
|
-
actionview (= 7.1.
|
29
|
-
activejob (= 7.1.
|
30
|
-
activesupport (= 7.1.
|
27
|
+
actionmailer (7.1.5.1)
|
28
|
+
actionpack (= 7.1.5.1)
|
29
|
+
actionview (= 7.1.5.1)
|
30
|
+
activejob (= 7.1.5.1)
|
31
|
+
activesupport (= 7.1.5.1)
|
31
32
|
mail (~> 2.5, >= 2.5.4)
|
32
33
|
net-imap
|
33
34
|
net-pop
|
34
35
|
net-smtp
|
35
36
|
rails-dom-testing (~> 2.2)
|
36
|
-
actionpack (7.1.
|
37
|
-
actionview (= 7.1.
|
38
|
-
activesupport (= 7.1.
|
37
|
+
actionpack (7.1.5.1)
|
38
|
+
actionview (= 7.1.5.1)
|
39
|
+
activesupport (= 7.1.5.1)
|
39
40
|
nokogiri (>= 1.8.5)
|
40
41
|
racc
|
41
42
|
rack (>= 2.2.4)
|
@@ -43,43 +44,46 @@ GEM
|
|
43
44
|
rack-test (>= 0.6.3)
|
44
45
|
rails-dom-testing (~> 2.2)
|
45
46
|
rails-html-sanitizer (~> 1.6)
|
46
|
-
actiontext (7.1.
|
47
|
-
actionpack (= 7.1.
|
48
|
-
activerecord (= 7.1.
|
49
|
-
activestorage (= 7.1.
|
50
|
-
activesupport (= 7.1.
|
47
|
+
actiontext (7.1.5.1)
|
48
|
+
actionpack (= 7.1.5.1)
|
49
|
+
activerecord (= 7.1.5.1)
|
50
|
+
activestorage (= 7.1.5.1)
|
51
|
+
activesupport (= 7.1.5.1)
|
51
52
|
globalid (>= 0.6.0)
|
52
53
|
nokogiri (>= 1.8.5)
|
53
|
-
actionview (7.1.
|
54
|
-
activesupport (= 7.1.
|
54
|
+
actionview (7.1.5.1)
|
55
|
+
activesupport (= 7.1.5.1)
|
55
56
|
builder (~> 3.1)
|
56
57
|
erubi (~> 1.11)
|
57
58
|
rails-dom-testing (~> 2.2)
|
58
59
|
rails-html-sanitizer (~> 1.6)
|
59
|
-
activejob (7.1.
|
60
|
-
activesupport (= 7.1.
|
60
|
+
activejob (7.1.5.1)
|
61
|
+
activesupport (= 7.1.5.1)
|
61
62
|
globalid (>= 0.3.6)
|
62
|
-
activemodel (7.1.
|
63
|
-
activesupport (= 7.1.
|
64
|
-
activerecord (7.1.
|
65
|
-
activemodel (= 7.1.
|
66
|
-
activesupport (= 7.1.
|
63
|
+
activemodel (7.1.5.1)
|
64
|
+
activesupport (= 7.1.5.1)
|
65
|
+
activerecord (7.1.5.1)
|
66
|
+
activemodel (= 7.1.5.1)
|
67
|
+
activesupport (= 7.1.5.1)
|
67
68
|
timeout (>= 0.4.0)
|
68
|
-
activestorage (7.1.
|
69
|
-
actionpack (= 7.1.
|
70
|
-
activejob (= 7.1.
|
71
|
-
activerecord (= 7.1.
|
72
|
-
activesupport (= 7.1.
|
69
|
+
activestorage (7.1.5.1)
|
70
|
+
actionpack (= 7.1.5.1)
|
71
|
+
activejob (= 7.1.5.1)
|
72
|
+
activerecord (= 7.1.5.1)
|
73
|
+
activesupport (= 7.1.5.1)
|
73
74
|
marcel (~> 1.0)
|
74
|
-
activesupport (7.1.
|
75
|
+
activesupport (7.1.5.1)
|
75
76
|
base64
|
77
|
+
benchmark (>= 0.3)
|
76
78
|
bigdecimal
|
77
79
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
78
80
|
connection_pool (>= 2.2.5)
|
79
81
|
drb
|
80
82
|
i18n (>= 1.6, < 2)
|
83
|
+
logger (>= 1.4.2)
|
81
84
|
minitest (>= 5.1)
|
82
85
|
mutex_m
|
86
|
+
securerandom (>= 0.3)
|
83
87
|
tzinfo (~> 2.0)
|
84
88
|
addressable (2.8.7)
|
85
89
|
public_suffix (>= 2.0.2, < 7.0)
|
@@ -93,6 +97,7 @@ GEM
|
|
93
97
|
ice_nine (~> 0.11.0)
|
94
98
|
thread_safe (~> 0.3, >= 0.3.1)
|
95
99
|
base64 (0.2.0)
|
100
|
+
benchmark (0.4.0)
|
96
101
|
bigdecimal (3.1.8)
|
97
102
|
builder (3.3.0)
|
98
103
|
childprocess (5.1.0)
|
@@ -102,7 +107,7 @@ GEM
|
|
102
107
|
concurrent-ruby (1.3.4)
|
103
108
|
connection_pool (2.4.1)
|
104
109
|
crass (1.0.6)
|
105
|
-
date (3.
|
110
|
+
date (3.4.1)
|
106
111
|
descendants_tracker (0.0.4)
|
107
112
|
thread_safe (~> 0.3, >= 0.3.1)
|
108
113
|
diff-lcs (1.5.1)
|
@@ -150,17 +155,17 @@ GEM
|
|
150
155
|
i18n (1.14.5)
|
151
156
|
concurrent-ruby (~> 1.0)
|
152
157
|
ice_nine (0.11.2)
|
153
|
-
io-console (0.
|
154
|
-
irb (1.14.
|
158
|
+
io-console (0.8.0)
|
159
|
+
irb (1.14.2)
|
155
160
|
rdoc (>= 4.0.0)
|
156
161
|
reline (>= 0.4.2)
|
157
|
-
json (2.
|
162
|
+
json (2.9.0)
|
158
163
|
language_server-protocol (3.17.0.3)
|
159
164
|
launchy (3.0.1)
|
160
165
|
addressable (~> 2.8)
|
161
166
|
childprocess (~> 5.0)
|
162
167
|
logger (1.6.0)
|
163
|
-
loofah (2.
|
168
|
+
loofah (2.23.1)
|
164
169
|
crass (~> 1.0.2)
|
165
170
|
nokogiri (>= 1.12.0)
|
166
171
|
mail (2.8.1)
|
@@ -172,7 +177,7 @@ GEM
|
|
172
177
|
mini_mime (1.1.5)
|
173
178
|
minitest (5.25.0)
|
174
179
|
mutex_m (0.2.0)
|
175
|
-
net-imap (0.
|
180
|
+
net-imap (0.5.1)
|
176
181
|
date
|
177
182
|
net-protocol
|
178
183
|
net-pop (0.1.2)
|
@@ -181,50 +186,50 @@ GEM
|
|
181
186
|
timeout
|
182
187
|
net-smtp (0.5.0)
|
183
188
|
net-protocol
|
184
|
-
nio4r (2.7.
|
185
|
-
nokogiri (1.
|
189
|
+
nio4r (2.7.4)
|
190
|
+
nokogiri (1.17.2-arm64-darwin)
|
186
191
|
racc (~> 1.4)
|
187
|
-
parallel (1.26.
|
192
|
+
parallel (1.26.3)
|
188
193
|
parser (3.3.4.2)
|
189
194
|
ast (~> 2.4.1)
|
190
195
|
racc
|
191
196
|
path_expander (1.1.2)
|
192
|
-
psych (5.1
|
197
|
+
psych (5.2.1)
|
198
|
+
date
|
193
199
|
stringio
|
194
200
|
public_suffix (6.0.1)
|
195
201
|
racc (1.8.1)
|
196
|
-
rack (3.1.
|
202
|
+
rack (3.1.8)
|
197
203
|
rack-session (2.0.0)
|
198
204
|
rack (>= 3.0.0)
|
199
205
|
rack-test (2.1.0)
|
200
206
|
rack (>= 1.3)
|
201
|
-
rackup (2.1
|
207
|
+
rackup (2.2.1)
|
202
208
|
rack (>= 3)
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
activesupport (= 7.1.3.4)
|
209
|
+
rails (7.1.5.1)
|
210
|
+
actioncable (= 7.1.5.1)
|
211
|
+
actionmailbox (= 7.1.5.1)
|
212
|
+
actionmailer (= 7.1.5.1)
|
213
|
+
actionpack (= 7.1.5.1)
|
214
|
+
actiontext (= 7.1.5.1)
|
215
|
+
actionview (= 7.1.5.1)
|
216
|
+
activejob (= 7.1.5.1)
|
217
|
+
activemodel (= 7.1.5.1)
|
218
|
+
activerecord (= 7.1.5.1)
|
219
|
+
activestorage (= 7.1.5.1)
|
220
|
+
activesupport (= 7.1.5.1)
|
216
221
|
bundler (>= 1.15.0)
|
217
|
-
railties (= 7.1.
|
222
|
+
railties (= 7.1.5.1)
|
218
223
|
rails-dom-testing (2.2.0)
|
219
224
|
activesupport (>= 5.0.0)
|
220
225
|
minitest
|
221
226
|
nokogiri (>= 1.6)
|
222
|
-
rails-html-sanitizer (1.6.
|
227
|
+
rails-html-sanitizer (1.6.2)
|
223
228
|
loofah (~> 2.21)
|
224
|
-
nokogiri (
|
225
|
-
railties (7.1.
|
226
|
-
actionpack (= 7.1.
|
227
|
-
activesupport (= 7.1.
|
229
|
+
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
|
230
|
+
railties (7.1.5.1)
|
231
|
+
actionpack (= 7.1.5.1)
|
232
|
+
activesupport (= 7.1.5.1)
|
228
233
|
irb
|
229
234
|
rackup (>= 1.0.0)
|
230
235
|
rake (>= 12.2)
|
@@ -232,15 +237,15 @@ GEM
|
|
232
237
|
zeitwerk (~> 2.6)
|
233
238
|
rainbow (3.1.1)
|
234
239
|
rake (13.2.1)
|
235
|
-
rdoc (6.
|
240
|
+
rdoc (6.9.0)
|
236
241
|
psych (>= 4.0.0)
|
237
242
|
reek (6.3.0)
|
238
243
|
dry-schema (~> 1.13.0)
|
239
244
|
parser (~> 3.3.0)
|
240
245
|
rainbow (>= 2.0, < 4.0)
|
241
246
|
rexml (~> 3.1)
|
242
|
-
regexp_parser (2.9.
|
243
|
-
reline (0.5.
|
247
|
+
regexp_parser (2.9.3)
|
248
|
+
reline (0.5.12)
|
244
249
|
io-console (~> 0.5)
|
245
250
|
rexml (3.3.5)
|
246
251
|
strscan
|
@@ -257,25 +262,24 @@ GEM
|
|
257
262
|
diff-lcs (>= 1.2.0, < 2.0)
|
258
263
|
rspec-support (~> 3.13.0)
|
259
264
|
rspec-support (3.13.1)
|
260
|
-
rubocop (1.
|
265
|
+
rubocop (1.69.2)
|
261
266
|
json (~> 2.3)
|
262
267
|
language_server-protocol (>= 3.17.0)
|
263
268
|
parallel (~> 1.10)
|
264
269
|
parser (>= 3.3.0.2)
|
265
270
|
rainbow (>= 2.2.2, < 4.0)
|
266
|
-
regexp_parser (>= 2.
|
267
|
-
|
268
|
-
rubocop-ast (>= 1.31.1, < 2.0)
|
271
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
272
|
+
rubocop-ast (>= 1.36.2, < 2.0)
|
269
273
|
ruby-progressbar (~> 1.7)
|
270
|
-
unicode-display_width (>= 2.4.0, <
|
271
|
-
rubocop-ast (1.
|
274
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
275
|
+
rubocop-ast (1.37.0)
|
272
276
|
parser (>= 3.3.1.0)
|
273
|
-
rubocop-performance (1.
|
277
|
+
rubocop-performance (1.23.0)
|
274
278
|
rubocop (>= 1.48.1, < 2.0)
|
275
279
|
rubocop-ast (>= 1.31.1, < 2.0)
|
276
280
|
rubocop-rake (0.6.0)
|
277
281
|
rubocop (~> 1.0)
|
278
|
-
rubocop-rspec (3.0
|
282
|
+
rubocop-rspec (3.3.0)
|
279
283
|
rubocop (~> 1.61)
|
280
284
|
ruby-progressbar (1.13.0)
|
281
285
|
ruby_parser (3.21.1)
|
@@ -293,6 +297,7 @@ GEM
|
|
293
297
|
simplecov (>= 0.22.0)
|
294
298
|
tty-which (~> 0.5.0)
|
295
299
|
virtus (~> 2.0)
|
300
|
+
securerandom (0.4.0)
|
296
301
|
sexp_processor (4.17.2)
|
297
302
|
simplecov (0.22.0)
|
298
303
|
docile (~> 1.1)
|
@@ -300,37 +305,39 @@ GEM
|
|
300
305
|
simplecov_json_formatter (~> 0.1)
|
301
306
|
simplecov-html (0.12.3)
|
302
307
|
simplecov_json_formatter (0.1.4)
|
303
|
-
stringio (3.1.
|
308
|
+
stringio (3.1.2)
|
304
309
|
strscan (3.1.0)
|
305
310
|
thor (1.3.1)
|
306
311
|
thread_safe (0.3.6)
|
307
|
-
timeout (0.4.
|
312
|
+
timeout (0.4.2)
|
308
313
|
tty-which (0.5.0)
|
309
314
|
tzinfo (2.0.6)
|
310
315
|
concurrent-ruby (~> 1.0)
|
311
|
-
unicode-display_width (
|
316
|
+
unicode-display_width (3.1.2)
|
317
|
+
unicode-emoji (~> 4.0, >= 4.0.4)
|
318
|
+
unicode-emoji (4.0.4)
|
312
319
|
virtus (2.0.0)
|
313
320
|
axiom-types (~> 0.1)
|
314
321
|
coercible (~> 1.0)
|
315
322
|
descendants_tracker (~> 0.0, >= 0.0.3)
|
316
|
-
webrick (1.8.1)
|
317
323
|
websocket-driver (0.7.6)
|
318
324
|
websocket-extensions (>= 0.1.0)
|
319
325
|
websocket-extensions (0.1.5)
|
320
|
-
zeitwerk (2.
|
326
|
+
zeitwerk (2.7.1)
|
321
327
|
|
322
328
|
PLATFORMS
|
323
329
|
arm64-darwin-23
|
330
|
+
arm64-darwin-24
|
324
331
|
|
325
332
|
DEPENDENCIES
|
326
333
|
appraisal (~> 2.5)
|
327
|
-
rails (= 7.1.
|
334
|
+
rails (= 7.1.5.1)
|
328
335
|
rake (~> 13.2)
|
329
336
|
rspec (~> 3.13)
|
330
|
-
rubocop (~> 1.
|
331
|
-
rubocop-performance (~> 1.
|
337
|
+
rubocop (~> 1.69)
|
338
|
+
rubocop-performance (~> 1.23)
|
332
339
|
rubocop-rake (~> 0.6)
|
333
|
-
rubocop-rspec (~> 3.
|
340
|
+
rubocop-rspec (~> 3.3)
|
334
341
|
rubycritic (~> 4.9)
|
335
342
|
simplecov (~> 0.22)
|
336
343
|
tdc!
|
@@ -0,0 +1,353 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ..
|
3
|
+
specs:
|
4
|
+
tdc (1.1)
|
5
|
+
activesupport (>= 7.0, < 8.0)
|
6
|
+
zeitwerk (>= 2.7)
|
7
|
+
|
8
|
+
GEM
|
9
|
+
remote: https://rubygems.org/
|
10
|
+
specs:
|
11
|
+
actioncable (7.2.2.1)
|
12
|
+
actionpack (= 7.2.2.1)
|
13
|
+
activesupport (= 7.2.2.1)
|
14
|
+
nio4r (~> 2.0)
|
15
|
+
websocket-driver (>= 0.6.1)
|
16
|
+
zeitwerk (~> 2.6)
|
17
|
+
actionmailbox (7.2.2.1)
|
18
|
+
actionpack (= 7.2.2.1)
|
19
|
+
activejob (= 7.2.2.1)
|
20
|
+
activerecord (= 7.2.2.1)
|
21
|
+
activestorage (= 7.2.2.1)
|
22
|
+
activesupport (= 7.2.2.1)
|
23
|
+
mail (>= 2.8.0)
|
24
|
+
actionmailer (7.2.2.1)
|
25
|
+
actionpack (= 7.2.2.1)
|
26
|
+
actionview (= 7.2.2.1)
|
27
|
+
activejob (= 7.2.2.1)
|
28
|
+
activesupport (= 7.2.2.1)
|
29
|
+
mail (>= 2.8.0)
|
30
|
+
rails-dom-testing (~> 2.2)
|
31
|
+
actionpack (7.2.2.1)
|
32
|
+
actionview (= 7.2.2.1)
|
33
|
+
activesupport (= 7.2.2.1)
|
34
|
+
nokogiri (>= 1.8.5)
|
35
|
+
racc
|
36
|
+
rack (>= 2.2.4, < 3.2)
|
37
|
+
rack-session (>= 1.0.1)
|
38
|
+
rack-test (>= 0.6.3)
|
39
|
+
rails-dom-testing (~> 2.2)
|
40
|
+
rails-html-sanitizer (~> 1.6)
|
41
|
+
useragent (~> 0.16)
|
42
|
+
actiontext (7.2.2.1)
|
43
|
+
actionpack (= 7.2.2.1)
|
44
|
+
activerecord (= 7.2.2.1)
|
45
|
+
activestorage (= 7.2.2.1)
|
46
|
+
activesupport (= 7.2.2.1)
|
47
|
+
globalid (>= 0.6.0)
|
48
|
+
nokogiri (>= 1.8.5)
|
49
|
+
actionview (7.2.2.1)
|
50
|
+
activesupport (= 7.2.2.1)
|
51
|
+
builder (~> 3.1)
|
52
|
+
erubi (~> 1.11)
|
53
|
+
rails-dom-testing (~> 2.2)
|
54
|
+
rails-html-sanitizer (~> 1.6)
|
55
|
+
activejob (7.2.2.1)
|
56
|
+
activesupport (= 7.2.2.1)
|
57
|
+
globalid (>= 0.3.6)
|
58
|
+
activemodel (7.2.2.1)
|
59
|
+
activesupport (= 7.2.2.1)
|
60
|
+
activerecord (7.2.2.1)
|
61
|
+
activemodel (= 7.2.2.1)
|
62
|
+
activesupport (= 7.2.2.1)
|
63
|
+
timeout (>= 0.4.0)
|
64
|
+
activestorage (7.2.2.1)
|
65
|
+
actionpack (= 7.2.2.1)
|
66
|
+
activejob (= 7.2.2.1)
|
67
|
+
activerecord (= 7.2.2.1)
|
68
|
+
activesupport (= 7.2.2.1)
|
69
|
+
marcel (~> 1.0)
|
70
|
+
activesupport (7.2.2.1)
|
71
|
+
base64
|
72
|
+
benchmark (>= 0.3)
|
73
|
+
bigdecimal
|
74
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
75
|
+
connection_pool (>= 2.2.5)
|
76
|
+
drb
|
77
|
+
i18n (>= 1.6, < 2)
|
78
|
+
logger (>= 1.4.2)
|
79
|
+
minitest (>= 5.1)
|
80
|
+
securerandom (>= 0.3)
|
81
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
82
|
+
addressable (2.8.7)
|
83
|
+
public_suffix (>= 2.0.2, < 7.0)
|
84
|
+
appraisal (2.5.0)
|
85
|
+
bundler
|
86
|
+
rake
|
87
|
+
thor (>= 0.14.0)
|
88
|
+
ast (2.4.2)
|
89
|
+
axiom-types (0.1.1)
|
90
|
+
descendants_tracker (~> 0.0.4)
|
91
|
+
ice_nine (~> 0.11.0)
|
92
|
+
thread_safe (~> 0.3, >= 0.3.1)
|
93
|
+
base64 (0.2.0)
|
94
|
+
benchmark (0.4.0)
|
95
|
+
bigdecimal (3.1.8)
|
96
|
+
builder (3.3.0)
|
97
|
+
childprocess (5.1.0)
|
98
|
+
logger (~> 1.5)
|
99
|
+
coercible (1.0.0)
|
100
|
+
descendants_tracker (~> 0.0.1)
|
101
|
+
concurrent-ruby (1.3.4)
|
102
|
+
connection_pool (2.4.1)
|
103
|
+
crass (1.0.6)
|
104
|
+
date (3.4.1)
|
105
|
+
descendants_tracker (0.0.4)
|
106
|
+
thread_safe (~> 0.3, >= 0.3.1)
|
107
|
+
diff-lcs (1.5.1)
|
108
|
+
docile (1.4.1)
|
109
|
+
drb (2.2.1)
|
110
|
+
dry-configurable (1.2.0)
|
111
|
+
dry-core (~> 1.0, < 2)
|
112
|
+
zeitwerk (~> 2.6)
|
113
|
+
dry-core (1.0.2)
|
114
|
+
concurrent-ruby (~> 1.0)
|
115
|
+
logger
|
116
|
+
zeitwerk (~> 2.6)
|
117
|
+
dry-inflector (1.1.0)
|
118
|
+
dry-initializer (3.1.1)
|
119
|
+
dry-logic (1.5.0)
|
120
|
+
concurrent-ruby (~> 1.0)
|
121
|
+
dry-core (~> 1.0, < 2)
|
122
|
+
zeitwerk (~> 2.6)
|
123
|
+
dry-schema (1.13.4)
|
124
|
+
concurrent-ruby (~> 1.0)
|
125
|
+
dry-configurable (~> 1.0, >= 1.0.1)
|
126
|
+
dry-core (~> 1.0, < 2)
|
127
|
+
dry-initializer (~> 3.0)
|
128
|
+
dry-logic (>= 1.4, < 2)
|
129
|
+
dry-types (>= 1.7, < 2)
|
130
|
+
zeitwerk (~> 2.6)
|
131
|
+
dry-types (1.7.2)
|
132
|
+
bigdecimal (~> 3.0)
|
133
|
+
concurrent-ruby (~> 1.0)
|
134
|
+
dry-core (~> 1.0)
|
135
|
+
dry-inflector (~> 1.0)
|
136
|
+
dry-logic (~> 1.4)
|
137
|
+
zeitwerk (~> 2.6)
|
138
|
+
erubi (1.13.0)
|
139
|
+
flay (2.13.3)
|
140
|
+
erubi (~> 1.10)
|
141
|
+
path_expander (~> 1.0)
|
142
|
+
ruby_parser (~> 3.0)
|
143
|
+
sexp_processor (~> 4.0)
|
144
|
+
flog (4.8.0)
|
145
|
+
path_expander (~> 1.0)
|
146
|
+
ruby_parser (~> 3.1, > 3.1.0)
|
147
|
+
sexp_processor (~> 4.8)
|
148
|
+
globalid (1.2.1)
|
149
|
+
activesupport (>= 6.1)
|
150
|
+
i18n (1.14.6)
|
151
|
+
concurrent-ruby (~> 1.0)
|
152
|
+
ice_nine (0.11.2)
|
153
|
+
io-console (0.8.0)
|
154
|
+
irb (1.14.2)
|
155
|
+
rdoc (>= 4.0.0)
|
156
|
+
reline (>= 0.4.2)
|
157
|
+
json (2.9.0)
|
158
|
+
language_server-protocol (3.17.0.3)
|
159
|
+
launchy (3.0.1)
|
160
|
+
addressable (~> 2.8)
|
161
|
+
childprocess (~> 5.0)
|
162
|
+
logger (1.6.3)
|
163
|
+
loofah (2.23.1)
|
164
|
+
crass (~> 1.0.2)
|
165
|
+
nokogiri (>= 1.12.0)
|
166
|
+
mail (2.8.1)
|
167
|
+
mini_mime (>= 0.1.1)
|
168
|
+
net-imap
|
169
|
+
net-pop
|
170
|
+
net-smtp
|
171
|
+
marcel (1.0.4)
|
172
|
+
mini_mime (1.1.5)
|
173
|
+
minitest (5.25.4)
|
174
|
+
net-imap (0.5.1)
|
175
|
+
date
|
176
|
+
net-protocol
|
177
|
+
net-pop (0.1.2)
|
178
|
+
net-protocol
|
179
|
+
net-protocol (0.2.2)
|
180
|
+
timeout
|
181
|
+
net-smtp (0.5.0)
|
182
|
+
net-protocol
|
183
|
+
nio4r (2.7.4)
|
184
|
+
nokogiri (1.17.2-aarch64-linux)
|
185
|
+
racc (~> 1.4)
|
186
|
+
nokogiri (1.17.2-arm-linux)
|
187
|
+
racc (~> 1.4)
|
188
|
+
nokogiri (1.17.2-arm64-darwin)
|
189
|
+
racc (~> 1.4)
|
190
|
+
nokogiri (1.17.2-x86-linux)
|
191
|
+
racc (~> 1.4)
|
192
|
+
nokogiri (1.17.2-x86_64-darwin)
|
193
|
+
racc (~> 1.4)
|
194
|
+
nokogiri (1.17.2-x86_64-linux)
|
195
|
+
racc (~> 1.4)
|
196
|
+
parallel (1.26.3)
|
197
|
+
parser (3.3.6.0)
|
198
|
+
ast (~> 2.4.1)
|
199
|
+
racc
|
200
|
+
path_expander (1.1.3)
|
201
|
+
psych (5.2.1)
|
202
|
+
date
|
203
|
+
stringio
|
204
|
+
public_suffix (6.0.1)
|
205
|
+
racc (1.8.1)
|
206
|
+
rack (3.1.8)
|
207
|
+
rack-session (2.0.0)
|
208
|
+
rack (>= 3.0.0)
|
209
|
+
rack-test (2.1.0)
|
210
|
+
rack (>= 1.3)
|
211
|
+
rackup (2.2.1)
|
212
|
+
rack (>= 3)
|
213
|
+
rails (7.2.2.1)
|
214
|
+
actioncable (= 7.2.2.1)
|
215
|
+
actionmailbox (= 7.2.2.1)
|
216
|
+
actionmailer (= 7.2.2.1)
|
217
|
+
actionpack (= 7.2.2.1)
|
218
|
+
actiontext (= 7.2.2.1)
|
219
|
+
actionview (= 7.2.2.1)
|
220
|
+
activejob (= 7.2.2.1)
|
221
|
+
activemodel (= 7.2.2.1)
|
222
|
+
activerecord (= 7.2.2.1)
|
223
|
+
activestorage (= 7.2.2.1)
|
224
|
+
activesupport (= 7.2.2.1)
|
225
|
+
bundler (>= 1.15.0)
|
226
|
+
railties (= 7.2.2.1)
|
227
|
+
rails-dom-testing (2.2.0)
|
228
|
+
activesupport (>= 5.0.0)
|
229
|
+
minitest
|
230
|
+
nokogiri (>= 1.6)
|
231
|
+
rails-html-sanitizer (1.6.2)
|
232
|
+
loofah (~> 2.21)
|
233
|
+
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
|
234
|
+
railties (7.2.2.1)
|
235
|
+
actionpack (= 7.2.2.1)
|
236
|
+
activesupport (= 7.2.2.1)
|
237
|
+
irb (~> 1.13)
|
238
|
+
rackup (>= 1.0.0)
|
239
|
+
rake (>= 12.2)
|
240
|
+
thor (~> 1.0, >= 1.2.2)
|
241
|
+
zeitwerk (~> 2.6)
|
242
|
+
rainbow (3.1.1)
|
243
|
+
rake (13.2.1)
|
244
|
+
rdoc (6.9.0)
|
245
|
+
psych (>= 4.0.0)
|
246
|
+
reek (6.3.0)
|
247
|
+
dry-schema (~> 1.13.0)
|
248
|
+
parser (~> 3.3.0)
|
249
|
+
rainbow (>= 2.0, < 4.0)
|
250
|
+
rexml (~> 3.1)
|
251
|
+
regexp_parser (2.9.3)
|
252
|
+
reline (0.5.12)
|
253
|
+
io-console (~> 0.5)
|
254
|
+
rexml (3.4.0)
|
255
|
+
rspec (3.13.0)
|
256
|
+
rspec-core (~> 3.13.0)
|
257
|
+
rspec-expectations (~> 3.13.0)
|
258
|
+
rspec-mocks (~> 3.13.0)
|
259
|
+
rspec-core (3.13.2)
|
260
|
+
rspec-support (~> 3.13.0)
|
261
|
+
rspec-expectations (3.13.3)
|
262
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
263
|
+
rspec-support (~> 3.13.0)
|
264
|
+
rspec-mocks (3.13.2)
|
265
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
266
|
+
rspec-support (~> 3.13.0)
|
267
|
+
rspec-support (3.13.2)
|
268
|
+
rubocop (1.69.2)
|
269
|
+
json (~> 2.3)
|
270
|
+
language_server-protocol (>= 3.17.0)
|
271
|
+
parallel (~> 1.10)
|
272
|
+
parser (>= 3.3.0.2)
|
273
|
+
rainbow (>= 2.2.2, < 4.0)
|
274
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
275
|
+
rubocop-ast (>= 1.36.2, < 2.0)
|
276
|
+
ruby-progressbar (~> 1.7)
|
277
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
278
|
+
rubocop-ast (1.37.0)
|
279
|
+
parser (>= 3.3.1.0)
|
280
|
+
rubocop-performance (1.23.0)
|
281
|
+
rubocop (>= 1.48.1, < 2.0)
|
282
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
283
|
+
rubocop-rake (0.6.0)
|
284
|
+
rubocop (~> 1.0)
|
285
|
+
rubocop-rspec (3.3.0)
|
286
|
+
rubocop (~> 1.61)
|
287
|
+
ruby-progressbar (1.13.0)
|
288
|
+
ruby_parser (3.21.1)
|
289
|
+
racc (~> 1.5)
|
290
|
+
sexp_processor (~> 4.16)
|
291
|
+
rubycritic (4.9.0)
|
292
|
+
flay (~> 2.13)
|
293
|
+
flog (~> 4.7)
|
294
|
+
launchy (>= 2.5.2)
|
295
|
+
parser (>= 3.2.2.1)
|
296
|
+
rainbow (~> 3.1.1)
|
297
|
+
reek (~> 6.0, < 7.0)
|
298
|
+
rexml
|
299
|
+
ruby_parser (~> 3.20)
|
300
|
+
simplecov (>= 0.22.0)
|
301
|
+
tty-which (~> 0.5.0)
|
302
|
+
virtus (~> 2.0)
|
303
|
+
securerandom (0.4.0)
|
304
|
+
sexp_processor (4.17.3)
|
305
|
+
simplecov (0.22.0)
|
306
|
+
docile (~> 1.1)
|
307
|
+
simplecov-html (~> 0.11)
|
308
|
+
simplecov_json_formatter (~> 0.1)
|
309
|
+
simplecov-html (0.13.1)
|
310
|
+
simplecov_json_formatter (0.1.4)
|
311
|
+
stringio (3.1.2)
|
312
|
+
thor (1.3.2)
|
313
|
+
thread_safe (0.3.6)
|
314
|
+
timeout (0.4.2)
|
315
|
+
tty-which (0.5.0)
|
316
|
+
tzinfo (2.0.6)
|
317
|
+
concurrent-ruby (~> 1.0)
|
318
|
+
unicode-display_width (3.1.2)
|
319
|
+
unicode-emoji (~> 4.0, >= 4.0.4)
|
320
|
+
unicode-emoji (4.0.4)
|
321
|
+
useragent (0.16.11)
|
322
|
+
virtus (2.0.0)
|
323
|
+
axiom-types (~> 0.1)
|
324
|
+
coercible (~> 1.0)
|
325
|
+
descendants_tracker (~> 0.0, >= 0.0.3)
|
326
|
+
websocket-driver (0.7.6)
|
327
|
+
websocket-extensions (>= 0.1.0)
|
328
|
+
websocket-extensions (0.1.5)
|
329
|
+
zeitwerk (2.7.1)
|
330
|
+
|
331
|
+
PLATFORMS
|
332
|
+
aarch64-linux
|
333
|
+
arm-linux
|
334
|
+
arm64-darwin
|
335
|
+
x86-linux
|
336
|
+
x86_64-darwin
|
337
|
+
x86_64-linux
|
338
|
+
|
339
|
+
DEPENDENCIES
|
340
|
+
appraisal (~> 2.5)
|
341
|
+
rails (= 7.2.2.1)
|
342
|
+
rake (~> 13.2)
|
343
|
+
rspec (~> 3.13)
|
344
|
+
rubocop (~> 1.69)
|
345
|
+
rubocop-performance (~> 1.23)
|
346
|
+
rubocop-rake (~> 0.6)
|
347
|
+
rubocop-rspec (~> 3.3)
|
348
|
+
rubycritic (~> 4.9)
|
349
|
+
simplecov (~> 0.22)
|
350
|
+
tdc!
|
351
|
+
|
352
|
+
BUNDLED WITH
|
353
|
+
2.5.23
|
data/lib/tdc/version.rb
CHANGED
data/lib/tdc.rb
CHANGED
@@ -4,53 +4,15 @@ require "yaml"
|
|
4
4
|
require "active_support"
|
5
5
|
require "active_support/concern"
|
6
6
|
require "active_support/core_ext"
|
7
|
+
require "zeitwerk"
|
7
8
|
|
8
|
-
|
9
|
-
|
10
|
-
# Definition Resolvers
|
11
|
-
require "tdc/definition_resolvers"
|
12
|
-
require "tdc/definition_resolvers/definition_resolver"
|
13
|
-
require "tdc/definition_resolvers/tag_resolver"
|
14
|
-
|
15
|
-
# Tdc Errors
|
16
|
-
require "tdc/fatal_error"
|
17
|
-
require "tdc/missing_override_error"
|
18
|
-
|
19
|
-
# Extended Attributes
|
20
|
-
require "tdc/extended_attributes"
|
21
|
-
require "tdc/extended_attributes/interpreter_base"
|
22
|
-
require "tdc/extended_attributes/default_interpreter"
|
23
|
-
require "tdc/extended_attributes/interpreter_registry"
|
24
|
-
|
25
|
-
# Data Definition Hierarchy
|
26
|
-
require "tdc/data_definition"
|
27
|
-
require "tdc/data_definition_file_reader"
|
28
|
-
require "tdc/in_memory_data_definition"
|
29
|
-
require "tdc/with_indifferent_access_decorator"
|
30
|
-
|
31
|
-
# Generators
|
32
|
-
require "tdc/generators"
|
33
|
-
require "tdc/generators/catalog_entries"
|
34
|
-
require "tdc/generators/generation_context"
|
35
|
-
|
36
|
-
# Generator Concerns
|
37
|
-
require "tdc/generators/definition_resolvable"
|
38
|
-
require "tdc/generators/definition_sourcable"
|
39
|
-
|
40
|
-
# Generator Hierarchy
|
41
|
-
require "tdc/generators/generator_base"
|
42
|
-
require "tdc/generators/standard_generator"
|
43
|
-
|
44
|
-
# YAML Readers
|
45
|
-
require "tdc/yaml_readers"
|
46
|
-
require "tdc/yaml_readers/null_yaml_reader"
|
47
|
-
require "tdc/yaml_readers/yaml_reader_base"
|
48
|
-
require "tdc/yaml_readers/yaml_reader"
|
49
|
-
require "tdc/yaml_readers/yaml_reader_with_expansion"
|
50
|
-
require "tdc/yaml_readers/yaml_reader_factory"
|
9
|
+
loader = Zeitwerk::Loader.for_gem
|
10
|
+
loader.setup
|
51
11
|
|
52
12
|
#
|
53
13
|
# A framework for building a Test Data Catalog
|
54
14
|
#
|
55
15
|
module Tdc
|
56
16
|
end
|
17
|
+
|
18
|
+
loader.eager_load
|
data/tdc.gemspec
CHANGED
@@ -28,15 +28,16 @@ Gem::Specification.new do |spec|
|
|
28
28
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
29
29
|
spec.require_paths = ["lib"]
|
30
30
|
|
31
|
-
spec.add_dependency "activesupport", ">= 7.0", "<
|
31
|
+
spec.add_dependency "activesupport", ">= 7.0", "< 8.0"
|
32
|
+
spec.add_dependency "zeitwerk", ">= 2.7"
|
32
33
|
|
33
34
|
spec.add_development_dependency "appraisal", "~> 2.5"
|
34
35
|
spec.add_development_dependency "rake", "~> 13.2"
|
35
36
|
spec.add_development_dependency "rspec", "~> 3.13"
|
36
|
-
spec.add_development_dependency "rubocop", "~> 1.
|
37
|
-
spec.add_development_dependency "rubocop-performance", "~> 1.
|
37
|
+
spec.add_development_dependency "rubocop", "~> 1.69"
|
38
|
+
spec.add_development_dependency "rubocop-performance", "~> 1.23"
|
38
39
|
spec.add_development_dependency "rubocop-rake", "~> 0.6"
|
39
|
-
spec.add_development_dependency "rubocop-rspec", "~> 3.
|
40
|
+
spec.add_development_dependency "rubocop-rspec", "~> 3.3"
|
40
41
|
spec.add_development_dependency "rubycritic", "~> 4.9"
|
41
42
|
spec.add_development_dependency "simplecov", "~> 0.22"
|
42
43
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tdc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '1.
|
4
|
+
version: '1.1'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alistair McKinnell
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-12-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '7.0'
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: '
|
22
|
+
version: '8.0'
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,21 @@ dependencies:
|
|
29
29
|
version: '7.0'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: '
|
32
|
+
version: '8.0'
|
33
|
+
- !ruby/object:Gem::Dependency
|
34
|
+
name: zeitwerk
|
35
|
+
requirement: !ruby/object:Gem::Requirement
|
36
|
+
requirements:
|
37
|
+
- - ">="
|
38
|
+
- !ruby/object:Gem::Version
|
39
|
+
version: '2.7'
|
40
|
+
type: :runtime
|
41
|
+
prerelease: false
|
42
|
+
version_requirements: !ruby/object:Gem::Requirement
|
43
|
+
requirements:
|
44
|
+
- - ">="
|
45
|
+
- !ruby/object:Gem::Version
|
46
|
+
version: '2.7'
|
33
47
|
- !ruby/object:Gem::Dependency
|
34
48
|
name: appraisal
|
35
49
|
requirement: !ruby/object:Gem::Requirement
|
@@ -78,28 +92,28 @@ dependencies:
|
|
78
92
|
requirements:
|
79
93
|
- - "~>"
|
80
94
|
- !ruby/object:Gem::Version
|
81
|
-
version: '1.
|
95
|
+
version: '1.69'
|
82
96
|
type: :development
|
83
97
|
prerelease: false
|
84
98
|
version_requirements: !ruby/object:Gem::Requirement
|
85
99
|
requirements:
|
86
100
|
- - "~>"
|
87
101
|
- !ruby/object:Gem::Version
|
88
|
-
version: '1.
|
102
|
+
version: '1.69'
|
89
103
|
- !ruby/object:Gem::Dependency
|
90
104
|
name: rubocop-performance
|
91
105
|
requirement: !ruby/object:Gem::Requirement
|
92
106
|
requirements:
|
93
107
|
- - "~>"
|
94
108
|
- !ruby/object:Gem::Version
|
95
|
-
version: '1.
|
109
|
+
version: '1.23'
|
96
110
|
type: :development
|
97
111
|
prerelease: false
|
98
112
|
version_requirements: !ruby/object:Gem::Requirement
|
99
113
|
requirements:
|
100
114
|
- - "~>"
|
101
115
|
- !ruby/object:Gem::Version
|
102
|
-
version: '1.
|
116
|
+
version: '1.23'
|
103
117
|
- !ruby/object:Gem::Dependency
|
104
118
|
name: rubocop-rake
|
105
119
|
requirement: !ruby/object:Gem::Requirement
|
@@ -120,14 +134,14 @@ dependencies:
|
|
120
134
|
requirements:
|
121
135
|
- - "~>"
|
122
136
|
- !ruby/object:Gem::Version
|
123
|
-
version: '3.
|
137
|
+
version: '3.3'
|
124
138
|
type: :development
|
125
139
|
prerelease: false
|
126
140
|
version_requirements: !ruby/object:Gem::Requirement
|
127
141
|
requirements:
|
128
142
|
- - "~>"
|
129
143
|
- !ruby/object:Gem::Version
|
130
|
-
version: '3.
|
144
|
+
version: '3.3'
|
131
145
|
- !ruby/object:Gem::Dependency
|
132
146
|
name: rubycritic
|
133
147
|
requirement: !ruby/object:Gem::Requirement
|
@@ -180,6 +194,8 @@ files:
|
|
180
194
|
- gemfiles/rails_7.gemfile.lock
|
181
195
|
- gemfiles/rails_7_1.gemfile
|
182
196
|
- gemfiles/rails_7_1.gemfile.lock
|
197
|
+
- gemfiles/rails_7_2.gemfile
|
198
|
+
- gemfiles/rails_7_2.gemfile.lock
|
183
199
|
- images/Tdc.png
|
184
200
|
- lib/tdc.rb
|
185
201
|
- lib/tdc/data_definition.rb
|
@@ -233,7 +249,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
233
249
|
- !ruby/object:Gem::Version
|
234
250
|
version: '0'
|
235
251
|
requirements: []
|
236
|
-
rubygems_version: 3.5.
|
252
|
+
rubygems_version: 3.5.23
|
237
253
|
signing_key:
|
238
254
|
specification_version: 4
|
239
255
|
summary: A simple framework for creating a Test Data Catalog
|