tdc 0.4.7 → 0.5.0

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: cb3c229b0784bc8c94f413b0302eeb67724754a117ee21a6cebe94aaab9f421c
4
- data.tar.gz: 92ce9adcb19eea932c0720dd7b7d9833d22512842a98afe7634ea99dae070768
3
+ metadata.gz: 9a1b05b8dd3f32521ca07662d63839cfc085dfb08f17d877266cf021d79836f1
4
+ data.tar.gz: 2e0377e9c7dba6e26f63c630c4d971f56f0a0b4cd160cf1da444c1813c24bc0e
5
5
  SHA512:
6
- metadata.gz: 432b68da9444ebffd4ff1f1c10fa921d4f378f63325c4b6e1656d88d894134b53e92848b330efb9be1e20114f8df89014f1828bc13dd08f9e642362aa971abf7
7
- data.tar.gz: 200af92ff38ac6a5331eff0a428d0553a6423f1c6f1e4e0ee34d80a11c874253bf775c0bd9386eb4539c223f24653ebd935651d073394fb0e08f728945533b54
6
+ metadata.gz: aa8cafd244bc31cde085c9dc367fd2885445c8871f43a972157457c19352b92954810afa3def3bc1993bd45ca15836875c951f9de5eab065e7e2174dc989b206
7
+ data.tar.gz: 280d6542fe6ad08ca1c21b0fd4fa4f1b6cc7933063d63cf4047dac769dd0bbbba1d3e1fbf8f3d17a54fd240b870d0c46be82498e3511dd344fec19bbc2ea9d5d
data/.rubocop.yml CHANGED
@@ -1,9 +1,10 @@
1
1
  require:
2
+ - rubocop-rake
2
3
  - rubocop-rspec
3
4
 
4
5
  AllCops:
5
6
  NewCops: enable
6
- TargetRubyVersion: 2.6
7
+ TargetRubyVersion: 2.7
7
8
 
8
9
  Exclude:
9
10
  - 'bin/**/*'
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.6.6
1
+ 2.7.3
data/Appraisals CHANGED
@@ -1,7 +1,7 @@
1
- appraise "rails-5" do
2
- gem "rails", "5.2.4.4"
3
- end
4
-
5
1
  appraise "rails-6" do
6
2
  gem "rails", "6.0.3.4"
7
3
  end
4
+
5
+ appraise "rails-6-1" do
6
+ gem "rails", "6.1.3.2"
7
+ end
data/CHANGELOG.md CHANGED
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.5.0] - 2021-06-12
10
+
11
+ - Support Rails 6.1.x
12
+ - Drop support for Rails 5.2.x
13
+
9
14
  ## [0.4.7] - 2020-11-04
10
15
 
11
16
  - Support Rails 6.0.x
data/Rakefile CHANGED
@@ -14,4 +14,5 @@ RubyCritic::RakeTask.new do |task|
14
14
  task.paths = files
15
15
  end
16
16
 
17
- task :default => [:rubocop, :spec]
17
+ task :all => [:rubocop, :spec]
18
+ task :default => [:spec]
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- tdc (0.4.6.1)
5
- activesupport (>= 5.2.4, < 6.1)
4
+ tdc (0.4.7)
5
+ activesupport (>= 5.2.4, < 7.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
@@ -64,11 +64,11 @@ GEM
64
64
  zeitwerk (~> 2.2, >= 2.2.2)
65
65
  addressable (2.7.0)
66
66
  public_suffix (>= 2.0.2, < 5.0)
67
- appraisal (2.3.0)
67
+ appraisal (2.4.0)
68
68
  bundler
69
69
  rake
70
70
  thor (>= 0.14.0)
71
- ast (2.4.1)
71
+ ast (2.4.2)
72
72
  axiom-types (0.1.1)
73
73
  descendants_tracker (~> 0.0.4)
74
74
  ice_nine (~> 0.11.0)
@@ -76,14 +76,14 @@ GEM
76
76
  builder (3.2.4)
77
77
  coercible (1.0.0)
78
78
  descendants_tracker (~> 0.0.1)
79
- concurrent-ruby (1.1.7)
79
+ concurrent-ruby (1.1.9)
80
80
  crass (1.0.6)
81
81
  descendants_tracker (0.0.4)
82
82
  thread_safe (~> 0.3, >= 0.3.1)
83
83
  diff-lcs (1.4.4)
84
- docile (1.3.2)
84
+ docile (1.4.0)
85
85
  equalizer (0.0.11)
86
- erubi (1.9.0)
86
+ erubi (1.10.0)
87
87
  erubis (2.7.0)
88
88
  flay (2.12.1)
89
89
  erubis (~> 2.7.0)
@@ -96,13 +96,13 @@ GEM
96
96
  sexp_processor (~> 4.8)
97
97
  globalid (0.4.2)
98
98
  activesupport (>= 4.2.0)
99
- i18n (1.8.5)
99
+ i18n (1.8.10)
100
100
  concurrent-ruby (~> 1.0)
101
101
  ice_nine (0.11.2)
102
102
  kwalify (0.7.2)
103
103
  launchy (2.5.0)
104
104
  addressable (~> 2.7)
105
- loofah (2.7.0)
105
+ loofah (2.10.0)
106
106
  crass (~> 1.0.2)
107
107
  nokogiri (>= 1.5.9)
108
108
  mail (2.7.1)
@@ -110,19 +110,21 @@ GEM
110
110
  marcel (0.3.3)
111
111
  mimemagic (~> 0.3.2)
112
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)
113
+ mimemagic (0.3.10)
114
+ nokogiri (~> 1)
115
+ rake
116
+ mini_mime (1.1.0)
117
+ minitest (5.14.4)
118
+ nio4r (2.5.7)
119
+ nokogiri (1.11.7-x86_64-darwin)
120
+ racc (~> 1.4)
121
+ parallel (1.20.1)
122
+ parser (3.0.1.1)
122
123
  ast (~> 2.4.1)
123
124
  path_expander (1.1.0)
124
- psych (3.1.0)
125
+ psych (3.3.2)
125
126
  public_suffix (4.0.6)
127
+ racc (1.5.2)
126
128
  rack (2.2.3)
127
129
  rack-test (1.1.0)
128
130
  rack (>= 1.0, < 3)
@@ -153,48 +155,49 @@ GEM
153
155
  rake (>= 0.8.7)
154
156
  thor (>= 0.20.3, < 2.0)
155
157
  rainbow (3.0.0)
156
- rake (13.0.1)
157
- reek (6.0.1)
158
+ rake (13.0.3)
159
+ reek (6.0.4)
158
160
  kwalify (~> 0.7.0)
159
- parser (>= 2.5.0.0, < 2.8, != 2.5.1.1)
160
- psych (~> 3.1.0)
161
+ parser (~> 3.0.0)
162
+ psych (~> 3.1)
161
163
  rainbow (>= 2.0, < 4.0)
162
- regexp_parser (1.8.2)
163
- rexml (3.2.4)
164
+ regexp_parser (2.1.1)
165
+ rexml (3.2.5)
164
166
  rspec (3.10.0)
165
167
  rspec-core (~> 3.10.0)
166
168
  rspec-expectations (~> 3.10.0)
167
169
  rspec-mocks (~> 3.10.0)
168
- rspec-core (3.10.0)
170
+ rspec-core (3.10.1)
169
171
  rspec-support (~> 3.10.0)
170
- rspec-expectations (3.10.0)
172
+ rspec-expectations (3.10.1)
171
173
  diff-lcs (>= 1.2.0, < 2.0)
172
174
  rspec-support (~> 3.10.0)
173
- rspec-mocks (3.10.0)
175
+ rspec-mocks (3.10.2)
174
176
  diff-lcs (>= 1.2.0, < 2.0)
175
177
  rspec-support (~> 3.10.0)
176
- rspec-support (3.10.0)
177
- rubocop (0.93.1)
178
+ rspec-support (3.10.2)
179
+ rubocop (1.16.1)
178
180
  parallel (~> 1.10)
179
- parser (>= 2.7.1.5)
181
+ parser (>= 3.0.0.0)
180
182
  rainbow (>= 2.2.2, < 4.0)
181
- regexp_parser (>= 1.8)
183
+ regexp_parser (>= 1.8, < 3.0)
182
184
  rexml
183
- rubocop-ast (>= 0.6.0)
185
+ rubocop-ast (>= 1.7.0, < 2.0)
184
186
  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)
187
+ unicode-display_width (>= 1.4.0, < 3.0)
188
+ rubocop-ast (1.7.0)
189
+ parser (>= 3.0.1.1)
190
+ rubocop-performance (1.11.3)
191
+ rubocop (>= 1.7.0, < 2.0)
190
192
  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)
193
+ rubocop-rake (0.5.1)
194
+ rubocop
195
+ rubocop-rspec (1.42.0)
196
+ rubocop (>= 0.87.0)
197
+ ruby-progressbar (1.11.0)
198
+ ruby_parser (3.16.0)
199
+ sexp_processor (~> 4.15, >= 4.15.1)
200
+ rubycritic (4.6.1)
198
201
  flay (~> 2.8)
199
202
  flog (~> 4.4)
200
203
  launchy (>= 2.0.0)
@@ -205,11 +208,13 @@ GEM
205
208
  simplecov (>= 0.17.0)
206
209
  tty-which (~> 0.4.0)
207
210
  virtus (~> 1.0)
208
- sexp_processor (4.15.1)
209
- simplecov (0.19.0)
211
+ sexp_processor (4.15.3)
212
+ simplecov (0.21.2)
210
213
  docile (~> 1.1)
211
214
  simplecov-html (~> 0.11)
215
+ simplecov_json_formatter (~> 0.1)
212
216
  simplecov-html (0.12.3)
217
+ simplecov_json_formatter (0.1.3)
213
218
  sprockets (4.0.2)
214
219
  concurrent-ruby (~> 1.0)
215
220
  rack (> 1, < 3)
@@ -217,36 +222,37 @@ GEM
217
222
  actionpack (>= 4.0)
218
223
  activesupport (>= 4.0)
219
224
  sprockets (>= 3.0.0)
220
- thor (1.0.1)
225
+ thor (1.1.0)
221
226
  thread_safe (0.3.6)
222
227
  tty-which (0.4.2)
223
- tzinfo (1.2.7)
228
+ tzinfo (1.2.9)
224
229
  thread_safe (~> 0.1)
225
- unicode-display_width (1.7.0)
230
+ unicode-display_width (2.0.0)
226
231
  virtus (1.0.5)
227
232
  axiom-types (~> 0.1)
228
233
  coercible (~> 1.0)
229
234
  descendants_tracker (~> 0.0, >= 0.0.3)
230
235
  equalizer (~> 0.0, >= 0.0.9)
231
- websocket-driver (0.7.3)
236
+ websocket-driver (0.7.4)
232
237
  websocket-extensions (>= 0.1.0)
233
238
  websocket-extensions (0.1.5)
234
- zeitwerk (2.4.1)
239
+ zeitwerk (2.4.2)
235
240
 
236
241
  PLATFORMS
237
- ruby
242
+ x86_64-darwin-20
238
243
 
239
244
  DEPENDENCIES
240
- appraisal (~> 2.3)
245
+ appraisal (>= 2.4, < 3.0)
241
246
  rails (= 6.0.3.4)
242
- rake (~> 13.0)
247
+ rake (>= 13.0, < 14.0)
243
248
  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
+ rubocop (>= 1.0, < 2.0)
250
+ rubocop-performance (>= 1.0, < 2.0)
251
+ rubocop-rake (>= 0.5, < 1.0)
252
+ rubocop-rspec (>= 1.0, < 2.0)
253
+ rubycritic (>= 4.6, < 5.0)
254
+ simplecov (~> 0.21)
249
255
  tdc!
250
256
 
251
257
  BUNDLED WITH
252
- 2.1.4
258
+ 2.2.10
@@ -2,6 +2,6 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
- gem "rails", "5.2.4.4"
5
+ gem "rails", "6.1.3.2"
6
6
 
7
7
  gemspec path: "../"
@@ -0,0 +1,258 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ tdc (0.4.7)
5
+ activesupport (>= 5.2.4, < 7.0)
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.7.0)
70
+ public_suffix (>= 2.0.2, < 5.0)
71
+ appraisal (2.4.0)
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.1.9)
84
+ crass (1.0.6)
85
+ descendants_tracker (0.0.4)
86
+ thread_safe (~> 0.3, >= 0.3.1)
87
+ diff-lcs (1.4.4)
88
+ docile (1.4.0)
89
+ equalizer (0.0.11)
90
+ erubi (1.10.0)
91
+ erubis (2.7.0)
92
+ flay (2.12.1)
93
+ erubis (~> 2.7.0)
94
+ path_expander (~> 1.0)
95
+ ruby_parser (~> 3.0)
96
+ sexp_processor (~> 4.0)
97
+ flog (4.6.4)
98
+ path_expander (~> 1.0)
99
+ ruby_parser (~> 3.1, > 3.1.0)
100
+ sexp_processor (~> 4.8)
101
+ globalid (0.4.2)
102
+ activesupport (>= 4.2.0)
103
+ i18n (1.8.10)
104
+ concurrent-ruby (~> 1.0)
105
+ ice_nine (0.11.2)
106
+ kwalify (0.7.2)
107
+ launchy (2.5.0)
108
+ addressable (~> 2.7)
109
+ loofah (2.10.0)
110
+ crass (~> 1.0.2)
111
+ nokogiri (>= 1.5.9)
112
+ mail (2.7.1)
113
+ mini_mime (>= 0.1.1)
114
+ marcel (1.0.1)
115
+ method_source (1.0.0)
116
+ mini_mime (1.0.3)
117
+ minitest (5.14.4)
118
+ nio4r (2.5.7)
119
+ nokogiri (1.11.7-x86_64-darwin)
120
+ racc (~> 1.4)
121
+ parallel (1.20.1)
122
+ parser (3.0.1.1)
123
+ ast (~> 2.4.1)
124
+ path_expander (1.1.0)
125
+ psych (3.3.2)
126
+ public_suffix (4.0.6)
127
+ racc (1.5.2)
128
+ rack (2.2.3)
129
+ rack-test (1.1.0)
130
+ rack (>= 1.0, < 3)
131
+ rails (6.1.3.2)
132
+ actioncable (= 6.1.3.2)
133
+ actionmailbox (= 6.1.3.2)
134
+ actionmailer (= 6.1.3.2)
135
+ actionpack (= 6.1.3.2)
136
+ actiontext (= 6.1.3.2)
137
+ actionview (= 6.1.3.2)
138
+ activejob (= 6.1.3.2)
139
+ activemodel (= 6.1.3.2)
140
+ activerecord (= 6.1.3.2)
141
+ activestorage (= 6.1.3.2)
142
+ activesupport (= 6.1.3.2)
143
+ bundler (>= 1.15.0)
144
+ railties (= 6.1.3.2)
145
+ sprockets-rails (>= 2.0.0)
146
+ rails-dom-testing (2.0.3)
147
+ activesupport (>= 4.2.0)
148
+ nokogiri (>= 1.6)
149
+ rails-html-sanitizer (1.3.0)
150
+ loofah (~> 2.3)
151
+ railties (6.1.3.2)
152
+ actionpack (= 6.1.3.2)
153
+ activesupport (= 6.1.3.2)
154
+ method_source
155
+ rake (>= 0.8.7)
156
+ thor (~> 1.0)
157
+ rainbow (3.0.0)
158
+ rake (13.0.3)
159
+ reek (6.0.4)
160
+ kwalify (~> 0.7.0)
161
+ parser (~> 3.0.0)
162
+ psych (~> 3.1)
163
+ rainbow (>= 2.0, < 4.0)
164
+ regexp_parser (2.1.1)
165
+ rexml (3.2.5)
166
+ rspec (3.10.0)
167
+ rspec-core (~> 3.10.0)
168
+ rspec-expectations (~> 3.10.0)
169
+ rspec-mocks (~> 3.10.0)
170
+ rspec-core (3.10.1)
171
+ rspec-support (~> 3.10.0)
172
+ rspec-expectations (3.10.1)
173
+ diff-lcs (>= 1.2.0, < 2.0)
174
+ rspec-support (~> 3.10.0)
175
+ rspec-mocks (3.10.2)
176
+ diff-lcs (>= 1.2.0, < 2.0)
177
+ rspec-support (~> 3.10.0)
178
+ rspec-support (3.10.2)
179
+ rubocop (1.16.1)
180
+ parallel (~> 1.10)
181
+ parser (>= 3.0.0.0)
182
+ rainbow (>= 2.2.2, < 4.0)
183
+ regexp_parser (>= 1.8, < 3.0)
184
+ rexml
185
+ rubocop-ast (>= 1.7.0, < 2.0)
186
+ ruby-progressbar (~> 1.7)
187
+ unicode-display_width (>= 1.4.0, < 3.0)
188
+ rubocop-ast (1.7.0)
189
+ parser (>= 3.0.1.1)
190
+ rubocop-performance (1.11.3)
191
+ rubocop (>= 1.7.0, < 2.0)
192
+ rubocop-ast (>= 0.4.0)
193
+ rubocop-rake (0.5.1)
194
+ rubocop
195
+ rubocop-rspec (1.42.0)
196
+ rubocop (>= 0.87.0)
197
+ ruby-progressbar (1.11.0)
198
+ ruby_parser (3.16.0)
199
+ sexp_processor (~> 4.15, >= 4.15.1)
200
+ rubycritic (4.6.1)
201
+ flay (~> 2.8)
202
+ flog (~> 4.4)
203
+ launchy (>= 2.0.0)
204
+ parser (>= 2.6.0)
205
+ rainbow (~> 3.0)
206
+ reek (~> 6.0, < 7.0)
207
+ ruby_parser (~> 3.8)
208
+ simplecov (>= 0.17.0)
209
+ tty-which (~> 0.4.0)
210
+ virtus (~> 1.0)
211
+ sexp_processor (4.15.3)
212
+ simplecov (0.21.2)
213
+ docile (~> 1.1)
214
+ simplecov-html (~> 0.11)
215
+ simplecov_json_formatter (~> 0.1)
216
+ simplecov-html (0.12.3)
217
+ simplecov_json_formatter (0.1.3)
218
+ sprockets (4.0.2)
219
+ concurrent-ruby (~> 1.0)
220
+ rack (> 1, < 3)
221
+ sprockets-rails (3.2.2)
222
+ actionpack (>= 4.0)
223
+ activesupport (>= 4.0)
224
+ sprockets (>= 3.0.0)
225
+ thor (1.1.0)
226
+ thread_safe (0.3.6)
227
+ tty-which (0.4.2)
228
+ tzinfo (2.0.4)
229
+ concurrent-ruby (~> 1.0)
230
+ unicode-display_width (2.0.0)
231
+ virtus (1.0.5)
232
+ axiom-types (~> 0.1)
233
+ coercible (~> 1.0)
234
+ descendants_tracker (~> 0.0, >= 0.0.3)
235
+ equalizer (~> 0.0, >= 0.0.9)
236
+ websocket-driver (0.7.4)
237
+ websocket-extensions (>= 0.1.0)
238
+ websocket-extensions (0.1.5)
239
+ zeitwerk (2.4.2)
240
+
241
+ PLATFORMS
242
+ x86_64-darwin-20
243
+
244
+ DEPENDENCIES
245
+ appraisal (>= 2.4, < 3.0)
246
+ rails (= 6.1.3.2)
247
+ rake (>= 13.0, < 14.0)
248
+ rspec (>= 3.10, < 4.0)
249
+ rubocop (>= 1.0, < 2.0)
250
+ rubocop-performance (>= 1.0, < 2.0)
251
+ rubocop-rake (>= 0.5, < 1.0)
252
+ rubocop-rspec (>= 1.0, < 2.0)
253
+ rubycritic (>= 4.6, < 5.0)
254
+ simplecov (~> 0.21)
255
+ tdc!
256
+
257
+ BUNDLED WITH
258
+ 2.2.10
data/lib/tdc/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Tdc
2
- VERSION = "0.4.7"
2
+ VERSION = "0.5.0"
3
3
  end
data/tdc.gemspec CHANGED
@@ -28,14 +28,15 @@ 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", "< 6.1"
31
+ spec.add_runtime_dependency "activesupport", ">= 5.2.4", "< 7.0"
32
32
 
33
- spec.add_development_dependency "appraisal", "~> 2.3"
34
- spec.add_development_dependency "rake", "~> 13.0"
33
+ spec.add_development_dependency "appraisal", ">= 2.4", "< 3.0"
34
+ spec.add_development_dependency "rake", ">= 13.0", "< 14.0"
35
35
  spec.add_development_dependency "rspec", ">= 3.10", "< 4.0"
36
- spec.add_development_dependency "rubocop", "~> 0.93"
37
- spec.add_development_dependency "rubocop-performance", "~> 1.8"
38
- spec.add_development_dependency "rubocop-rspec", "~> 1.44"
39
- spec.add_development_dependency "rubycritic", "~> 4.5"
40
- spec.add_development_dependency "simplecov", "~> 0.19"
36
+ spec.add_development_dependency "rubocop", ">= 1.0", "< 2.0"
37
+ spec.add_development_dependency "rubocop-performance", ">= 1.0", "< 2.0"
38
+ spec.add_development_dependency "rubocop-rake", ">= 0.5", "< 1.0"
39
+ spec.add_development_dependency "rubocop-rspec", ">= 1.0", "< 2.0"
40
+ spec.add_development_dependency "rubycritic", ">= 4.6", "< 5.0"
41
+ spec.add_development_dependency "simplecov", "~> 0.21"
41
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.7
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alistair McKinnell
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-11-05 00:00:00.000000000 Z
11
+ date: 2021-06-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: 5.2.4
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
- version: '6.1'
22
+ version: '7.0'
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,35 +29,47 @@ dependencies:
29
29
  version: 5.2.4
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
- version: '6.1'
32
+ version: '7.0'
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: appraisal
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  requirements:
37
- - - "~>"
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '2.4'
40
+ - - "<"
38
41
  - !ruby/object:Gem::Version
39
- version: '2.3'
42
+ version: '3.0'
40
43
  type: :development
41
44
  prerelease: false
42
45
  version_requirements: !ruby/object:Gem::Requirement
43
46
  requirements:
44
- - - "~>"
47
+ - - ">="
48
+ - !ruby/object:Gem::Version
49
+ version: '2.4'
50
+ - - "<"
45
51
  - !ruby/object:Gem::Version
46
- version: '2.3'
52
+ version: '3.0'
47
53
  - !ruby/object:Gem::Dependency
48
54
  name: rake
49
55
  requirement: !ruby/object:Gem::Requirement
50
56
  requirements:
51
- - - "~>"
57
+ - - ">="
52
58
  - !ruby/object:Gem::Version
53
59
  version: '13.0'
60
+ - - "<"
61
+ - !ruby/object:Gem::Version
62
+ version: '14.0'
54
63
  type: :development
55
64
  prerelease: false
56
65
  version_requirements: !ruby/object:Gem::Requirement
57
66
  requirements:
58
- - - "~>"
67
+ - - ">="
59
68
  - !ruby/object:Gem::Version
60
69
  version: '13.0'
70
+ - - "<"
71
+ - !ruby/object:Gem::Version
72
+ version: '14.0'
61
73
  - !ruby/object:Gem::Dependency
62
74
  name: rspec
63
75
  requirement: !ruby/object:Gem::Requirement
@@ -82,73 +94,117 @@ dependencies:
82
94
  name: rubocop
83
95
  requirement: !ruby/object:Gem::Requirement
84
96
  requirements:
85
- - - "~>"
97
+ - - ">="
98
+ - !ruby/object:Gem::Version
99
+ version: '1.0'
100
+ - - "<"
86
101
  - !ruby/object:Gem::Version
87
- version: '0.93'
102
+ version: '2.0'
88
103
  type: :development
89
104
  prerelease: false
90
105
  version_requirements: !ruby/object:Gem::Requirement
91
106
  requirements:
92
- - - "~>"
107
+ - - ">="
108
+ - !ruby/object:Gem::Version
109
+ version: '1.0'
110
+ - - "<"
93
111
  - !ruby/object:Gem::Version
94
- version: '0.93'
112
+ version: '2.0'
95
113
  - !ruby/object:Gem::Dependency
96
114
  name: rubocop-performance
97
115
  requirement: !ruby/object:Gem::Requirement
98
116
  requirements:
99
- - - "~>"
117
+ - - ">="
118
+ - !ruby/object:Gem::Version
119
+ version: '1.0'
120
+ - - "<"
100
121
  - !ruby/object:Gem::Version
101
- version: '1.8'
122
+ version: '2.0'
102
123
  type: :development
103
124
  prerelease: false
104
125
  version_requirements: !ruby/object:Gem::Requirement
105
126
  requirements:
106
- - - "~>"
127
+ - - ">="
128
+ - !ruby/object:Gem::Version
129
+ version: '1.0'
130
+ - - "<"
107
131
  - !ruby/object:Gem::Version
108
- version: '1.8'
132
+ version: '2.0'
133
+ - !ruby/object:Gem::Dependency
134
+ name: rubocop-rake
135
+ requirement: !ruby/object:Gem::Requirement
136
+ requirements:
137
+ - - ">="
138
+ - !ruby/object:Gem::Version
139
+ version: '0.5'
140
+ - - "<"
141
+ - !ruby/object:Gem::Version
142
+ version: '1.0'
143
+ type: :development
144
+ prerelease: false
145
+ version_requirements: !ruby/object:Gem::Requirement
146
+ requirements:
147
+ - - ">="
148
+ - !ruby/object:Gem::Version
149
+ version: '0.5'
150
+ - - "<"
151
+ - !ruby/object:Gem::Version
152
+ version: '1.0'
109
153
  - !ruby/object:Gem::Dependency
110
154
  name: rubocop-rspec
111
155
  requirement: !ruby/object:Gem::Requirement
112
156
  requirements:
113
- - - "~>"
157
+ - - ">="
158
+ - !ruby/object:Gem::Version
159
+ version: '1.0'
160
+ - - "<"
114
161
  - !ruby/object:Gem::Version
115
- version: '1.44'
162
+ version: '2.0'
116
163
  type: :development
117
164
  prerelease: false
118
165
  version_requirements: !ruby/object:Gem::Requirement
119
166
  requirements:
120
- - - "~>"
167
+ - - ">="
168
+ - !ruby/object:Gem::Version
169
+ version: '1.0'
170
+ - - "<"
121
171
  - !ruby/object:Gem::Version
122
- version: '1.44'
172
+ version: '2.0'
123
173
  - !ruby/object:Gem::Dependency
124
174
  name: rubycritic
125
175
  requirement: !ruby/object:Gem::Requirement
126
176
  requirements:
127
- - - "~>"
177
+ - - ">="
178
+ - !ruby/object:Gem::Version
179
+ version: '4.6'
180
+ - - "<"
128
181
  - !ruby/object:Gem::Version
129
- version: '4.5'
182
+ version: '5.0'
130
183
  type: :development
131
184
  prerelease: false
132
185
  version_requirements: !ruby/object:Gem::Requirement
133
186
  requirements:
134
- - - "~>"
187
+ - - ">="
188
+ - !ruby/object:Gem::Version
189
+ version: '4.6'
190
+ - - "<"
135
191
  - !ruby/object:Gem::Version
136
- version: '4.5'
192
+ version: '5.0'
137
193
  - !ruby/object:Gem::Dependency
138
194
  name: simplecov
139
195
  requirement: !ruby/object:Gem::Requirement
140
196
  requirements:
141
197
  - - "~>"
142
198
  - !ruby/object:Gem::Version
143
- version: '0.19'
199
+ version: '0.21'
144
200
  type: :development
145
201
  prerelease: false
146
202
  version_requirements: !ruby/object:Gem::Requirement
147
203
  requirements:
148
204
  - - "~>"
149
205
  - !ruby/object:Gem::Version
150
- version: '0.19'
151
- description:
206
+ version: '0.21'
207
+ description:
152
208
  email:
153
209
  - alistairm@nulogy.com
154
210
  executables: []
@@ -167,10 +223,10 @@ files:
167
223
  - Rakefile
168
224
  - bin/console
169
225
  - bin/setup
170
- - gemfiles/rails_5.gemfile
171
- - gemfiles/rails_5.gemfile.lock
172
226
  - gemfiles/rails_6.gemfile
173
227
  - gemfiles/rails_6.gemfile.lock
228
+ - gemfiles/rails_6_1.gemfile
229
+ - gemfiles/rails_6_1.gemfile.lock
174
230
  - images/Tdc.png
175
231
  - lib/tdc.rb
176
232
  - lib/tdc/data_definition.rb
@@ -209,7 +265,7 @@ metadata:
209
265
  changelog_uri: https://github.com/nulogy/tdc/blob/master/CHANGELOG.md
210
266
  source_code_uri: https://github.com/nulogy/tdc
211
267
  bug_tracker_uri: https://github.com/nulogy/tdc/issues
212
- post_install_message:
268
+ post_install_message:
213
269
  rdoc_options: []
214
270
  require_paths:
215
271
  - lib
@@ -224,8 +280,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
224
280
  - !ruby/object:Gem::Version
225
281
  version: '0'
226
282
  requirements: []
227
- rubygems_version: 3.1.4
228
- signing_key:
283
+ rubygems_version: 3.1.6
284
+ signing_key:
229
285
  specification_version: 4
230
286
  summary: A simple framework for creating a Test Data Catalog
231
287
  test_files: []
@@ -1,236 +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 (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