data_taster 0.3.0 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +95 -90
- data/gemfiles/rails_6_0.gemfile.lock +24 -20
- data/gemfiles/rails_6_1.gemfile.lock +24 -20
- data/gemfiles/rails_7_0.gemfile.lock +24 -20
- data/lib/data_taster/flavors.rb +1 -1
- data/lib/data_taster/helper.rb +1 -5
- data/lib/data_taster/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9e4bd6c9ac99e68a3d7fdfefda483cb76ea2e75f92cbe9fbd4891d2c1f6f1e5a
|
4
|
+
data.tar.gz: 37898fe6a853c47f2d3909d327f8fc8c7cab81712c30350581e7d4774a0387e3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 89971e150d247c08618f14c64d0af40082d9efe976b73c76522fe6000533ee47bac9365e3426b20dd1d66166cdcf86632e11a718f80eb0fd2d42f0f490b86303
|
7
|
+
data.tar.gz: 574baea33d4e2399e451c1ef076edc6524c8984c702d46ab592e1b062e4e5f7eafecec5b1ae460d1281601602a0a8407feb92787ab3d84d77858de66caf52820
|
data/Gemfile.lock
CHANGED
@@ -11,41 +11,41 @@ PATH
|
|
11
11
|
PATH
|
12
12
|
remote: .
|
13
13
|
specs:
|
14
|
-
data_taster (0.
|
14
|
+
data_taster (0.4.0)
|
15
15
|
rails (>= 6.0)
|
16
16
|
|
17
17
|
GEM
|
18
18
|
remote: https://rubygems.org/
|
19
19
|
specs:
|
20
|
-
actioncable (7.1.3.
|
21
|
-
actionpack (= 7.1.3.
|
22
|
-
activesupport (= 7.1.3.
|
20
|
+
actioncable (7.1.3.3)
|
21
|
+
actionpack (= 7.1.3.3)
|
22
|
+
activesupport (= 7.1.3.3)
|
23
23
|
nio4r (~> 2.0)
|
24
24
|
websocket-driver (>= 0.6.1)
|
25
25
|
zeitwerk (~> 2.6)
|
26
|
-
actionmailbox (7.1.3.
|
27
|
-
actionpack (= 7.1.3.
|
28
|
-
activejob (= 7.1.3.
|
29
|
-
activerecord (= 7.1.3.
|
30
|
-
activestorage (= 7.1.3.
|
31
|
-
activesupport (= 7.1.3.
|
26
|
+
actionmailbox (7.1.3.3)
|
27
|
+
actionpack (= 7.1.3.3)
|
28
|
+
activejob (= 7.1.3.3)
|
29
|
+
activerecord (= 7.1.3.3)
|
30
|
+
activestorage (= 7.1.3.3)
|
31
|
+
activesupport (= 7.1.3.3)
|
32
32
|
mail (>= 2.7.1)
|
33
33
|
net-imap
|
34
34
|
net-pop
|
35
35
|
net-smtp
|
36
|
-
actionmailer (7.1.3.
|
37
|
-
actionpack (= 7.1.3.
|
38
|
-
actionview (= 7.1.3.
|
39
|
-
activejob (= 7.1.3.
|
40
|
-
activesupport (= 7.1.3.
|
36
|
+
actionmailer (7.1.3.3)
|
37
|
+
actionpack (= 7.1.3.3)
|
38
|
+
actionview (= 7.1.3.3)
|
39
|
+
activejob (= 7.1.3.3)
|
40
|
+
activesupport (= 7.1.3.3)
|
41
41
|
mail (~> 2.5, >= 2.5.4)
|
42
42
|
net-imap
|
43
43
|
net-pop
|
44
44
|
net-smtp
|
45
45
|
rails-dom-testing (~> 2.2)
|
46
|
-
actionpack (7.1.3.
|
47
|
-
actionview (= 7.1.3.
|
48
|
-
activesupport (= 7.1.3.
|
46
|
+
actionpack (7.1.3.3)
|
47
|
+
actionview (= 7.1.3.3)
|
48
|
+
activesupport (= 7.1.3.3)
|
49
49
|
nokogiri (>= 1.8.5)
|
50
50
|
racc
|
51
51
|
rack (>= 2.2.4)
|
@@ -53,35 +53,35 @@ GEM
|
|
53
53
|
rack-test (>= 0.6.3)
|
54
54
|
rails-dom-testing (~> 2.2)
|
55
55
|
rails-html-sanitizer (~> 1.6)
|
56
|
-
actiontext (7.1.3.
|
57
|
-
actionpack (= 7.1.3.
|
58
|
-
activerecord (= 7.1.3.
|
59
|
-
activestorage (= 7.1.3.
|
60
|
-
activesupport (= 7.1.3.
|
56
|
+
actiontext (7.1.3.3)
|
57
|
+
actionpack (= 7.1.3.3)
|
58
|
+
activerecord (= 7.1.3.3)
|
59
|
+
activestorage (= 7.1.3.3)
|
60
|
+
activesupport (= 7.1.3.3)
|
61
61
|
globalid (>= 0.6.0)
|
62
62
|
nokogiri (>= 1.8.5)
|
63
|
-
actionview (7.1.3.
|
64
|
-
activesupport (= 7.1.3.
|
63
|
+
actionview (7.1.3.3)
|
64
|
+
activesupport (= 7.1.3.3)
|
65
65
|
builder (~> 3.1)
|
66
66
|
erubi (~> 1.11)
|
67
67
|
rails-dom-testing (~> 2.2)
|
68
68
|
rails-html-sanitizer (~> 1.6)
|
69
|
-
activejob (7.1.3.
|
70
|
-
activesupport (= 7.1.3.
|
69
|
+
activejob (7.1.3.3)
|
70
|
+
activesupport (= 7.1.3.3)
|
71
71
|
globalid (>= 0.3.6)
|
72
|
-
activemodel (7.1.3.
|
73
|
-
activesupport (= 7.1.3.
|
74
|
-
activerecord (7.1.3.
|
75
|
-
activemodel (= 7.1.3.
|
76
|
-
activesupport (= 7.1.3.
|
72
|
+
activemodel (7.1.3.3)
|
73
|
+
activesupport (= 7.1.3.3)
|
74
|
+
activerecord (7.1.3.3)
|
75
|
+
activemodel (= 7.1.3.3)
|
76
|
+
activesupport (= 7.1.3.3)
|
77
77
|
timeout (>= 0.4.0)
|
78
|
-
activestorage (7.1.3.
|
79
|
-
actionpack (= 7.1.3.
|
80
|
-
activejob (= 7.1.3.
|
81
|
-
activerecord (= 7.1.3.
|
82
|
-
activesupport (= 7.1.3.
|
78
|
+
activestorage (7.1.3.3)
|
79
|
+
actionpack (= 7.1.3.3)
|
80
|
+
activejob (= 7.1.3.3)
|
81
|
+
activerecord (= 7.1.3.3)
|
82
|
+
activesupport (= 7.1.3.3)
|
83
83
|
marcel (~> 1.0)
|
84
|
-
activesupport (7.1.3.
|
84
|
+
activesupport (7.1.3.3)
|
85
85
|
base64
|
86
86
|
bigdecimal
|
87
87
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
@@ -97,28 +97,29 @@ GEM
|
|
97
97
|
thor (>= 0.14.0)
|
98
98
|
ast (2.4.2)
|
99
99
|
base64 (0.2.0)
|
100
|
-
bigdecimal (3.1.
|
100
|
+
bigdecimal (3.1.8)
|
101
101
|
builder (3.2.4)
|
102
102
|
concurrent-ruby (1.2.3)
|
103
103
|
connection_pool (2.4.1)
|
104
104
|
crass (1.0.6)
|
105
|
+
csv (3.3.0)
|
105
106
|
date (3.3.4)
|
106
107
|
diff-lcs (1.5.1)
|
107
108
|
docile (1.1.5)
|
108
|
-
drb (2.2.
|
109
|
-
ruby2_keywords
|
109
|
+
drb (2.2.1)
|
110
110
|
erubi (1.12.0)
|
111
111
|
globalid (1.2.1)
|
112
112
|
activesupport (>= 6.1)
|
113
|
-
i18n (1.14.
|
113
|
+
i18n (1.14.5)
|
114
114
|
concurrent-ruby (~> 1.0)
|
115
115
|
io-console (0.7.2)
|
116
|
-
irb (1.
|
117
|
-
rdoc
|
116
|
+
irb (1.13.1)
|
117
|
+
rdoc (>= 4.0.0)
|
118
118
|
reline (>= 0.4.2)
|
119
|
-
json (2.7.
|
120
|
-
license_finder (7.1
|
119
|
+
json (2.7.2)
|
120
|
+
license_finder (7.2.1)
|
121
121
|
bundler
|
122
|
+
csv (~> 3.2)
|
122
123
|
rubyzip (>= 1, < 3)
|
123
124
|
thor (~> 1.2)
|
124
125
|
tomlrb (>= 1.3, < 2.1)
|
@@ -132,39 +133,39 @@ GEM
|
|
132
133
|
net-imap
|
133
134
|
net-pop
|
134
135
|
net-smtp
|
135
|
-
marcel (1.0.
|
136
|
+
marcel (1.0.4)
|
136
137
|
mini_mime (1.1.5)
|
137
|
-
mini_portile2 (2.8.
|
138
|
-
minitest (5.
|
138
|
+
mini_portile2 (2.8.6)
|
139
|
+
minitest (5.23.0)
|
139
140
|
mutex_m (0.2.0)
|
140
|
-
net-imap (0.4.
|
141
|
+
net-imap (0.4.11)
|
141
142
|
date
|
142
143
|
net-protocol
|
143
144
|
net-pop (0.1.2)
|
144
145
|
net-protocol
|
145
146
|
net-protocol (0.2.2)
|
146
147
|
timeout
|
147
|
-
net-smtp (0.
|
148
|
+
net-smtp (0.5.0)
|
148
149
|
net-protocol
|
149
|
-
nio4r (2.7.
|
150
|
-
nokogiri (1.16.
|
150
|
+
nio4r (2.7.3)
|
151
|
+
nokogiri (1.16.5)
|
151
152
|
mini_portile2 (~> 2.8.2)
|
152
153
|
racc (~> 1.4)
|
153
|
-
nokogiri (1.16.
|
154
|
+
nokogiri (1.16.5-arm64-darwin)
|
154
155
|
racc (~> 1.4)
|
155
|
-
nokogiri (1.16.
|
156
|
+
nokogiri (1.16.5-x86_64-darwin)
|
156
157
|
racc (~> 1.4)
|
157
|
-
nokogiri (1.16.
|
158
|
+
nokogiri (1.16.5-x86_64-linux)
|
158
159
|
racc (~> 1.4)
|
159
160
|
parallel (1.24.0)
|
160
|
-
parser (3.3.0
|
161
|
+
parser (3.3.1.0)
|
161
162
|
ast (~> 2.4.1)
|
162
163
|
racc
|
163
164
|
power_assert (2.0.3)
|
164
165
|
psych (5.1.2)
|
165
166
|
stringio
|
166
|
-
racc (1.
|
167
|
-
rack (3.0.
|
167
|
+
racc (1.8.0)
|
168
|
+
rack (3.0.11)
|
168
169
|
rack-session (2.0.0)
|
169
170
|
rack (>= 3.0.0)
|
170
171
|
rack-test (2.1.0)
|
@@ -172,20 +173,20 @@ GEM
|
|
172
173
|
rackup (2.1.0)
|
173
174
|
rack (>= 3)
|
174
175
|
webrick (~> 1.8)
|
175
|
-
rails (7.1.3.
|
176
|
-
actioncable (= 7.1.3.
|
177
|
-
actionmailbox (= 7.1.3.
|
178
|
-
actionmailer (= 7.1.3.
|
179
|
-
actionpack (= 7.1.3.
|
180
|
-
actiontext (= 7.1.3.
|
181
|
-
actionview (= 7.1.3.
|
182
|
-
activejob (= 7.1.3.
|
183
|
-
activemodel (= 7.1.3.
|
184
|
-
activerecord (= 7.1.3.
|
185
|
-
activestorage (= 7.1.3.
|
186
|
-
activesupport (= 7.1.3.
|
176
|
+
rails (7.1.3.3)
|
177
|
+
actioncable (= 7.1.3.3)
|
178
|
+
actionmailbox (= 7.1.3.3)
|
179
|
+
actionmailer (= 7.1.3.3)
|
180
|
+
actionpack (= 7.1.3.3)
|
181
|
+
actiontext (= 7.1.3.3)
|
182
|
+
actionview (= 7.1.3.3)
|
183
|
+
activejob (= 7.1.3.3)
|
184
|
+
activemodel (= 7.1.3.3)
|
185
|
+
activerecord (= 7.1.3.3)
|
186
|
+
activestorage (= 7.1.3.3)
|
187
|
+
activesupport (= 7.1.3.3)
|
187
188
|
bundler (>= 1.15.0)
|
188
|
-
railties (= 7.1.3.
|
189
|
+
railties (= 7.1.3.3)
|
189
190
|
rails-dom-testing (2.2.0)
|
190
191
|
activesupport (>= 5.0.0)
|
191
192
|
minitest
|
@@ -193,9 +194,9 @@ GEM
|
|
193
194
|
rails-html-sanitizer (1.6.0)
|
194
195
|
loofah (~> 2.21)
|
195
196
|
nokogiri (~> 1.14)
|
196
|
-
railties (7.1.3.
|
197
|
-
actionpack (= 7.1.3.
|
198
|
-
activesupport (= 7.1.3.
|
197
|
+
railties (7.1.3.3)
|
198
|
+
actionpack (= 7.1.3.3)
|
199
|
+
activesupport (= 7.1.3.3)
|
199
200
|
irb
|
200
201
|
rackup (>= 1.0.0)
|
201
202
|
rake (>= 12.2)
|
@@ -203,13 +204,14 @@ GEM
|
|
203
204
|
zeitwerk (~> 2.6)
|
204
205
|
rainbow (2.2.2)
|
205
206
|
rake
|
206
|
-
rake (13.1
|
207
|
-
rdoc (6.6.
|
207
|
+
rake (13.2.1)
|
208
|
+
rdoc (6.6.3.1)
|
208
209
|
psych (>= 4.0.0)
|
209
|
-
regexp_parser (2.9.
|
210
|
-
reline (0.
|
210
|
+
regexp_parser (2.9.2)
|
211
|
+
reline (0.5.7)
|
211
212
|
io-console (~> 0.5)
|
212
|
-
rexml (3.2.
|
213
|
+
rexml (3.2.8)
|
214
|
+
strscan (>= 3.0.9)
|
213
215
|
rspec (3.13.0)
|
214
216
|
rspec-core (~> 3.13.0)
|
215
217
|
rspec-expectations (~> 3.13.0)
|
@@ -219,7 +221,7 @@ GEM
|
|
219
221
|
rspec-expectations (3.13.0)
|
220
222
|
diff-lcs (>= 1.2.0, < 2.0)
|
221
223
|
rspec-support (~> 3.13.0)
|
222
|
-
rspec-mocks (3.13.
|
224
|
+
rspec-mocks (3.13.1)
|
223
225
|
diff-lcs (>= 1.2.0, < 2.0)
|
224
226
|
rspec-support (~> 3.13.0)
|
225
227
|
rspec-support (3.13.1)
|
@@ -233,28 +235,30 @@ GEM
|
|
233
235
|
rubocop-ast (>= 1.28.0, < 2.0)
|
234
236
|
ruby-progressbar (~> 1.7)
|
235
237
|
unicode-display_width (>= 2.4.0, < 3.0)
|
236
|
-
rubocop-ast (1.
|
237
|
-
parser (>= 3.
|
238
|
+
rubocop-ast (1.31.3)
|
239
|
+
parser (>= 3.3.1.0)
|
238
240
|
rubocop-capybara (2.20.0)
|
239
241
|
rubocop (~> 1.41)
|
240
242
|
rubocop-factory_bot (2.25.1)
|
241
243
|
rubocop (~> 1.41)
|
242
|
-
rubocop-performance (1.
|
244
|
+
rubocop-performance (1.21.0)
|
243
245
|
rubocop (>= 1.48.1, < 2.0)
|
244
|
-
rubocop-ast (>= 1.
|
245
|
-
rubocop-rails (2.
|
246
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
247
|
+
rubocop-rails (2.25.0)
|
246
248
|
activesupport (>= 4.2.0)
|
247
249
|
rack (>= 1.1)
|
248
250
|
rubocop (>= 1.33.0, < 2.0)
|
249
|
-
rubocop-ast (>= 1.
|
251
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
250
252
|
rubocop-rake (0.6.0)
|
251
253
|
rubocop (~> 1.0)
|
252
|
-
rubocop-rspec (2.
|
254
|
+
rubocop-rspec (2.29.2)
|
253
255
|
rubocop (~> 1.40)
|
254
256
|
rubocop-capybara (~> 2.17)
|
255
257
|
rubocop-factory_bot (~> 2.22)
|
258
|
+
rubocop-rspec_rails (~> 2.28)
|
259
|
+
rubocop-rspec_rails (2.28.3)
|
260
|
+
rubocop (~> 1.40)
|
256
261
|
ruby-progressbar (1.13.0)
|
257
|
-
ruby2_keywords (0.0.5)
|
258
262
|
rubyzip (2.3.2)
|
259
263
|
simplecov (0.15.1)
|
260
264
|
docile (~> 1.1.0)
|
@@ -262,6 +266,7 @@ GEM
|
|
262
266
|
simplecov-html (~> 0.10.0)
|
263
267
|
simplecov-html (0.10.2)
|
264
268
|
stringio (3.1.0)
|
269
|
+
strscan (3.1.0)
|
265
270
|
test-unit (3.1.5)
|
266
271
|
power_assert
|
267
272
|
thor (1.3.1)
|
@@ -278,7 +283,7 @@ GEM
|
|
278
283
|
xml-simple (1.1.9)
|
279
284
|
rexml
|
280
285
|
yard (0.9.34)
|
281
|
-
zeitwerk (2.6.
|
286
|
+
zeitwerk (2.6.14)
|
282
287
|
|
283
288
|
PLATFORMS
|
284
289
|
arm64-darwin-20
|
@@ -11,7 +11,7 @@ PATH
|
|
11
11
|
PATH
|
12
12
|
remote: ..
|
13
13
|
specs:
|
14
|
-
data_taster (0.
|
14
|
+
data_taster (0.4.0)
|
15
15
|
rails (>= 6.0)
|
16
16
|
|
17
17
|
GEM
|
@@ -80,17 +80,19 @@ GEM
|
|
80
80
|
builder (3.2.4)
|
81
81
|
concurrent-ruby (1.2.3)
|
82
82
|
crass (1.0.6)
|
83
|
+
csv (3.3.0)
|
83
84
|
date (3.3.4)
|
84
85
|
diff-lcs (1.5.1)
|
85
86
|
docile (1.1.5)
|
86
87
|
erubi (1.12.0)
|
87
88
|
globalid (1.1.0)
|
88
89
|
activesupport (>= 5.0)
|
89
|
-
i18n (1.14.
|
90
|
+
i18n (1.14.5)
|
90
91
|
concurrent-ruby (~> 1.0)
|
91
92
|
json (2.7.2)
|
92
|
-
license_finder (7.1
|
93
|
+
license_finder (7.2.1)
|
93
94
|
bundler
|
95
|
+
csv (~> 3.2)
|
94
96
|
rubyzip (>= 1, < 3)
|
95
97
|
thor (~> 1.2)
|
96
98
|
tomlrb (>= 1.3, < 2.1)
|
@@ -108,8 +110,8 @@ GEM
|
|
108
110
|
method_source (1.1.0)
|
109
111
|
mini_mime (1.1.5)
|
110
112
|
mini_portile2 (2.8.6)
|
111
|
-
minitest (5.
|
112
|
-
net-imap (0.4.
|
113
|
+
minitest (5.23.0)
|
114
|
+
net-imap (0.4.11)
|
113
115
|
date
|
114
116
|
net-protocol
|
115
117
|
net-pop (0.1.2)
|
@@ -118,20 +120,20 @@ GEM
|
|
118
120
|
timeout
|
119
121
|
net-smtp (0.5.0)
|
120
122
|
net-protocol
|
121
|
-
nio4r (2.7.
|
122
|
-
nokogiri (1.16.
|
123
|
+
nio4r (2.7.3)
|
124
|
+
nokogiri (1.16.5)
|
123
125
|
mini_portile2 (~> 2.8.2)
|
124
126
|
racc (~> 1.4)
|
125
|
-
nokogiri (1.16.
|
127
|
+
nokogiri (1.16.5-arm64-darwin)
|
126
128
|
racc (~> 1.4)
|
127
|
-
nokogiri (1.16.
|
129
|
+
nokogiri (1.16.5-x86_64-linux)
|
128
130
|
racc (~> 1.4)
|
129
131
|
parallel (1.24.0)
|
130
|
-
parser (3.3.0
|
132
|
+
parser (3.3.1.0)
|
131
133
|
ast (~> 2.4.1)
|
132
134
|
racc
|
133
135
|
power_assert (2.0.3)
|
134
|
-
racc (1.
|
136
|
+
racc (1.8.0)
|
135
137
|
rack (2.2.9)
|
136
138
|
rack-test (2.1.0)
|
137
139
|
rack (>= 1.3)
|
@@ -166,8 +168,9 @@ GEM
|
|
166
168
|
rainbow (2.2.2)
|
167
169
|
rake
|
168
170
|
rake (13.2.1)
|
169
|
-
regexp_parser (2.9.
|
170
|
-
rexml (3.2.
|
171
|
+
regexp_parser (2.9.2)
|
172
|
+
rexml (3.2.8)
|
173
|
+
strscan (>= 3.0.9)
|
171
174
|
rspec (3.13.0)
|
172
175
|
rspec-core (~> 3.13.0)
|
173
176
|
rspec-expectations (~> 3.13.0)
|
@@ -177,7 +180,7 @@ GEM
|
|
177
180
|
rspec-expectations (3.13.0)
|
178
181
|
diff-lcs (>= 1.2.0, < 2.0)
|
179
182
|
rspec-support (~> 3.13.0)
|
180
|
-
rspec-mocks (3.13.
|
183
|
+
rspec-mocks (3.13.1)
|
181
184
|
diff-lcs (>= 1.2.0, < 2.0)
|
182
185
|
rspec-support (~> 3.13.0)
|
183
186
|
rspec-support (3.13.1)
|
@@ -191,8 +194,8 @@ GEM
|
|
191
194
|
rubocop-ast (>= 1.28.0, < 2.0)
|
192
195
|
ruby-progressbar (~> 1.7)
|
193
196
|
unicode-display_width (>= 2.4.0, < 3.0)
|
194
|
-
rubocop-ast (1.31.
|
195
|
-
parser (>= 3.3.0
|
197
|
+
rubocop-ast (1.31.3)
|
198
|
+
parser (>= 3.3.1.0)
|
196
199
|
rubocop-capybara (2.20.0)
|
197
200
|
rubocop (~> 1.41)
|
198
201
|
rubocop-factory_bot (2.25.1)
|
@@ -200,14 +203,14 @@ GEM
|
|
200
203
|
rubocop-performance (1.21.0)
|
201
204
|
rubocop (>= 1.48.1, < 2.0)
|
202
205
|
rubocop-ast (>= 1.31.1, < 2.0)
|
203
|
-
rubocop-rails (2.
|
206
|
+
rubocop-rails (2.25.0)
|
204
207
|
activesupport (>= 4.2.0)
|
205
208
|
rack (>= 1.1)
|
206
209
|
rubocop (>= 1.33.0, < 2.0)
|
207
210
|
rubocop-ast (>= 1.31.1, < 2.0)
|
208
211
|
rubocop-rake (0.6.0)
|
209
212
|
rubocop (~> 1.0)
|
210
|
-
rubocop-rspec (2.29.
|
213
|
+
rubocop-rspec (2.29.2)
|
211
214
|
rubocop (~> 1.40)
|
212
215
|
rubocop-capybara (~> 2.17)
|
213
216
|
rubocop-factory_bot (~> 2.22)
|
@@ -228,6 +231,7 @@ GEM
|
|
228
231
|
actionpack (>= 5.2)
|
229
232
|
activesupport (>= 5.2)
|
230
233
|
sprockets (>= 3.0.0)
|
234
|
+
strscan (3.1.0)
|
231
235
|
test-unit (3.1.5)
|
232
236
|
power_assert
|
233
237
|
thor (1.3.1)
|
@@ -244,7 +248,7 @@ GEM
|
|
244
248
|
xml-simple (1.1.9)
|
245
249
|
rexml
|
246
250
|
yard (0.9.34)
|
247
|
-
zeitwerk (2.6.
|
251
|
+
zeitwerk (2.6.14)
|
248
252
|
|
249
253
|
PLATFORMS
|
250
254
|
arm64-darwin-22
|
@@ -268,4 +272,4 @@ DEPENDENCIES
|
|
268
272
|
yard (= 0.9.34)
|
269
273
|
|
270
274
|
BUNDLED WITH
|
271
|
-
2.4
|
275
|
+
2.5.4
|
@@ -11,7 +11,7 @@ PATH
|
|
11
11
|
PATH
|
12
12
|
remote: ..
|
13
13
|
specs:
|
14
|
-
data_taster (0.
|
14
|
+
data_taster (0.4.0)
|
15
15
|
rails (>= 6.0)
|
16
16
|
|
17
17
|
GEM
|
@@ -84,17 +84,19 @@ GEM
|
|
84
84
|
builder (3.2.4)
|
85
85
|
concurrent-ruby (1.2.3)
|
86
86
|
crass (1.0.6)
|
87
|
+
csv (3.3.0)
|
87
88
|
date (3.3.4)
|
88
89
|
diff-lcs (1.5.1)
|
89
90
|
docile (1.1.5)
|
90
91
|
erubi (1.12.0)
|
91
92
|
globalid (1.2.1)
|
92
93
|
activesupport (>= 6.1)
|
93
|
-
i18n (1.14.
|
94
|
+
i18n (1.14.5)
|
94
95
|
concurrent-ruby (~> 1.0)
|
95
96
|
json (2.7.2)
|
96
|
-
license_finder (7.1
|
97
|
+
license_finder (7.2.1)
|
97
98
|
bundler
|
99
|
+
csv (~> 3.2)
|
98
100
|
rubyzip (>= 1, < 3)
|
99
101
|
thor (~> 1.2)
|
100
102
|
tomlrb (>= 1.3, < 2.1)
|
@@ -112,8 +114,8 @@ GEM
|
|
112
114
|
method_source (1.1.0)
|
113
115
|
mini_mime (1.1.5)
|
114
116
|
mini_portile2 (2.8.6)
|
115
|
-
minitest (5.
|
116
|
-
net-imap (0.4.
|
117
|
+
minitest (5.23.0)
|
118
|
+
net-imap (0.4.11)
|
117
119
|
date
|
118
120
|
net-protocol
|
119
121
|
net-pop (0.1.2)
|
@@ -122,20 +124,20 @@ GEM
|
|
122
124
|
timeout
|
123
125
|
net-smtp (0.5.0)
|
124
126
|
net-protocol
|
125
|
-
nio4r (2.7.
|
126
|
-
nokogiri (1.16.
|
127
|
+
nio4r (2.7.3)
|
128
|
+
nokogiri (1.16.5)
|
127
129
|
mini_portile2 (~> 2.8.2)
|
128
130
|
racc (~> 1.4)
|
129
|
-
nokogiri (1.16.
|
131
|
+
nokogiri (1.16.5-arm64-darwin)
|
130
132
|
racc (~> 1.4)
|
131
|
-
nokogiri (1.16.
|
133
|
+
nokogiri (1.16.5-x86_64-linux)
|
132
134
|
racc (~> 1.4)
|
133
135
|
parallel (1.24.0)
|
134
|
-
parser (3.3.0
|
136
|
+
parser (3.3.1.0)
|
135
137
|
ast (~> 2.4.1)
|
136
138
|
racc
|
137
139
|
power_assert (2.0.3)
|
138
|
-
racc (1.
|
140
|
+
racc (1.8.0)
|
139
141
|
rack (2.2.9)
|
140
142
|
rack-test (2.1.0)
|
141
143
|
rack (>= 1.3)
|
@@ -170,8 +172,9 @@ GEM
|
|
170
172
|
rainbow (2.2.2)
|
171
173
|
rake
|
172
174
|
rake (13.2.1)
|
173
|
-
regexp_parser (2.9.
|
174
|
-
rexml (3.2.
|
175
|
+
regexp_parser (2.9.2)
|
176
|
+
rexml (3.2.8)
|
177
|
+
strscan (>= 3.0.9)
|
175
178
|
rspec (3.13.0)
|
176
179
|
rspec-core (~> 3.13.0)
|
177
180
|
rspec-expectations (~> 3.13.0)
|
@@ -181,7 +184,7 @@ GEM
|
|
181
184
|
rspec-expectations (3.13.0)
|
182
185
|
diff-lcs (>= 1.2.0, < 2.0)
|
183
186
|
rspec-support (~> 3.13.0)
|
184
|
-
rspec-mocks (3.13.
|
187
|
+
rspec-mocks (3.13.1)
|
185
188
|
diff-lcs (>= 1.2.0, < 2.0)
|
186
189
|
rspec-support (~> 3.13.0)
|
187
190
|
rspec-support (3.13.1)
|
@@ -195,8 +198,8 @@ GEM
|
|
195
198
|
rubocop-ast (>= 1.28.0, < 2.0)
|
196
199
|
ruby-progressbar (~> 1.7)
|
197
200
|
unicode-display_width (>= 2.4.0, < 3.0)
|
198
|
-
rubocop-ast (1.31.
|
199
|
-
parser (>= 3.3.0
|
201
|
+
rubocop-ast (1.31.3)
|
202
|
+
parser (>= 3.3.1.0)
|
200
203
|
rubocop-capybara (2.20.0)
|
201
204
|
rubocop (~> 1.41)
|
202
205
|
rubocop-factory_bot (2.25.1)
|
@@ -204,14 +207,14 @@ GEM
|
|
204
207
|
rubocop-performance (1.21.0)
|
205
208
|
rubocop (>= 1.48.1, < 2.0)
|
206
209
|
rubocop-ast (>= 1.31.1, < 2.0)
|
207
|
-
rubocop-rails (2.
|
210
|
+
rubocop-rails (2.25.0)
|
208
211
|
activesupport (>= 4.2.0)
|
209
212
|
rack (>= 1.1)
|
210
213
|
rubocop (>= 1.33.0, < 2.0)
|
211
214
|
rubocop-ast (>= 1.31.1, < 2.0)
|
212
215
|
rubocop-rake (0.6.0)
|
213
216
|
rubocop (~> 1.0)
|
214
|
-
rubocop-rspec (2.29.
|
217
|
+
rubocop-rspec (2.29.2)
|
215
218
|
rubocop (~> 1.40)
|
216
219
|
rubocop-capybara (~> 2.17)
|
217
220
|
rubocop-factory_bot (~> 2.22)
|
@@ -232,6 +235,7 @@ GEM
|
|
232
235
|
actionpack (>= 5.2)
|
233
236
|
activesupport (>= 5.2)
|
234
237
|
sprockets (>= 3.0.0)
|
238
|
+
strscan (3.1.0)
|
235
239
|
test-unit (3.1.5)
|
236
240
|
power_assert
|
237
241
|
thor (1.3.1)
|
@@ -247,7 +251,7 @@ GEM
|
|
247
251
|
xml-simple (1.1.9)
|
248
252
|
rexml
|
249
253
|
yard (0.9.34)
|
250
|
-
zeitwerk (2.6.
|
254
|
+
zeitwerk (2.6.14)
|
251
255
|
|
252
256
|
PLATFORMS
|
253
257
|
arm64-darwin-22
|
@@ -271,4 +275,4 @@ DEPENDENCIES
|
|
271
275
|
yard (= 0.9.34)
|
272
276
|
|
273
277
|
BUNDLED WITH
|
274
|
-
2.4
|
278
|
+
2.5.4
|
@@ -11,7 +11,7 @@ PATH
|
|
11
11
|
PATH
|
12
12
|
remote: ..
|
13
13
|
specs:
|
14
|
-
data_taster (0.
|
14
|
+
data_taster (0.4.0)
|
15
15
|
rails (>= 6.0)
|
16
16
|
|
17
17
|
GEM
|
@@ -90,17 +90,19 @@ GEM
|
|
90
90
|
builder (3.2.4)
|
91
91
|
concurrent-ruby (1.2.3)
|
92
92
|
crass (1.0.6)
|
93
|
+
csv (3.3.0)
|
93
94
|
date (3.3.4)
|
94
95
|
diff-lcs (1.5.1)
|
95
96
|
docile (1.1.5)
|
96
97
|
erubi (1.12.0)
|
97
98
|
globalid (1.2.1)
|
98
99
|
activesupport (>= 6.1)
|
99
|
-
i18n (1.14.
|
100
|
+
i18n (1.14.5)
|
100
101
|
concurrent-ruby (~> 1.0)
|
101
102
|
json (2.7.2)
|
102
|
-
license_finder (7.1
|
103
|
+
license_finder (7.2.1)
|
103
104
|
bundler
|
105
|
+
csv (~> 3.2)
|
104
106
|
rubyzip (>= 1, < 3)
|
105
107
|
thor (~> 1.2)
|
106
108
|
tomlrb (>= 1.3, < 2.1)
|
@@ -118,8 +120,8 @@ GEM
|
|
118
120
|
method_source (1.1.0)
|
119
121
|
mini_mime (1.1.5)
|
120
122
|
mini_portile2 (2.8.6)
|
121
|
-
minitest (5.
|
122
|
-
net-imap (0.4.
|
123
|
+
minitest (5.23.0)
|
124
|
+
net-imap (0.4.11)
|
123
125
|
date
|
124
126
|
net-protocol
|
125
127
|
net-pop (0.1.2)
|
@@ -128,20 +130,20 @@ GEM
|
|
128
130
|
timeout
|
129
131
|
net-smtp (0.5.0)
|
130
132
|
net-protocol
|
131
|
-
nio4r (2.7.
|
132
|
-
nokogiri (1.16.
|
133
|
+
nio4r (2.7.3)
|
134
|
+
nokogiri (1.16.5)
|
133
135
|
mini_portile2 (~> 2.8.2)
|
134
136
|
racc (~> 1.4)
|
135
|
-
nokogiri (1.16.
|
137
|
+
nokogiri (1.16.5-arm64-darwin)
|
136
138
|
racc (~> 1.4)
|
137
|
-
nokogiri (1.16.
|
139
|
+
nokogiri (1.16.5-x86_64-linux)
|
138
140
|
racc (~> 1.4)
|
139
141
|
parallel (1.24.0)
|
140
|
-
parser (3.3.0
|
142
|
+
parser (3.3.1.0)
|
141
143
|
ast (~> 2.4.1)
|
142
144
|
racc
|
143
145
|
power_assert (2.0.3)
|
144
|
-
racc (1.
|
146
|
+
racc (1.8.0)
|
145
147
|
rack (2.2.9)
|
146
148
|
rack-test (2.1.0)
|
147
149
|
rack (>= 1.3)
|
@@ -176,8 +178,9 @@ GEM
|
|
176
178
|
rainbow (2.2.2)
|
177
179
|
rake
|
178
180
|
rake (13.2.1)
|
179
|
-
regexp_parser (2.9.
|
180
|
-
rexml (3.2.
|
181
|
+
regexp_parser (2.9.2)
|
182
|
+
rexml (3.2.8)
|
183
|
+
strscan (>= 3.0.9)
|
181
184
|
rspec (3.13.0)
|
182
185
|
rspec-core (~> 3.13.0)
|
183
186
|
rspec-expectations (~> 3.13.0)
|
@@ -187,7 +190,7 @@ GEM
|
|
187
190
|
rspec-expectations (3.13.0)
|
188
191
|
diff-lcs (>= 1.2.0, < 2.0)
|
189
192
|
rspec-support (~> 3.13.0)
|
190
|
-
rspec-mocks (3.13.
|
193
|
+
rspec-mocks (3.13.1)
|
191
194
|
diff-lcs (>= 1.2.0, < 2.0)
|
192
195
|
rspec-support (~> 3.13.0)
|
193
196
|
rspec-support (3.13.1)
|
@@ -201,8 +204,8 @@ GEM
|
|
201
204
|
rubocop-ast (>= 1.28.0, < 2.0)
|
202
205
|
ruby-progressbar (~> 1.7)
|
203
206
|
unicode-display_width (>= 2.4.0, < 3.0)
|
204
|
-
rubocop-ast (1.31.
|
205
|
-
parser (>= 3.3.0
|
207
|
+
rubocop-ast (1.31.3)
|
208
|
+
parser (>= 3.3.1.0)
|
206
209
|
rubocop-capybara (2.20.0)
|
207
210
|
rubocop (~> 1.41)
|
208
211
|
rubocop-factory_bot (2.25.1)
|
@@ -210,14 +213,14 @@ GEM
|
|
210
213
|
rubocop-performance (1.21.0)
|
211
214
|
rubocop (>= 1.48.1, < 2.0)
|
212
215
|
rubocop-ast (>= 1.31.1, < 2.0)
|
213
|
-
rubocop-rails (2.
|
216
|
+
rubocop-rails (2.25.0)
|
214
217
|
activesupport (>= 4.2.0)
|
215
218
|
rack (>= 1.1)
|
216
219
|
rubocop (>= 1.33.0, < 2.0)
|
217
220
|
rubocop-ast (>= 1.31.1, < 2.0)
|
218
221
|
rubocop-rake (0.6.0)
|
219
222
|
rubocop (~> 1.0)
|
220
|
-
rubocop-rspec (2.29.
|
223
|
+
rubocop-rspec (2.29.2)
|
221
224
|
rubocop (~> 1.40)
|
222
225
|
rubocop-capybara (~> 2.17)
|
223
226
|
rubocop-factory_bot (~> 2.22)
|
@@ -231,6 +234,7 @@ GEM
|
|
231
234
|
json (>= 1.8, < 3)
|
232
235
|
simplecov-html (~> 0.10.0)
|
233
236
|
simplecov-html (0.10.2)
|
237
|
+
strscan (3.1.0)
|
234
238
|
test-unit (3.1.5)
|
235
239
|
power_assert
|
236
240
|
thor (1.3.1)
|
@@ -246,7 +250,7 @@ GEM
|
|
246
250
|
xml-simple (1.1.9)
|
247
251
|
rexml
|
248
252
|
yard (0.9.34)
|
249
|
-
zeitwerk (2.6.
|
253
|
+
zeitwerk (2.6.14)
|
250
254
|
|
251
255
|
PLATFORMS
|
252
256
|
arm64-darwin-22
|
@@ -270,4 +274,4 @@ DEPENDENCIES
|
|
270
274
|
yard (= 0.9.34)
|
271
275
|
|
272
276
|
BUNDLED WITH
|
273
|
-
2.4
|
277
|
+
2.5.4
|
data/lib/data_taster/flavors.rb
CHANGED
data/lib/data_taster/helper.rb
CHANGED
@@ -13,12 +13,8 @@ module DataTaster
|
|
13
13
|
sanitized_command
|
14
14
|
end
|
15
15
|
|
16
|
-
def db_yml
|
17
|
-
@db_yml ||= YAML.safe_load(ERB.new(Rails.root.join("config", "database.yml").read).result, aliases: true)
|
18
|
-
end
|
19
|
-
|
20
16
|
def db_config
|
21
|
-
|
17
|
+
ActiveRecord::Base.configurations.configs_for(env_name: Rails.env, name: "primary").configuration_hash
|
22
18
|
end
|
23
19
|
|
24
20
|
def logg(message)
|
data/lib/data_taster/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: data_taster
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jill Klang
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-06-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -227,7 +227,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
227
227
|
- !ruby/object:Gem::Version
|
228
228
|
version: '0'
|
229
229
|
requirements: []
|
230
|
-
rubygems_version: 3.5.
|
230
|
+
rubygems_version: 3.5.9
|
231
231
|
signing_key:
|
232
232
|
specification_version: 4
|
233
233
|
summary: Delicious and sanitized data samples for development and testing.
|