tdc 0.4.7 → 0.6.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 +9 -1
- data/.ruby-version +1 -1
- data/Appraisals +4 -4
- data/CHANGELOG.md +14 -0
- data/Rakefile +2 -1
- data/gemfiles/.bundle/config +2 -0
- data/gemfiles/{rails_5.gemfile → rails_6_1.gemfile} +1 -1
- data/gemfiles/rails_6_1.gemfile.lock +274 -0
- data/gemfiles/{rails_6.gemfile → rails_7.gemfile} +1 -1
- data/gemfiles/rails_7.gemfile.lock +273 -0
- data/lib/tdc/version.rb +1 -1
- data/tdc.gemspec +12 -10
- metadata +50 -40
- data/gemfiles/rails_5.gemfile.lock +0 -236
- data/gemfiles/rails_6.gemfile.lock +0 -252
@@ -1,252 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
tdc (0.4.6.1)
|
5
|
-
activesupport (>= 5.2.4, < 6.1)
|
6
|
-
|
7
|
-
GEM
|
8
|
-
remote: https://rubygems.org/
|
9
|
-
specs:
|
10
|
-
actioncable (6.0.3.4)
|
11
|
-
actionpack (= 6.0.3.4)
|
12
|
-
nio4r (~> 2.0)
|
13
|
-
websocket-driver (>= 0.6.1)
|
14
|
-
actionmailbox (6.0.3.4)
|
15
|
-
actionpack (= 6.0.3.4)
|
16
|
-
activejob (= 6.0.3.4)
|
17
|
-
activerecord (= 6.0.3.4)
|
18
|
-
activestorage (= 6.0.3.4)
|
19
|
-
activesupport (= 6.0.3.4)
|
20
|
-
mail (>= 2.7.1)
|
21
|
-
actionmailer (6.0.3.4)
|
22
|
-
actionpack (= 6.0.3.4)
|
23
|
-
actionview (= 6.0.3.4)
|
24
|
-
activejob (= 6.0.3.4)
|
25
|
-
mail (~> 2.5, >= 2.5.4)
|
26
|
-
rails-dom-testing (~> 2.0)
|
27
|
-
actionpack (6.0.3.4)
|
28
|
-
actionview (= 6.0.3.4)
|
29
|
-
activesupport (= 6.0.3.4)
|
30
|
-
rack (~> 2.0, >= 2.0.8)
|
31
|
-
rack-test (>= 0.6.3)
|
32
|
-
rails-dom-testing (~> 2.0)
|
33
|
-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
34
|
-
actiontext (6.0.3.4)
|
35
|
-
actionpack (= 6.0.3.4)
|
36
|
-
activerecord (= 6.0.3.4)
|
37
|
-
activestorage (= 6.0.3.4)
|
38
|
-
activesupport (= 6.0.3.4)
|
39
|
-
nokogiri (>= 1.8.5)
|
40
|
-
actionview (6.0.3.4)
|
41
|
-
activesupport (= 6.0.3.4)
|
42
|
-
builder (~> 3.1)
|
43
|
-
erubi (~> 1.4)
|
44
|
-
rails-dom-testing (~> 2.0)
|
45
|
-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
46
|
-
activejob (6.0.3.4)
|
47
|
-
activesupport (= 6.0.3.4)
|
48
|
-
globalid (>= 0.3.6)
|
49
|
-
activemodel (6.0.3.4)
|
50
|
-
activesupport (= 6.0.3.4)
|
51
|
-
activerecord (6.0.3.4)
|
52
|
-
activemodel (= 6.0.3.4)
|
53
|
-
activesupport (= 6.0.3.4)
|
54
|
-
activestorage (6.0.3.4)
|
55
|
-
actionpack (= 6.0.3.4)
|
56
|
-
activejob (= 6.0.3.4)
|
57
|
-
activerecord (= 6.0.3.4)
|
58
|
-
marcel (~> 0.3.1)
|
59
|
-
activesupport (6.0.3.4)
|
60
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
61
|
-
i18n (>= 0.7, < 2)
|
62
|
-
minitest (~> 5.1)
|
63
|
-
tzinfo (~> 1.1)
|
64
|
-
zeitwerk (~> 2.2, >= 2.2.2)
|
65
|
-
addressable (2.7.0)
|
66
|
-
public_suffix (>= 2.0.2, < 5.0)
|
67
|
-
appraisal (2.3.0)
|
68
|
-
bundler
|
69
|
-
rake
|
70
|
-
thor (>= 0.14.0)
|
71
|
-
ast (2.4.1)
|
72
|
-
axiom-types (0.1.1)
|
73
|
-
descendants_tracker (~> 0.0.4)
|
74
|
-
ice_nine (~> 0.11.0)
|
75
|
-
thread_safe (~> 0.3, >= 0.3.1)
|
76
|
-
builder (3.2.4)
|
77
|
-
coercible (1.0.0)
|
78
|
-
descendants_tracker (~> 0.0.1)
|
79
|
-
concurrent-ruby (1.1.7)
|
80
|
-
crass (1.0.6)
|
81
|
-
descendants_tracker (0.0.4)
|
82
|
-
thread_safe (~> 0.3, >= 0.3.1)
|
83
|
-
diff-lcs (1.4.4)
|
84
|
-
docile (1.3.2)
|
85
|
-
equalizer (0.0.11)
|
86
|
-
erubi (1.9.0)
|
87
|
-
erubis (2.7.0)
|
88
|
-
flay (2.12.1)
|
89
|
-
erubis (~> 2.7.0)
|
90
|
-
path_expander (~> 1.0)
|
91
|
-
ruby_parser (~> 3.0)
|
92
|
-
sexp_processor (~> 4.0)
|
93
|
-
flog (4.6.4)
|
94
|
-
path_expander (~> 1.0)
|
95
|
-
ruby_parser (~> 3.1, > 3.1.0)
|
96
|
-
sexp_processor (~> 4.8)
|
97
|
-
globalid (0.4.2)
|
98
|
-
activesupport (>= 4.2.0)
|
99
|
-
i18n (1.8.5)
|
100
|
-
concurrent-ruby (~> 1.0)
|
101
|
-
ice_nine (0.11.2)
|
102
|
-
kwalify (0.7.2)
|
103
|
-
launchy (2.5.0)
|
104
|
-
addressable (~> 2.7)
|
105
|
-
loofah (2.7.0)
|
106
|
-
crass (~> 1.0.2)
|
107
|
-
nokogiri (>= 1.5.9)
|
108
|
-
mail (2.7.1)
|
109
|
-
mini_mime (>= 0.1.1)
|
110
|
-
marcel (0.3.3)
|
111
|
-
mimemagic (~> 0.3.2)
|
112
|
-
method_source (1.0.0)
|
113
|
-
mimemagic (0.3.5)
|
114
|
-
mini_mime (1.0.2)
|
115
|
-
mini_portile2 (2.4.0)
|
116
|
-
minitest (5.14.2)
|
117
|
-
nio4r (2.5.4)
|
118
|
-
nokogiri (1.10.10)
|
119
|
-
mini_portile2 (~> 2.4.0)
|
120
|
-
parallel (1.19.2)
|
121
|
-
parser (2.7.2.0)
|
122
|
-
ast (~> 2.4.1)
|
123
|
-
path_expander (1.1.0)
|
124
|
-
psych (3.1.0)
|
125
|
-
public_suffix (4.0.6)
|
126
|
-
rack (2.2.3)
|
127
|
-
rack-test (1.1.0)
|
128
|
-
rack (>= 1.0, < 3)
|
129
|
-
rails (6.0.3.4)
|
130
|
-
actioncable (= 6.0.3.4)
|
131
|
-
actionmailbox (= 6.0.3.4)
|
132
|
-
actionmailer (= 6.0.3.4)
|
133
|
-
actionpack (= 6.0.3.4)
|
134
|
-
actiontext (= 6.0.3.4)
|
135
|
-
actionview (= 6.0.3.4)
|
136
|
-
activejob (= 6.0.3.4)
|
137
|
-
activemodel (= 6.0.3.4)
|
138
|
-
activerecord (= 6.0.3.4)
|
139
|
-
activestorage (= 6.0.3.4)
|
140
|
-
activesupport (= 6.0.3.4)
|
141
|
-
bundler (>= 1.3.0)
|
142
|
-
railties (= 6.0.3.4)
|
143
|
-
sprockets-rails (>= 2.0.0)
|
144
|
-
rails-dom-testing (2.0.3)
|
145
|
-
activesupport (>= 4.2.0)
|
146
|
-
nokogiri (>= 1.6)
|
147
|
-
rails-html-sanitizer (1.3.0)
|
148
|
-
loofah (~> 2.3)
|
149
|
-
railties (6.0.3.4)
|
150
|
-
actionpack (= 6.0.3.4)
|
151
|
-
activesupport (= 6.0.3.4)
|
152
|
-
method_source
|
153
|
-
rake (>= 0.8.7)
|
154
|
-
thor (>= 0.20.3, < 2.0)
|
155
|
-
rainbow (3.0.0)
|
156
|
-
rake (13.0.1)
|
157
|
-
reek (6.0.1)
|
158
|
-
kwalify (~> 0.7.0)
|
159
|
-
parser (>= 2.5.0.0, < 2.8, != 2.5.1.1)
|
160
|
-
psych (~> 3.1.0)
|
161
|
-
rainbow (>= 2.0, < 4.0)
|
162
|
-
regexp_parser (1.8.2)
|
163
|
-
rexml (3.2.4)
|
164
|
-
rspec (3.10.0)
|
165
|
-
rspec-core (~> 3.10.0)
|
166
|
-
rspec-expectations (~> 3.10.0)
|
167
|
-
rspec-mocks (~> 3.10.0)
|
168
|
-
rspec-core (3.10.0)
|
169
|
-
rspec-support (~> 3.10.0)
|
170
|
-
rspec-expectations (3.10.0)
|
171
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
172
|
-
rspec-support (~> 3.10.0)
|
173
|
-
rspec-mocks (3.10.0)
|
174
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
175
|
-
rspec-support (~> 3.10.0)
|
176
|
-
rspec-support (3.10.0)
|
177
|
-
rubocop (0.93.1)
|
178
|
-
parallel (~> 1.10)
|
179
|
-
parser (>= 2.7.1.5)
|
180
|
-
rainbow (>= 2.2.2, < 4.0)
|
181
|
-
regexp_parser (>= 1.8)
|
182
|
-
rexml
|
183
|
-
rubocop-ast (>= 0.6.0)
|
184
|
-
ruby-progressbar (~> 1.7)
|
185
|
-
unicode-display_width (>= 1.4.0, < 2.0)
|
186
|
-
rubocop-ast (1.1.0)
|
187
|
-
parser (>= 2.7.1.5)
|
188
|
-
rubocop-performance (1.8.1)
|
189
|
-
rubocop (>= 0.87.0)
|
190
|
-
rubocop-ast (>= 0.4.0)
|
191
|
-
rubocop-rspec (1.44.1)
|
192
|
-
rubocop (~> 0.87)
|
193
|
-
rubocop-ast (>= 0.7.1)
|
194
|
-
ruby-progressbar (1.10.1)
|
195
|
-
ruby_parser (3.15.0)
|
196
|
-
sexp_processor (~> 4.9)
|
197
|
-
rubycritic (4.5.2)
|
198
|
-
flay (~> 2.8)
|
199
|
-
flog (~> 4.4)
|
200
|
-
launchy (>= 2.0.0)
|
201
|
-
parser (>= 2.6.0)
|
202
|
-
rainbow (~> 3.0)
|
203
|
-
reek (~> 6.0, < 7.0)
|
204
|
-
ruby_parser (~> 3.8)
|
205
|
-
simplecov (>= 0.17.0)
|
206
|
-
tty-which (~> 0.4.0)
|
207
|
-
virtus (~> 1.0)
|
208
|
-
sexp_processor (4.15.1)
|
209
|
-
simplecov (0.19.0)
|
210
|
-
docile (~> 1.1)
|
211
|
-
simplecov-html (~> 0.11)
|
212
|
-
simplecov-html (0.12.3)
|
213
|
-
sprockets (4.0.2)
|
214
|
-
concurrent-ruby (~> 1.0)
|
215
|
-
rack (> 1, < 3)
|
216
|
-
sprockets-rails (3.2.2)
|
217
|
-
actionpack (>= 4.0)
|
218
|
-
activesupport (>= 4.0)
|
219
|
-
sprockets (>= 3.0.0)
|
220
|
-
thor (1.0.1)
|
221
|
-
thread_safe (0.3.6)
|
222
|
-
tty-which (0.4.2)
|
223
|
-
tzinfo (1.2.7)
|
224
|
-
thread_safe (~> 0.1)
|
225
|
-
unicode-display_width (1.7.0)
|
226
|
-
virtus (1.0.5)
|
227
|
-
axiom-types (~> 0.1)
|
228
|
-
coercible (~> 1.0)
|
229
|
-
descendants_tracker (~> 0.0, >= 0.0.3)
|
230
|
-
equalizer (~> 0.0, >= 0.0.9)
|
231
|
-
websocket-driver (0.7.3)
|
232
|
-
websocket-extensions (>= 0.1.0)
|
233
|
-
websocket-extensions (0.1.5)
|
234
|
-
zeitwerk (2.4.1)
|
235
|
-
|
236
|
-
PLATFORMS
|
237
|
-
ruby
|
238
|
-
|
239
|
-
DEPENDENCIES
|
240
|
-
appraisal (~> 2.3)
|
241
|
-
rails (= 6.0.3.4)
|
242
|
-
rake (~> 13.0)
|
243
|
-
rspec (>= 3.10, < 4.0)
|
244
|
-
rubocop (~> 0.93)
|
245
|
-
rubocop-performance (~> 1.8)
|
246
|
-
rubocop-rspec (~> 1.44)
|
247
|
-
rubycritic (~> 4.5)
|
248
|
-
simplecov (~> 0.19)
|
249
|
-
tdc!
|
250
|
-
|
251
|
-
BUNDLED WITH
|
252
|
-
2.1.4
|