tdc 1.1 → 1.3

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.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +3 -1
  3. data/.rubocop.yml +9 -4
  4. data/.ruby-version +1 -1
  5. data/Appraisals +4 -8
  6. data/CHANGELOG.md +17 -0
  7. data/Gemfile +12 -0
  8. data/gemfiles/rails_7_2.gemfile +12 -0
  9. data/gemfiles/rails_8_0.gemfile +19 -0
  10. data/lib/tdc/data_definition.rb +2 -0
  11. data/lib/tdc/data_definition_file_reader.rb +2 -0
  12. data/lib/tdc/definition_resolvers/definition_resolver.rb +2 -0
  13. data/lib/tdc/definition_resolvers/tag_resolver.rb +2 -0
  14. data/lib/tdc/definition_resolvers.rb +2 -0
  15. data/lib/tdc/extended_attributes/default_interpreter.rb +4 -2
  16. data/lib/tdc/extended_attributes/interpreter_base.rb +2 -0
  17. data/lib/tdc/extended_attributes/interpreter_registry.rb +2 -0
  18. data/lib/tdc/extended_attributes.rb +2 -0
  19. data/lib/tdc/fatal_error.rb +2 -0
  20. data/lib/tdc/generators/catalog_entries.rb +2 -0
  21. data/lib/tdc/generators/definition_resolvable.rb +2 -0
  22. data/lib/tdc/generators/definition_sourcable.rb +2 -0
  23. data/lib/tdc/generators/generation_context.rb +2 -0
  24. data/lib/tdc/generators/generator_base.rb +2 -0
  25. data/lib/tdc/generators/standard_generator.rb +2 -0
  26. data/lib/tdc/generators.rb +2 -0
  27. data/lib/tdc/in_memory_data_definition.rb +2 -0
  28. data/lib/tdc/missing_override_error.rb +2 -0
  29. data/lib/tdc/version.rb +3 -1
  30. data/lib/tdc/with_indifferent_access_decorator.rb +2 -0
  31. data/lib/tdc/yaml_readers/null_yaml_reader.rb +2 -0
  32. data/lib/tdc/yaml_readers/yaml_reader.rb +2 -0
  33. data/lib/tdc/yaml_readers/yaml_reader_base.rb +4 -2
  34. data/lib/tdc/yaml_readers/yaml_reader_factory.rb +2 -0
  35. data/lib/tdc/yaml_readers/yaml_reader_with_expansion.rb +2 -0
  36. data/lib/tdc/yaml_readers.rb +2 -0
  37. data/lib/tdc.rb +2 -0
  38. data/tdc.gemspec +5 -12
  39. metadata +17 -137
  40. data/gemfiles/rails_7.gemfile +0 -7
  41. data/gemfiles/rails_7.gemfile.lock +0 -312
  42. data/gemfiles/rails_7_1.gemfile +0 -7
  43. data/gemfiles/rails_7_1.gemfile.lock +0 -346
  44. data/gemfiles/rails_7_2.gemfile.lock +0 -353
@@ -1,353 +0,0 @@
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