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
@@ -1,274 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
tdc (0.6.0)
|
5
|
-
activesupport (>= 6.0, < 7.1)
|
6
|
-
|
7
|
-
GEM
|
8
|
-
remote: https://rubygems.org/
|
9
|
-
specs:
|
10
|
-
actioncable (6.1.3.2)
|
11
|
-
actionpack (= 6.1.3.2)
|
12
|
-
activesupport (= 6.1.3.2)
|
13
|
-
nio4r (~> 2.0)
|
14
|
-
websocket-driver (>= 0.6.1)
|
15
|
-
actionmailbox (6.1.3.2)
|
16
|
-
actionpack (= 6.1.3.2)
|
17
|
-
activejob (= 6.1.3.2)
|
18
|
-
activerecord (= 6.1.3.2)
|
19
|
-
activestorage (= 6.1.3.2)
|
20
|
-
activesupport (= 6.1.3.2)
|
21
|
-
mail (>= 2.7.1)
|
22
|
-
actionmailer (6.1.3.2)
|
23
|
-
actionpack (= 6.1.3.2)
|
24
|
-
actionview (= 6.1.3.2)
|
25
|
-
activejob (= 6.1.3.2)
|
26
|
-
activesupport (= 6.1.3.2)
|
27
|
-
mail (~> 2.5, >= 2.5.4)
|
28
|
-
rails-dom-testing (~> 2.0)
|
29
|
-
actionpack (6.1.3.2)
|
30
|
-
actionview (= 6.1.3.2)
|
31
|
-
activesupport (= 6.1.3.2)
|
32
|
-
rack (~> 2.0, >= 2.0.9)
|
33
|
-
rack-test (>= 0.6.3)
|
34
|
-
rails-dom-testing (~> 2.0)
|
35
|
-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
36
|
-
actiontext (6.1.3.2)
|
37
|
-
actionpack (= 6.1.3.2)
|
38
|
-
activerecord (= 6.1.3.2)
|
39
|
-
activestorage (= 6.1.3.2)
|
40
|
-
activesupport (= 6.1.3.2)
|
41
|
-
nokogiri (>= 1.8.5)
|
42
|
-
actionview (6.1.3.2)
|
43
|
-
activesupport (= 6.1.3.2)
|
44
|
-
builder (~> 3.1)
|
45
|
-
erubi (~> 1.4)
|
46
|
-
rails-dom-testing (~> 2.0)
|
47
|
-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
48
|
-
activejob (6.1.3.2)
|
49
|
-
activesupport (= 6.1.3.2)
|
50
|
-
globalid (>= 0.3.6)
|
51
|
-
activemodel (6.1.3.2)
|
52
|
-
activesupport (= 6.1.3.2)
|
53
|
-
activerecord (6.1.3.2)
|
54
|
-
activemodel (= 6.1.3.2)
|
55
|
-
activesupport (= 6.1.3.2)
|
56
|
-
activestorage (6.1.3.2)
|
57
|
-
actionpack (= 6.1.3.2)
|
58
|
-
activejob (= 6.1.3.2)
|
59
|
-
activerecord (= 6.1.3.2)
|
60
|
-
activesupport (= 6.1.3.2)
|
61
|
-
marcel (~> 1.0.0)
|
62
|
-
mini_mime (~> 1.0.2)
|
63
|
-
activesupport (6.1.3.2)
|
64
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
65
|
-
i18n (>= 1.6, < 2)
|
66
|
-
minitest (>= 5.1)
|
67
|
-
tzinfo (~> 2.0)
|
68
|
-
zeitwerk (~> 2.3)
|
69
|
-
addressable (2.8.1)
|
70
|
-
public_suffix (>= 2.0.2, < 6.0)
|
71
|
-
appraisal (2.4.1)
|
72
|
-
bundler
|
73
|
-
rake
|
74
|
-
thor (>= 0.14.0)
|
75
|
-
ast (2.4.2)
|
76
|
-
axiom-types (0.1.1)
|
77
|
-
descendants_tracker (~> 0.0.4)
|
78
|
-
ice_nine (~> 0.11.0)
|
79
|
-
thread_safe (~> 0.3, >= 0.3.1)
|
80
|
-
builder (3.2.4)
|
81
|
-
coercible (1.0.0)
|
82
|
-
descendants_tracker (~> 0.0.1)
|
83
|
-
concurrent-ruby (1.2.2)
|
84
|
-
crass (1.0.6)
|
85
|
-
date (3.3.3)
|
86
|
-
descendants_tracker (0.0.4)
|
87
|
-
thread_safe (~> 0.3, >= 0.3.1)
|
88
|
-
diff-lcs (1.5.0)
|
89
|
-
docile (1.4.0)
|
90
|
-
equalizer (0.0.11)
|
91
|
-
erubi (1.12.0)
|
92
|
-
flay (2.13.0)
|
93
|
-
erubi (~> 1.10)
|
94
|
-
path_expander (~> 1.0)
|
95
|
-
ruby_parser (~> 3.0)
|
96
|
-
sexp_processor (~> 4.0)
|
97
|
-
flog (4.6.6)
|
98
|
-
path_expander (~> 1.0)
|
99
|
-
ruby_parser (~> 3.1, > 3.1.0)
|
100
|
-
sexp_processor (~> 4.8)
|
101
|
-
globalid (1.1.0)
|
102
|
-
activesupport (>= 5.0)
|
103
|
-
i18n (1.12.0)
|
104
|
-
concurrent-ruby (~> 1.0)
|
105
|
-
ice_nine (0.11.2)
|
106
|
-
json (2.6.3)
|
107
|
-
kwalify (0.7.2)
|
108
|
-
launchy (2.5.2)
|
109
|
-
addressable (~> 2.8)
|
110
|
-
loofah (2.19.1)
|
111
|
-
crass (~> 1.0.2)
|
112
|
-
nokogiri (>= 1.5.9)
|
113
|
-
mail (2.8.1)
|
114
|
-
mini_mime (>= 0.1.1)
|
115
|
-
net-imap
|
116
|
-
net-pop
|
117
|
-
net-smtp
|
118
|
-
marcel (1.0.2)
|
119
|
-
method_source (1.0.0)
|
120
|
-
mini_mime (1.0.3)
|
121
|
-
minitest (5.18.0)
|
122
|
-
net-imap (0.3.4)
|
123
|
-
date
|
124
|
-
net-protocol
|
125
|
-
net-pop (0.1.2)
|
126
|
-
net-protocol
|
127
|
-
net-protocol (0.2.1)
|
128
|
-
timeout
|
129
|
-
net-smtp (0.3.3)
|
130
|
-
net-protocol
|
131
|
-
nio4r (2.5.8)
|
132
|
-
nokogiri (1.14.2-x86_64-darwin)
|
133
|
-
racc (~> 1.4)
|
134
|
-
parallel (1.22.1)
|
135
|
-
parser (3.2.1.1)
|
136
|
-
ast (~> 2.4.1)
|
137
|
-
path_expander (1.1.1)
|
138
|
-
public_suffix (5.0.1)
|
139
|
-
racc (1.6.2)
|
140
|
-
rack (2.2.6.4)
|
141
|
-
rack-test (2.0.2)
|
142
|
-
rack (>= 1.3)
|
143
|
-
rails (6.1.3.2)
|
144
|
-
actioncable (= 6.1.3.2)
|
145
|
-
actionmailbox (= 6.1.3.2)
|
146
|
-
actionmailer (= 6.1.3.2)
|
147
|
-
actionpack (= 6.1.3.2)
|
148
|
-
actiontext (= 6.1.3.2)
|
149
|
-
actionview (= 6.1.3.2)
|
150
|
-
activejob (= 6.1.3.2)
|
151
|
-
activemodel (= 6.1.3.2)
|
152
|
-
activerecord (= 6.1.3.2)
|
153
|
-
activestorage (= 6.1.3.2)
|
154
|
-
activesupport (= 6.1.3.2)
|
155
|
-
bundler (>= 1.15.0)
|
156
|
-
railties (= 6.1.3.2)
|
157
|
-
sprockets-rails (>= 2.0.0)
|
158
|
-
rails-dom-testing (2.0.3)
|
159
|
-
activesupport (>= 4.2.0)
|
160
|
-
nokogiri (>= 1.6)
|
161
|
-
rails-html-sanitizer (1.5.0)
|
162
|
-
loofah (~> 2.19, >= 2.19.1)
|
163
|
-
railties (6.1.3.2)
|
164
|
-
actionpack (= 6.1.3.2)
|
165
|
-
activesupport (= 6.1.3.2)
|
166
|
-
method_source
|
167
|
-
rake (>= 0.8.7)
|
168
|
-
thor (~> 1.0)
|
169
|
-
rainbow (3.1.1)
|
170
|
-
rake (13.0.6)
|
171
|
-
reek (6.1.4)
|
172
|
-
kwalify (~> 0.7.0)
|
173
|
-
parser (~> 3.2.0)
|
174
|
-
rainbow (>= 2.0, < 4.0)
|
175
|
-
regexp_parser (2.7.0)
|
176
|
-
rexml (3.2.5)
|
177
|
-
rspec (3.12.0)
|
178
|
-
rspec-core (~> 3.12.0)
|
179
|
-
rspec-expectations (~> 3.12.0)
|
180
|
-
rspec-mocks (~> 3.12.0)
|
181
|
-
rspec-core (3.12.1)
|
182
|
-
rspec-support (~> 3.12.0)
|
183
|
-
rspec-expectations (3.12.2)
|
184
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
185
|
-
rspec-support (~> 3.12.0)
|
186
|
-
rspec-mocks (3.12.4)
|
187
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
188
|
-
rspec-support (~> 3.12.0)
|
189
|
-
rspec-support (3.12.0)
|
190
|
-
rubocop (1.48.1)
|
191
|
-
json (~> 2.3)
|
192
|
-
parallel (~> 1.10)
|
193
|
-
parser (>= 3.2.0.0)
|
194
|
-
rainbow (>= 2.2.2, < 4.0)
|
195
|
-
regexp_parser (>= 1.8, < 3.0)
|
196
|
-
rexml (>= 3.2.5, < 4.0)
|
197
|
-
rubocop-ast (>= 1.26.0, < 2.0)
|
198
|
-
ruby-progressbar (~> 1.7)
|
199
|
-
unicode-display_width (>= 2.4.0, < 3.0)
|
200
|
-
rubocop-ast (1.27.0)
|
201
|
-
parser (>= 3.2.1.0)
|
202
|
-
rubocop-capybara (2.17.1)
|
203
|
-
rubocop (~> 1.41)
|
204
|
-
rubocop-performance (1.16.0)
|
205
|
-
rubocop (>= 1.7.0, < 2.0)
|
206
|
-
rubocop-ast (>= 0.4.0)
|
207
|
-
rubocop-rake (0.6.0)
|
208
|
-
rubocop (~> 1.0)
|
209
|
-
rubocop-rspec (2.19.0)
|
210
|
-
rubocop (~> 1.33)
|
211
|
-
rubocop-capybara (~> 2.17)
|
212
|
-
ruby-progressbar (1.13.0)
|
213
|
-
ruby_parser (3.20.0)
|
214
|
-
sexp_processor (~> 4.16)
|
215
|
-
rubycritic (4.7.0)
|
216
|
-
flay (~> 2.8)
|
217
|
-
flog (~> 4.4)
|
218
|
-
launchy (>= 2.0.0)
|
219
|
-
parser (>= 2.6.0)
|
220
|
-
rainbow (~> 3.0)
|
221
|
-
reek (~> 6.0, < 7.0)
|
222
|
-
ruby_parser (~> 3.8)
|
223
|
-
simplecov (>= 0.17.0)
|
224
|
-
tty-which (~> 0.4.0)
|
225
|
-
virtus (~> 1.0)
|
226
|
-
sexp_processor (4.16.1)
|
227
|
-
simplecov (0.22.0)
|
228
|
-
docile (~> 1.1)
|
229
|
-
simplecov-html (~> 0.11)
|
230
|
-
simplecov_json_formatter (~> 0.1)
|
231
|
-
simplecov-html (0.12.3)
|
232
|
-
simplecov_json_formatter (0.1.4)
|
233
|
-
sprockets (4.2.0)
|
234
|
-
concurrent-ruby (~> 1.0)
|
235
|
-
rack (>= 2.2.4, < 4)
|
236
|
-
sprockets-rails (3.4.2)
|
237
|
-
actionpack (>= 5.2)
|
238
|
-
activesupport (>= 5.2)
|
239
|
-
sprockets (>= 3.0.0)
|
240
|
-
thor (1.2.1)
|
241
|
-
thread_safe (0.3.6)
|
242
|
-
timeout (0.3.2)
|
243
|
-
tty-which (0.4.2)
|
244
|
-
tzinfo (2.0.6)
|
245
|
-
concurrent-ruby (~> 1.0)
|
246
|
-
unicode-display_width (2.4.2)
|
247
|
-
virtus (1.0.5)
|
248
|
-
axiom-types (~> 0.1)
|
249
|
-
coercible (~> 1.0)
|
250
|
-
descendants_tracker (~> 0.0, >= 0.0.3)
|
251
|
-
equalizer (~> 0.0, >= 0.0.9)
|
252
|
-
websocket-driver (0.7.5)
|
253
|
-
websocket-extensions (>= 0.1.0)
|
254
|
-
websocket-extensions (0.1.5)
|
255
|
-
zeitwerk (2.6.7)
|
256
|
-
|
257
|
-
PLATFORMS
|
258
|
-
x86_64-darwin-22
|
259
|
-
|
260
|
-
DEPENDENCIES
|
261
|
-
appraisal (~> 2.4)
|
262
|
-
rails (= 6.1.3.2)
|
263
|
-
rake (~> 13.0)
|
264
|
-
rspec (~> 3.12)
|
265
|
-
rubocop (~> 1.48)
|
266
|
-
rubocop-performance (~> 1.16)
|
267
|
-
rubocop-rake (~> 0.6)
|
268
|
-
rubocop-rspec (~> 2.19)
|
269
|
-
rubycritic (>= 4.7)
|
270
|
-
simplecov (~> 0.22)
|
271
|
-
tdc!
|
272
|
-
|
273
|
-
BUNDLED WITH
|
274
|
-
2.4.8
|