tdc 0.6.1 → 1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +7 -1
- data/.ruby-version +1 -1
- data/Appraisals +4 -4
- data/CHANGELOG.md +15 -1
- data/gemfiles/rails_7.gemfile +1 -1
- data/gemfiles/rails_7.gemfile.lock +192 -156
- data/gemfiles/{rails_6_1.gemfile → rails_7_1.gemfile} +1 -1
- data/gemfiles/rails_7_1.gemfile.lock +339 -0
- data/lib/tdc/definition_resolvers/tag_resolver.rb +2 -0
- data/lib/tdc/generators/catalog_entries.rb +1 -1
- data/lib/tdc/version.rb +1 -1
- data/tdc.gemspec +9 -10
- metadata +24 -25
- data/gemfiles/rails_6_1.gemfile.lock +0 -274
@@ -0,0 +1,339 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ..
|
3
|
+
specs:
|
4
|
+
tdc (1.0)
|
5
|
+
activesupport (>= 7.0, < 7.2)
|
6
|
+
|
7
|
+
GEM
|
8
|
+
remote: https://rubygems.org/
|
9
|
+
specs:
|
10
|
+
actioncable (7.1.3.4)
|
11
|
+
actionpack (= 7.1.3.4)
|
12
|
+
activesupport (= 7.1.3.4)
|
13
|
+
nio4r (~> 2.0)
|
14
|
+
websocket-driver (>= 0.6.1)
|
15
|
+
zeitwerk (~> 2.6)
|
16
|
+
actionmailbox (7.1.3.4)
|
17
|
+
actionpack (= 7.1.3.4)
|
18
|
+
activejob (= 7.1.3.4)
|
19
|
+
activerecord (= 7.1.3.4)
|
20
|
+
activestorage (= 7.1.3.4)
|
21
|
+
activesupport (= 7.1.3.4)
|
22
|
+
mail (>= 2.7.1)
|
23
|
+
net-imap
|
24
|
+
net-pop
|
25
|
+
net-smtp
|
26
|
+
actionmailer (7.1.3.4)
|
27
|
+
actionpack (= 7.1.3.4)
|
28
|
+
actionview (= 7.1.3.4)
|
29
|
+
activejob (= 7.1.3.4)
|
30
|
+
activesupport (= 7.1.3.4)
|
31
|
+
mail (~> 2.5, >= 2.5.4)
|
32
|
+
net-imap
|
33
|
+
net-pop
|
34
|
+
net-smtp
|
35
|
+
rails-dom-testing (~> 2.2)
|
36
|
+
actionpack (7.1.3.4)
|
37
|
+
actionview (= 7.1.3.4)
|
38
|
+
activesupport (= 7.1.3.4)
|
39
|
+
nokogiri (>= 1.8.5)
|
40
|
+
racc
|
41
|
+
rack (>= 2.2.4)
|
42
|
+
rack-session (>= 1.0.1)
|
43
|
+
rack-test (>= 0.6.3)
|
44
|
+
rails-dom-testing (~> 2.2)
|
45
|
+
rails-html-sanitizer (~> 1.6)
|
46
|
+
actiontext (7.1.3.4)
|
47
|
+
actionpack (= 7.1.3.4)
|
48
|
+
activerecord (= 7.1.3.4)
|
49
|
+
activestorage (= 7.1.3.4)
|
50
|
+
activesupport (= 7.1.3.4)
|
51
|
+
globalid (>= 0.6.0)
|
52
|
+
nokogiri (>= 1.8.5)
|
53
|
+
actionview (7.1.3.4)
|
54
|
+
activesupport (= 7.1.3.4)
|
55
|
+
builder (~> 3.1)
|
56
|
+
erubi (~> 1.11)
|
57
|
+
rails-dom-testing (~> 2.2)
|
58
|
+
rails-html-sanitizer (~> 1.6)
|
59
|
+
activejob (7.1.3.4)
|
60
|
+
activesupport (= 7.1.3.4)
|
61
|
+
globalid (>= 0.3.6)
|
62
|
+
activemodel (7.1.3.4)
|
63
|
+
activesupport (= 7.1.3.4)
|
64
|
+
activerecord (7.1.3.4)
|
65
|
+
activemodel (= 7.1.3.4)
|
66
|
+
activesupport (= 7.1.3.4)
|
67
|
+
timeout (>= 0.4.0)
|
68
|
+
activestorage (7.1.3.4)
|
69
|
+
actionpack (= 7.1.3.4)
|
70
|
+
activejob (= 7.1.3.4)
|
71
|
+
activerecord (= 7.1.3.4)
|
72
|
+
activesupport (= 7.1.3.4)
|
73
|
+
marcel (~> 1.0)
|
74
|
+
activesupport (7.1.3.4)
|
75
|
+
base64
|
76
|
+
bigdecimal
|
77
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
78
|
+
connection_pool (>= 2.2.5)
|
79
|
+
drb
|
80
|
+
i18n (>= 1.6, < 2)
|
81
|
+
minitest (>= 5.1)
|
82
|
+
mutex_m
|
83
|
+
tzinfo (~> 2.0)
|
84
|
+
addressable (2.8.7)
|
85
|
+
public_suffix (>= 2.0.2, < 7.0)
|
86
|
+
appraisal (2.5.0)
|
87
|
+
bundler
|
88
|
+
rake
|
89
|
+
thor (>= 0.14.0)
|
90
|
+
ast (2.4.2)
|
91
|
+
axiom-types (0.1.1)
|
92
|
+
descendants_tracker (~> 0.0.4)
|
93
|
+
ice_nine (~> 0.11.0)
|
94
|
+
thread_safe (~> 0.3, >= 0.3.1)
|
95
|
+
base64 (0.2.0)
|
96
|
+
bigdecimal (3.1.8)
|
97
|
+
builder (3.3.0)
|
98
|
+
childprocess (5.1.0)
|
99
|
+
logger (~> 1.5)
|
100
|
+
coercible (1.0.0)
|
101
|
+
descendants_tracker (~> 0.0.1)
|
102
|
+
concurrent-ruby (1.3.4)
|
103
|
+
connection_pool (2.4.1)
|
104
|
+
crass (1.0.6)
|
105
|
+
date (3.3.4)
|
106
|
+
descendants_tracker (0.0.4)
|
107
|
+
thread_safe (~> 0.3, >= 0.3.1)
|
108
|
+
diff-lcs (1.5.1)
|
109
|
+
docile (1.4.1)
|
110
|
+
drb (2.2.1)
|
111
|
+
dry-configurable (1.2.0)
|
112
|
+
dry-core (~> 1.0, < 2)
|
113
|
+
zeitwerk (~> 2.6)
|
114
|
+
dry-core (1.0.1)
|
115
|
+
concurrent-ruby (~> 1.0)
|
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.5)
|
151
|
+
concurrent-ruby (~> 1.0)
|
152
|
+
ice_nine (0.11.2)
|
153
|
+
io-console (0.7.2)
|
154
|
+
irb (1.14.0)
|
155
|
+
rdoc (>= 4.0.0)
|
156
|
+
reline (>= 0.4.2)
|
157
|
+
json (2.7.2)
|
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.0)
|
163
|
+
loofah (2.22.0)
|
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.0)
|
174
|
+
mutex_m (0.2.0)
|
175
|
+
net-imap (0.4.14)
|
176
|
+
date
|
177
|
+
net-protocol
|
178
|
+
net-pop (0.1.2)
|
179
|
+
net-protocol
|
180
|
+
net-protocol (0.2.2)
|
181
|
+
timeout
|
182
|
+
net-smtp (0.5.0)
|
183
|
+
net-protocol
|
184
|
+
nio4r (2.7.3)
|
185
|
+
nokogiri (1.16.7-arm64-darwin)
|
186
|
+
racc (~> 1.4)
|
187
|
+
parallel (1.26.2)
|
188
|
+
parser (3.3.4.2)
|
189
|
+
ast (~> 2.4.1)
|
190
|
+
racc
|
191
|
+
path_expander (1.1.2)
|
192
|
+
psych (5.1.2)
|
193
|
+
stringio
|
194
|
+
public_suffix (6.0.1)
|
195
|
+
racc (1.8.1)
|
196
|
+
rack (3.1.7)
|
197
|
+
rack-session (2.0.0)
|
198
|
+
rack (>= 3.0.0)
|
199
|
+
rack-test (2.1.0)
|
200
|
+
rack (>= 1.3)
|
201
|
+
rackup (2.1.0)
|
202
|
+
rack (>= 3)
|
203
|
+
webrick (~> 1.8)
|
204
|
+
rails (7.1.3.4)
|
205
|
+
actioncable (= 7.1.3.4)
|
206
|
+
actionmailbox (= 7.1.3.4)
|
207
|
+
actionmailer (= 7.1.3.4)
|
208
|
+
actionpack (= 7.1.3.4)
|
209
|
+
actiontext (= 7.1.3.4)
|
210
|
+
actionview (= 7.1.3.4)
|
211
|
+
activejob (= 7.1.3.4)
|
212
|
+
activemodel (= 7.1.3.4)
|
213
|
+
activerecord (= 7.1.3.4)
|
214
|
+
activestorage (= 7.1.3.4)
|
215
|
+
activesupport (= 7.1.3.4)
|
216
|
+
bundler (>= 1.15.0)
|
217
|
+
railties (= 7.1.3.4)
|
218
|
+
rails-dom-testing (2.2.0)
|
219
|
+
activesupport (>= 5.0.0)
|
220
|
+
minitest
|
221
|
+
nokogiri (>= 1.6)
|
222
|
+
rails-html-sanitizer (1.6.0)
|
223
|
+
loofah (~> 2.21)
|
224
|
+
nokogiri (~> 1.14)
|
225
|
+
railties (7.1.3.4)
|
226
|
+
actionpack (= 7.1.3.4)
|
227
|
+
activesupport (= 7.1.3.4)
|
228
|
+
irb
|
229
|
+
rackup (>= 1.0.0)
|
230
|
+
rake (>= 12.2)
|
231
|
+
thor (~> 1.0, >= 1.2.2)
|
232
|
+
zeitwerk (~> 2.6)
|
233
|
+
rainbow (3.1.1)
|
234
|
+
rake (13.2.1)
|
235
|
+
rdoc (6.7.0)
|
236
|
+
psych (>= 4.0.0)
|
237
|
+
reek (6.3.0)
|
238
|
+
dry-schema (~> 1.13.0)
|
239
|
+
parser (~> 3.3.0)
|
240
|
+
rainbow (>= 2.0, < 4.0)
|
241
|
+
rexml (~> 3.1)
|
242
|
+
regexp_parser (2.9.2)
|
243
|
+
reline (0.5.9)
|
244
|
+
io-console (~> 0.5)
|
245
|
+
rexml (3.3.5)
|
246
|
+
strscan
|
247
|
+
rspec (3.13.0)
|
248
|
+
rspec-core (~> 3.13.0)
|
249
|
+
rspec-expectations (~> 3.13.0)
|
250
|
+
rspec-mocks (~> 3.13.0)
|
251
|
+
rspec-core (3.13.0)
|
252
|
+
rspec-support (~> 3.13.0)
|
253
|
+
rspec-expectations (3.13.1)
|
254
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
255
|
+
rspec-support (~> 3.13.0)
|
256
|
+
rspec-mocks (3.13.1)
|
257
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
258
|
+
rspec-support (~> 3.13.0)
|
259
|
+
rspec-support (3.13.1)
|
260
|
+
rubocop (1.65.1)
|
261
|
+
json (~> 2.3)
|
262
|
+
language_server-protocol (>= 3.17.0)
|
263
|
+
parallel (~> 1.10)
|
264
|
+
parser (>= 3.3.0.2)
|
265
|
+
rainbow (>= 2.2.2, < 4.0)
|
266
|
+
regexp_parser (>= 2.4, < 3.0)
|
267
|
+
rexml (>= 3.2.5, < 4.0)
|
268
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
269
|
+
ruby-progressbar (~> 1.7)
|
270
|
+
unicode-display_width (>= 2.4.0, < 3.0)
|
271
|
+
rubocop-ast (1.32.0)
|
272
|
+
parser (>= 3.3.1.0)
|
273
|
+
rubocop-performance (1.21.1)
|
274
|
+
rubocop (>= 1.48.1, < 2.0)
|
275
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
276
|
+
rubocop-rake (0.6.0)
|
277
|
+
rubocop (~> 1.0)
|
278
|
+
rubocop-rspec (3.0.4)
|
279
|
+
rubocop (~> 1.61)
|
280
|
+
ruby-progressbar (1.13.0)
|
281
|
+
ruby_parser (3.21.1)
|
282
|
+
racc (~> 1.5)
|
283
|
+
sexp_processor (~> 4.16)
|
284
|
+
rubycritic (4.9.0)
|
285
|
+
flay (~> 2.13)
|
286
|
+
flog (~> 4.7)
|
287
|
+
launchy (>= 2.5.2)
|
288
|
+
parser (>= 3.2.2.1)
|
289
|
+
rainbow (~> 3.1.1)
|
290
|
+
reek (~> 6.0, < 7.0)
|
291
|
+
rexml
|
292
|
+
ruby_parser (~> 3.20)
|
293
|
+
simplecov (>= 0.22.0)
|
294
|
+
tty-which (~> 0.5.0)
|
295
|
+
virtus (~> 2.0)
|
296
|
+
sexp_processor (4.17.2)
|
297
|
+
simplecov (0.22.0)
|
298
|
+
docile (~> 1.1)
|
299
|
+
simplecov-html (~> 0.11)
|
300
|
+
simplecov_json_formatter (~> 0.1)
|
301
|
+
simplecov-html (0.12.3)
|
302
|
+
simplecov_json_formatter (0.1.4)
|
303
|
+
stringio (3.1.1)
|
304
|
+
strscan (3.1.0)
|
305
|
+
thor (1.3.1)
|
306
|
+
thread_safe (0.3.6)
|
307
|
+
timeout (0.4.1)
|
308
|
+
tty-which (0.5.0)
|
309
|
+
tzinfo (2.0.6)
|
310
|
+
concurrent-ruby (~> 1.0)
|
311
|
+
unicode-display_width (2.5.0)
|
312
|
+
virtus (2.0.0)
|
313
|
+
axiom-types (~> 0.1)
|
314
|
+
coercible (~> 1.0)
|
315
|
+
descendants_tracker (~> 0.0, >= 0.0.3)
|
316
|
+
webrick (1.8.1)
|
317
|
+
websocket-driver (0.7.6)
|
318
|
+
websocket-extensions (>= 0.1.0)
|
319
|
+
websocket-extensions (0.1.5)
|
320
|
+
zeitwerk (2.6.17)
|
321
|
+
|
322
|
+
PLATFORMS
|
323
|
+
arm64-darwin-23
|
324
|
+
|
325
|
+
DEPENDENCIES
|
326
|
+
appraisal (~> 2.5)
|
327
|
+
rails (= 7.1.3.4)
|
328
|
+
rake (~> 13.2)
|
329
|
+
rspec (~> 3.13)
|
330
|
+
rubocop (~> 1.65)
|
331
|
+
rubocop-performance (~> 1.21)
|
332
|
+
rubocop-rake (~> 0.6)
|
333
|
+
rubocop-rspec (~> 3.0)
|
334
|
+
rubycritic (~> 4.9)
|
335
|
+
simplecov (~> 0.22)
|
336
|
+
tdc!
|
337
|
+
|
338
|
+
BUNDLED WITH
|
339
|
+
2.4.8
|
@@ -21,6 +21,8 @@ module Tdc
|
|
21
21
|
# Before resolution the instance definition value is a tag.
|
22
22
|
tag = instance_definition[key]
|
23
23
|
|
24
|
+
unresolvable_tag(tag, catalog_entry) unless tag
|
25
|
+
|
24
26
|
# Use the tag to source an object from the current catalog.
|
25
27
|
sourced_object = catalog_entry.send(tag)
|
26
28
|
|
data/lib/tdc/version.rb
CHANGED
data/tdc.gemspec
CHANGED
@@ -10,12 +10,11 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.homepage = "https://github.com/nulogy/tdc"
|
11
11
|
spec.license = "MIT"
|
12
12
|
|
13
|
-
spec.required_ruby_version = Gem::Requirement.new(">= 3.
|
13
|
+
spec.required_ruby_version = Gem::Requirement.new(">= 3.1")
|
14
14
|
|
15
15
|
spec.metadata = {
|
16
16
|
"homepage_uri" => "https://github.com/nulogy/tdc",
|
17
17
|
"changelog_uri" => "https://github.com/nulogy/tdc/blob/master/CHANGELOG.md",
|
18
|
-
"source_code_uri" => "https://github.com/nulogy/tdc",
|
19
18
|
"bug_tracker_uri" => "https://github.com/nulogy/tdc/issues",
|
20
19
|
"rubygems_mfa_required" => "true"
|
21
20
|
}
|
@@ -29,15 +28,15 @@ Gem::Specification.new do |spec|
|
|
29
28
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
30
29
|
spec.require_paths = ["lib"]
|
31
30
|
|
32
|
-
spec.
|
31
|
+
spec.add_dependency "activesupport", ">= 7.0", "< 7.2"
|
33
32
|
|
34
|
-
spec.add_development_dependency "appraisal", "~> 2.
|
35
|
-
spec.add_development_dependency "rake", "~> 13.
|
36
|
-
spec.add_development_dependency "rspec", "~> 3.
|
37
|
-
spec.add_development_dependency "rubocop", "~> 1.
|
38
|
-
spec.add_development_dependency "rubocop-performance", "~> 1.
|
33
|
+
spec.add_development_dependency "appraisal", "~> 2.5"
|
34
|
+
spec.add_development_dependency "rake", "~> 13.2"
|
35
|
+
spec.add_development_dependency "rspec", "~> 3.13"
|
36
|
+
spec.add_development_dependency "rubocop", "~> 1.65"
|
37
|
+
spec.add_development_dependency "rubocop-performance", "~> 1.21"
|
39
38
|
spec.add_development_dependency "rubocop-rake", "~> 0.6"
|
40
|
-
spec.add_development_dependency "rubocop-rspec", "~>
|
41
|
-
spec.add_development_dependency "rubycritic", "~> 4.
|
39
|
+
spec.add_development_dependency "rubocop-rspec", "~> 3.0"
|
40
|
+
spec.add_development_dependency "rubycritic", "~> 4.9"
|
42
41
|
spec.add_development_dependency "simplecov", "~> 0.22"
|
43
42
|
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: 0
|
4
|
+
version: '1.0'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alistair McKinnell
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-08-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -16,90 +16,90 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '
|
19
|
+
version: '7.0'
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: '7.
|
22
|
+
version: '7.2'
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: '
|
29
|
+
version: '7.0'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: '7.
|
32
|
+
version: '7.2'
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: appraisal
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
36
36
|
requirements:
|
37
37
|
- - "~>"
|
38
38
|
- !ruby/object:Gem::Version
|
39
|
-
version: '2.
|
39
|
+
version: '2.5'
|
40
40
|
type: :development
|
41
41
|
prerelease: false
|
42
42
|
version_requirements: !ruby/object:Gem::Requirement
|
43
43
|
requirements:
|
44
44
|
- - "~>"
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
version: '2.
|
46
|
+
version: '2.5'
|
47
47
|
- !ruby/object:Gem::Dependency
|
48
48
|
name: rake
|
49
49
|
requirement: !ruby/object:Gem::Requirement
|
50
50
|
requirements:
|
51
51
|
- - "~>"
|
52
52
|
- !ruby/object:Gem::Version
|
53
|
-
version: '13.
|
53
|
+
version: '13.2'
|
54
54
|
type: :development
|
55
55
|
prerelease: false
|
56
56
|
version_requirements: !ruby/object:Gem::Requirement
|
57
57
|
requirements:
|
58
58
|
- - "~>"
|
59
59
|
- !ruby/object:Gem::Version
|
60
|
-
version: '13.
|
60
|
+
version: '13.2'
|
61
61
|
- !ruby/object:Gem::Dependency
|
62
62
|
name: rspec
|
63
63
|
requirement: !ruby/object:Gem::Requirement
|
64
64
|
requirements:
|
65
65
|
- - "~>"
|
66
66
|
- !ruby/object:Gem::Version
|
67
|
-
version: '3.
|
67
|
+
version: '3.13'
|
68
68
|
type: :development
|
69
69
|
prerelease: false
|
70
70
|
version_requirements: !ruby/object:Gem::Requirement
|
71
71
|
requirements:
|
72
72
|
- - "~>"
|
73
73
|
- !ruby/object:Gem::Version
|
74
|
-
version: '3.
|
74
|
+
version: '3.13'
|
75
75
|
- !ruby/object:Gem::Dependency
|
76
76
|
name: rubocop
|
77
77
|
requirement: !ruby/object:Gem::Requirement
|
78
78
|
requirements:
|
79
79
|
- - "~>"
|
80
80
|
- !ruby/object:Gem::Version
|
81
|
-
version: '1.
|
81
|
+
version: '1.65'
|
82
82
|
type: :development
|
83
83
|
prerelease: false
|
84
84
|
version_requirements: !ruby/object:Gem::Requirement
|
85
85
|
requirements:
|
86
86
|
- - "~>"
|
87
87
|
- !ruby/object:Gem::Version
|
88
|
-
version: '1.
|
88
|
+
version: '1.65'
|
89
89
|
- !ruby/object:Gem::Dependency
|
90
90
|
name: rubocop-performance
|
91
91
|
requirement: !ruby/object:Gem::Requirement
|
92
92
|
requirements:
|
93
93
|
- - "~>"
|
94
94
|
- !ruby/object:Gem::Version
|
95
|
-
version: '1.
|
95
|
+
version: '1.21'
|
96
96
|
type: :development
|
97
97
|
prerelease: false
|
98
98
|
version_requirements: !ruby/object:Gem::Requirement
|
99
99
|
requirements:
|
100
100
|
- - "~>"
|
101
101
|
- !ruby/object:Gem::Version
|
102
|
-
version: '1.
|
102
|
+
version: '1.21'
|
103
103
|
- !ruby/object:Gem::Dependency
|
104
104
|
name: rubocop-rake
|
105
105
|
requirement: !ruby/object:Gem::Requirement
|
@@ -120,28 +120,28 @@ dependencies:
|
|
120
120
|
requirements:
|
121
121
|
- - "~>"
|
122
122
|
- !ruby/object:Gem::Version
|
123
|
-
version: '
|
123
|
+
version: '3.0'
|
124
124
|
type: :development
|
125
125
|
prerelease: false
|
126
126
|
version_requirements: !ruby/object:Gem::Requirement
|
127
127
|
requirements:
|
128
128
|
- - "~>"
|
129
129
|
- !ruby/object:Gem::Version
|
130
|
-
version: '
|
130
|
+
version: '3.0'
|
131
131
|
- !ruby/object:Gem::Dependency
|
132
132
|
name: rubycritic
|
133
133
|
requirement: !ruby/object:Gem::Requirement
|
134
134
|
requirements:
|
135
135
|
- - "~>"
|
136
136
|
- !ruby/object:Gem::Version
|
137
|
-
version: '4.
|
137
|
+
version: '4.9'
|
138
138
|
type: :development
|
139
139
|
prerelease: false
|
140
140
|
version_requirements: !ruby/object:Gem::Requirement
|
141
141
|
requirements:
|
142
142
|
- - "~>"
|
143
143
|
- !ruby/object:Gem::Version
|
144
|
-
version: '4.
|
144
|
+
version: '4.9'
|
145
145
|
- !ruby/object:Gem::Dependency
|
146
146
|
name: simplecov
|
147
147
|
requirement: !ruby/object:Gem::Requirement
|
@@ -176,10 +176,10 @@ files:
|
|
176
176
|
- bin/console
|
177
177
|
- bin/setup
|
178
178
|
- gemfiles/.bundle/config
|
179
|
-
- gemfiles/rails_6_1.gemfile
|
180
|
-
- gemfiles/rails_6_1.gemfile.lock
|
181
179
|
- gemfiles/rails_7.gemfile
|
182
180
|
- gemfiles/rails_7.gemfile.lock
|
181
|
+
- gemfiles/rails_7_1.gemfile
|
182
|
+
- gemfiles/rails_7_1.gemfile.lock
|
183
183
|
- images/Tdc.png
|
184
184
|
- lib/tdc.rb
|
185
185
|
- lib/tdc/data_definition.rb
|
@@ -216,7 +216,6 @@ licenses:
|
|
216
216
|
metadata:
|
217
217
|
homepage_uri: https://github.com/nulogy/tdc
|
218
218
|
changelog_uri: https://github.com/nulogy/tdc/blob/master/CHANGELOG.md
|
219
|
-
source_code_uri: https://github.com/nulogy/tdc
|
220
219
|
bug_tracker_uri: https://github.com/nulogy/tdc/issues
|
221
220
|
rubygems_mfa_required: 'true'
|
222
221
|
post_install_message:
|
@@ -227,14 +226,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
227
226
|
requirements:
|
228
227
|
- - ">="
|
229
228
|
- !ruby/object:Gem::Version
|
230
|
-
version: '3.
|
229
|
+
version: '3.1'
|
231
230
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
232
231
|
requirements:
|
233
232
|
- - ">="
|
234
233
|
- !ruby/object:Gem::Version
|
235
234
|
version: '0'
|
236
235
|
requirements: []
|
237
|
-
rubygems_version: 3.
|
236
|
+
rubygems_version: 3.5.17
|
238
237
|
signing_key:
|
239
238
|
specification_version: 4
|
240
239
|
summary: A simple framework for creating a Test Data Catalog
|