tdc 0.4.6.1 → 0.4.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bcc97ff310fe5d0ef835f14926775b538cd52077759f9d22a693fd36298d6cbd
4
- data.tar.gz: 3eb43fea47ff9054f09d3b9de829565c34e91c7962c57aba3f31c331c596240b
3
+ metadata.gz: cb3c229b0784bc8c94f413b0302eeb67724754a117ee21a6cebe94aaab9f421c
4
+ data.tar.gz: 92ce9adcb19eea932c0720dd7b7d9833d22512842a98afe7634ea99dae070768
5
5
  SHA512:
6
- metadata.gz: 95df14cad621a4bd99c4cb02e32557de4931f2e469df8f80b9a8d6ca8783102334b8e0d7a04969045d52fd1f8c05cae1d0a3f0e4fe7d2659f313abffe9bba98f
7
- data.tar.gz: d96ff78c582ae8252e05bbf364a0330ba9df2887192db33f787bc3294b33ced677547c22a3fba066ff0dce8023be930420c54938871d4f792be507b3f0141b3f
6
+ metadata.gz: 432b68da9444ebffd4ff1f1c10fa921d4f378f63325c4b6e1656d88d894134b53e92848b330efb9be1e20114f8df89014f1828bc13dd08f9e642362aa971abf7
7
+ data.tar.gz: 200af92ff38ac6a5331eff0a428d0553a6423f1c6f1e4e0ee34d80a11c874253bf775c0bd9386eb4539c223f24653ebd935651d073394fb0e08f728945533b54
@@ -0,0 +1,7 @@
1
+ appraise "rails-5" do
2
+ gem "rails", "5.2.4.4"
3
+ end
4
+
5
+ appraise "rails-6" do
6
+ gem "rails", "6.0.3.4"
7
+ end
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.4.7] - 2020-11-04
10
+
11
+ - Support Rails 6.0.x
12
+
9
13
  ## [0.4.6.1] - 2020-09-29
10
14
 
11
15
  - Add the #catalog_root_directory method to DataDefinitionFileReader
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rails", "5.2.4.4"
6
+
7
+ gemspec path: "../"
@@ -0,0 +1,236 @@
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 (5.2.4.4)
11
+ actionpack (= 5.2.4.4)
12
+ nio4r (~> 2.0)
13
+ websocket-driver (>= 0.6.1)
14
+ actionmailer (5.2.4.4)
15
+ actionpack (= 5.2.4.4)
16
+ actionview (= 5.2.4.4)
17
+ activejob (= 5.2.4.4)
18
+ mail (~> 2.5, >= 2.5.4)
19
+ rails-dom-testing (~> 2.0)
20
+ actionpack (5.2.4.4)
21
+ actionview (= 5.2.4.4)
22
+ activesupport (= 5.2.4.4)
23
+ rack (~> 2.0, >= 2.0.8)
24
+ rack-test (>= 0.6.3)
25
+ rails-dom-testing (~> 2.0)
26
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
27
+ actionview (5.2.4.4)
28
+ activesupport (= 5.2.4.4)
29
+ builder (~> 3.1)
30
+ erubi (~> 1.4)
31
+ rails-dom-testing (~> 2.0)
32
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
33
+ activejob (5.2.4.4)
34
+ activesupport (= 5.2.4.4)
35
+ globalid (>= 0.3.6)
36
+ activemodel (5.2.4.4)
37
+ activesupport (= 5.2.4.4)
38
+ activerecord (5.2.4.4)
39
+ activemodel (= 5.2.4.4)
40
+ activesupport (= 5.2.4.4)
41
+ arel (>= 9.0)
42
+ activestorage (5.2.4.4)
43
+ actionpack (= 5.2.4.4)
44
+ activerecord (= 5.2.4.4)
45
+ marcel (~> 0.3.1)
46
+ activesupport (5.2.4.4)
47
+ concurrent-ruby (~> 1.0, >= 1.0.2)
48
+ i18n (>= 0.7, < 2)
49
+ minitest (~> 5.1)
50
+ tzinfo (~> 1.1)
51
+ addressable (2.7.0)
52
+ public_suffix (>= 2.0.2, < 5.0)
53
+ appraisal (2.3.0)
54
+ bundler
55
+ rake
56
+ thor (>= 0.14.0)
57
+ arel (9.0.0)
58
+ ast (2.4.1)
59
+ axiom-types (0.1.1)
60
+ descendants_tracker (~> 0.0.4)
61
+ ice_nine (~> 0.11.0)
62
+ thread_safe (~> 0.3, >= 0.3.1)
63
+ builder (3.2.4)
64
+ coercible (1.0.0)
65
+ descendants_tracker (~> 0.0.1)
66
+ concurrent-ruby (1.1.7)
67
+ crass (1.0.6)
68
+ descendants_tracker (0.0.4)
69
+ thread_safe (~> 0.3, >= 0.3.1)
70
+ diff-lcs (1.4.4)
71
+ docile (1.3.2)
72
+ equalizer (0.0.11)
73
+ erubi (1.9.0)
74
+ erubis (2.7.0)
75
+ flay (2.12.1)
76
+ erubis (~> 2.7.0)
77
+ path_expander (~> 1.0)
78
+ ruby_parser (~> 3.0)
79
+ sexp_processor (~> 4.0)
80
+ flog (4.6.4)
81
+ path_expander (~> 1.0)
82
+ ruby_parser (~> 3.1, > 3.1.0)
83
+ sexp_processor (~> 4.8)
84
+ globalid (0.4.2)
85
+ activesupport (>= 4.2.0)
86
+ i18n (1.8.5)
87
+ concurrent-ruby (~> 1.0)
88
+ ice_nine (0.11.2)
89
+ kwalify (0.7.2)
90
+ launchy (2.5.0)
91
+ addressable (~> 2.7)
92
+ loofah (2.7.0)
93
+ crass (~> 1.0.2)
94
+ nokogiri (>= 1.5.9)
95
+ mail (2.7.1)
96
+ mini_mime (>= 0.1.1)
97
+ marcel (0.3.3)
98
+ mimemagic (~> 0.3.2)
99
+ method_source (1.0.0)
100
+ mimemagic (0.3.5)
101
+ mini_mime (1.0.2)
102
+ mini_portile2 (2.4.0)
103
+ minitest (5.14.2)
104
+ nio4r (2.5.4)
105
+ nokogiri (1.10.10)
106
+ mini_portile2 (~> 2.4.0)
107
+ parallel (1.19.2)
108
+ parser (2.7.2.0)
109
+ ast (~> 2.4.1)
110
+ path_expander (1.1.0)
111
+ psych (3.1.0)
112
+ public_suffix (4.0.6)
113
+ rack (2.2.3)
114
+ rack-test (1.1.0)
115
+ rack (>= 1.0, < 3)
116
+ rails (5.2.4.4)
117
+ actioncable (= 5.2.4.4)
118
+ actionmailer (= 5.2.4.4)
119
+ actionpack (= 5.2.4.4)
120
+ actionview (= 5.2.4.4)
121
+ activejob (= 5.2.4.4)
122
+ activemodel (= 5.2.4.4)
123
+ activerecord (= 5.2.4.4)
124
+ activestorage (= 5.2.4.4)
125
+ activesupport (= 5.2.4.4)
126
+ bundler (>= 1.3.0)
127
+ railties (= 5.2.4.4)
128
+ sprockets-rails (>= 2.0.0)
129
+ rails-dom-testing (2.0.3)
130
+ activesupport (>= 4.2.0)
131
+ nokogiri (>= 1.6)
132
+ rails-html-sanitizer (1.3.0)
133
+ loofah (~> 2.3)
134
+ railties (5.2.4.4)
135
+ actionpack (= 5.2.4.4)
136
+ activesupport (= 5.2.4.4)
137
+ method_source
138
+ rake (>= 0.8.7)
139
+ thor (>= 0.19.0, < 2.0)
140
+ rainbow (3.0.0)
141
+ rake (13.0.1)
142
+ reek (6.0.1)
143
+ kwalify (~> 0.7.0)
144
+ parser (>= 2.5.0.0, < 2.8, != 2.5.1.1)
145
+ psych (~> 3.1.0)
146
+ rainbow (>= 2.0, < 4.0)
147
+ regexp_parser (1.8.2)
148
+ rexml (3.2.4)
149
+ rspec (3.10.0)
150
+ rspec-core (~> 3.10.0)
151
+ rspec-expectations (~> 3.10.0)
152
+ rspec-mocks (~> 3.10.0)
153
+ rspec-core (3.10.0)
154
+ rspec-support (~> 3.10.0)
155
+ rspec-expectations (3.10.0)
156
+ diff-lcs (>= 1.2.0, < 2.0)
157
+ rspec-support (~> 3.10.0)
158
+ rspec-mocks (3.10.0)
159
+ diff-lcs (>= 1.2.0, < 2.0)
160
+ rspec-support (~> 3.10.0)
161
+ rspec-support (3.10.0)
162
+ rubocop (0.93.1)
163
+ parallel (~> 1.10)
164
+ parser (>= 2.7.1.5)
165
+ rainbow (>= 2.2.2, < 4.0)
166
+ regexp_parser (>= 1.8)
167
+ rexml
168
+ rubocop-ast (>= 0.6.0)
169
+ ruby-progressbar (~> 1.7)
170
+ unicode-display_width (>= 1.4.0, < 2.0)
171
+ rubocop-ast (1.1.0)
172
+ parser (>= 2.7.1.5)
173
+ rubocop-performance (1.8.1)
174
+ rubocop (>= 0.87.0)
175
+ rubocop-ast (>= 0.4.0)
176
+ rubocop-rspec (1.44.1)
177
+ rubocop (~> 0.87)
178
+ rubocop-ast (>= 0.7.1)
179
+ ruby-progressbar (1.10.1)
180
+ ruby_parser (3.15.0)
181
+ sexp_processor (~> 4.9)
182
+ rubycritic (4.5.2)
183
+ flay (~> 2.8)
184
+ flog (~> 4.4)
185
+ launchy (>= 2.0.0)
186
+ parser (>= 2.6.0)
187
+ rainbow (~> 3.0)
188
+ reek (~> 6.0, < 7.0)
189
+ ruby_parser (~> 3.8)
190
+ simplecov (>= 0.17.0)
191
+ tty-which (~> 0.4.0)
192
+ virtus (~> 1.0)
193
+ sexp_processor (4.15.1)
194
+ simplecov (0.19.0)
195
+ docile (~> 1.1)
196
+ simplecov-html (~> 0.11)
197
+ simplecov-html (0.12.3)
198
+ sprockets (4.0.2)
199
+ concurrent-ruby (~> 1.0)
200
+ rack (> 1, < 3)
201
+ sprockets-rails (3.2.2)
202
+ actionpack (>= 4.0)
203
+ activesupport (>= 4.0)
204
+ sprockets (>= 3.0.0)
205
+ thor (1.0.1)
206
+ thread_safe (0.3.6)
207
+ tty-which (0.4.2)
208
+ tzinfo (1.2.7)
209
+ thread_safe (~> 0.1)
210
+ unicode-display_width (1.7.0)
211
+ virtus (1.0.5)
212
+ axiom-types (~> 0.1)
213
+ coercible (~> 1.0)
214
+ descendants_tracker (~> 0.0, >= 0.0.3)
215
+ equalizer (~> 0.0, >= 0.0.9)
216
+ websocket-driver (0.7.3)
217
+ websocket-extensions (>= 0.1.0)
218
+ websocket-extensions (0.1.5)
219
+
220
+ PLATFORMS
221
+ ruby
222
+
223
+ DEPENDENCIES
224
+ appraisal (~> 2.3)
225
+ rails (= 5.2.4.4)
226
+ rake (~> 13.0)
227
+ rspec (>= 3.10, < 4.0)
228
+ rubocop (~> 0.93)
229
+ rubocop-performance (~> 1.8)
230
+ rubocop-rspec (~> 1.44)
231
+ rubycritic (~> 4.5)
232
+ simplecov (~> 0.19)
233
+ tdc!
234
+
235
+ BUNDLED WITH
236
+ 2.1.4
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rails", "6.0.3.4"
6
+
7
+ gemspec path: "../"
@@ -0,0 +1,252 @@
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
@@ -1,3 +1,3 @@
1
1
  module Tdc
2
- VERSION = "0.4.6.1"
2
+ VERSION = "0.4.7"
3
3
  end
@@ -28,13 +28,14 @@ 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_runtime_dependency "activesupport", "~> 5.2.4"
31
+ spec.add_runtime_dependency "activesupport", ">= 5.2.4", "< 6.1"
32
32
 
33
- spec.add_development_dependency "rake", ">= 12.1", "< 13.1"
34
- spec.add_development_dependency "rspec", ">= 3.9", "< 4.0"
35
- spec.add_development_dependency "rubocop", "~> 0.89"
33
+ spec.add_development_dependency "appraisal", "~> 2.3"
34
+ spec.add_development_dependency "rake", "~> 13.0"
35
+ spec.add_development_dependency "rspec", ">= 3.10", "< 4.0"
36
+ spec.add_development_dependency "rubocop", "~> 0.93"
36
37
  spec.add_development_dependency "rubocop-performance", "~> 1.8"
37
- spec.add_development_dependency "rubocop-rspec", "~> 1.42"
38
+ spec.add_development_dependency "rubocop-rspec", "~> 1.44"
38
39
  spec.add_development_dependency "rubycritic", "~> 4.5"
39
- spec.add_development_dependency "simplecov", "~> 0.17"
40
+ spec.add_development_dependency "simplecov", "~> 0.19"
40
41
  end
metadata CHANGED
@@ -1,56 +1,70 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tdc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.6.1
4
+ version: 0.4.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alistair McKinnell
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-09-29 00:00:00.000000000 Z
11
+ date: 2020-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: 5.2.4
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: '6.1'
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
25
28
  - !ruby/object:Gem::Version
26
29
  version: 5.2.4
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: '6.1'
27
33
  - !ruby/object:Gem::Dependency
28
- name: rake
34
+ name: appraisal
29
35
  requirement: !ruby/object:Gem::Requirement
30
36
  requirements:
31
- - - ">="
32
- - !ruby/object:Gem::Version
33
- version: '12.1'
34
- - - "<"
37
+ - - "~>"
35
38
  - !ruby/object:Gem::Version
36
- version: '13.1'
39
+ version: '2.3'
37
40
  type: :development
38
41
  prerelease: false
39
42
  version_requirements: !ruby/object:Gem::Requirement
40
43
  requirements:
41
- - - ">="
44
+ - - "~>"
42
45
  - !ruby/object:Gem::Version
43
- version: '12.1'
44
- - - "<"
46
+ version: '2.3'
47
+ - !ruby/object:Gem::Dependency
48
+ name: rake
49
+ requirement: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - "~>"
52
+ - !ruby/object:Gem::Version
53
+ version: '13.0'
54
+ type: :development
55
+ prerelease: false
56
+ version_requirements: !ruby/object:Gem::Requirement
57
+ requirements:
58
+ - - "~>"
45
59
  - !ruby/object:Gem::Version
46
- version: '13.1'
60
+ version: '13.0'
47
61
  - !ruby/object:Gem::Dependency
48
62
  name: rspec
49
63
  requirement: !ruby/object:Gem::Requirement
50
64
  requirements:
51
65
  - - ">="
52
66
  - !ruby/object:Gem::Version
53
- version: '3.9'
67
+ version: '3.10'
54
68
  - - "<"
55
69
  - !ruby/object:Gem::Version
56
70
  version: '4.0'
@@ -60,7 +74,7 @@ dependencies:
60
74
  requirements:
61
75
  - - ">="
62
76
  - !ruby/object:Gem::Version
63
- version: '3.9'
77
+ version: '3.10'
64
78
  - - "<"
65
79
  - !ruby/object:Gem::Version
66
80
  version: '4.0'
@@ -70,14 +84,14 @@ dependencies:
70
84
  requirements:
71
85
  - - "~>"
72
86
  - !ruby/object:Gem::Version
73
- version: '0.89'
87
+ version: '0.93'
74
88
  type: :development
75
89
  prerelease: false
76
90
  version_requirements: !ruby/object:Gem::Requirement
77
91
  requirements:
78
92
  - - "~>"
79
93
  - !ruby/object:Gem::Version
80
- version: '0.89'
94
+ version: '0.93'
81
95
  - !ruby/object:Gem::Dependency
82
96
  name: rubocop-performance
83
97
  requirement: !ruby/object:Gem::Requirement
@@ -98,14 +112,14 @@ dependencies:
98
112
  requirements:
99
113
  - - "~>"
100
114
  - !ruby/object:Gem::Version
101
- version: '1.42'
115
+ version: '1.44'
102
116
  type: :development
103
117
  prerelease: false
104
118
  version_requirements: !ruby/object:Gem::Requirement
105
119
  requirements:
106
120
  - - "~>"
107
121
  - !ruby/object:Gem::Version
108
- version: '1.42'
122
+ version: '1.44'
109
123
  - !ruby/object:Gem::Dependency
110
124
  name: rubycritic
111
125
  requirement: !ruby/object:Gem::Requirement
@@ -126,14 +140,14 @@ dependencies:
126
140
  requirements:
127
141
  - - "~>"
128
142
  - !ruby/object:Gem::Version
129
- version: '0.17'
143
+ version: '0.19'
130
144
  type: :development
131
145
  prerelease: false
132
146
  version_requirements: !ruby/object:Gem::Requirement
133
147
  requirements:
134
148
  - - "~>"
135
149
  - !ruby/object:Gem::Version
136
- version: '0.17'
150
+ version: '0.19'
137
151
  description:
138
152
  email:
139
153
  - alistairm@nulogy.com
@@ -146,12 +160,17 @@ files:
146
160
  - ".rspec"
147
161
  - ".rubocop.yml"
148
162
  - ".ruby-version"
163
+ - Appraisals
149
164
  - CHANGELOG.md
150
165
  - Gemfile
151
166
  - README.md
152
167
  - Rakefile
153
168
  - bin/console
154
169
  - bin/setup
170
+ - gemfiles/rails_5.gemfile
171
+ - gemfiles/rails_5.gemfile.lock
172
+ - gemfiles/rails_6.gemfile
173
+ - gemfiles/rails_6.gemfile.lock
155
174
  - images/Tdc.png
156
175
  - lib/tdc.rb
157
176
  - lib/tdc/data_definition.rb