data_taster 0.4.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile +4 -0
- data/Gemfile.lock +136 -140
- data/docs/CHANGELOG.md +4 -0
- data/docs/README.md +1 -1
- data/gemfiles/rails_6_0.gemfile +4 -0
- data/gemfiles/rails_6_0.gemfile.lock +54 -58
- data/gemfiles/rails_6_1.gemfile +4 -0
- data/gemfiles/rails_6_1.gemfile.lock +57 -61
- data/gemfiles/rails_7_0.gemfile +4 -0
- data/gemfiles/rails_7_0.gemfile.lock +54 -58
- data/lib/data_taster/flavors.rb +2 -2
- data/lib/data_taster/version.rb +1 -1
- metadata +17 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2b11062c1df8f3ca0de0707e8953734097578f40627613aa2186e62eab9fa77f
|
4
|
+
data.tar.gz: bfd684283ce66f8fd44d7375fb80b01a8e04721a27fd647bcc12e8a75b36cdb3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e69c9207f57e3bcb131f025888eff94a4ace9cd8d37f20b4fb50efbdf2ea9f37eea7a080e642fa996dc2b128890d31c9fa2c04718d345b753458774b9941ac9f
|
7
|
+
data.tar.gz: a71fc7e17cae4a814e24335054f077e8b6571ea93cb9b9757a37a2b1c0beacd6a4dc92616ff3a1a8b1e8a0d5cba15800056a2bb4ff9b2184a1f98fe895fdaf81
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ../rubocop-powerhome
|
3
3
|
specs:
|
4
|
-
rubocop-powerhome (0.5.
|
5
|
-
rubocop (
|
4
|
+
rubocop-powerhome (0.5.3)
|
5
|
+
rubocop (= 1.66.1)
|
6
6
|
rubocop-performance
|
7
7
|
rubocop-rails
|
8
8
|
rubocop-rake
|
@@ -11,41 +11,42 @@ PATH
|
|
11
11
|
PATH
|
12
12
|
remote: .
|
13
13
|
specs:
|
14
|
-
data_taster (0.4.
|
14
|
+
data_taster (0.4.1)
|
15
|
+
nokogiri (= 1.17.2)
|
15
16
|
rails (>= 6.0)
|
16
17
|
|
17
18
|
GEM
|
18
19
|
remote: https://rubygems.org/
|
19
20
|
specs:
|
20
|
-
actioncable (7.1.
|
21
|
-
actionpack (= 7.1.
|
22
|
-
activesupport (= 7.1.
|
21
|
+
actioncable (7.1.5.1)
|
22
|
+
actionpack (= 7.1.5.1)
|
23
|
+
activesupport (= 7.1.5.1)
|
23
24
|
nio4r (~> 2.0)
|
24
25
|
websocket-driver (>= 0.6.1)
|
25
26
|
zeitwerk (~> 2.6)
|
26
|
-
actionmailbox (7.1.
|
27
|
-
actionpack (= 7.1.
|
28
|
-
activejob (= 7.1.
|
29
|
-
activerecord (= 7.1.
|
30
|
-
activestorage (= 7.1.
|
31
|
-
activesupport (= 7.1.
|
27
|
+
actionmailbox (7.1.5.1)
|
28
|
+
actionpack (= 7.1.5.1)
|
29
|
+
activejob (= 7.1.5.1)
|
30
|
+
activerecord (= 7.1.5.1)
|
31
|
+
activestorage (= 7.1.5.1)
|
32
|
+
activesupport (= 7.1.5.1)
|
32
33
|
mail (>= 2.7.1)
|
33
34
|
net-imap
|
34
35
|
net-pop
|
35
36
|
net-smtp
|
36
|
-
actionmailer (7.1.
|
37
|
-
actionpack (= 7.1.
|
38
|
-
actionview (= 7.1.
|
39
|
-
activejob (= 7.1.
|
40
|
-
activesupport (= 7.1.
|
37
|
+
actionmailer (7.1.5.1)
|
38
|
+
actionpack (= 7.1.5.1)
|
39
|
+
actionview (= 7.1.5.1)
|
40
|
+
activejob (= 7.1.5.1)
|
41
|
+
activesupport (= 7.1.5.1)
|
41
42
|
mail (~> 2.5, >= 2.5.4)
|
42
43
|
net-imap
|
43
44
|
net-pop
|
44
45
|
net-smtp
|
45
46
|
rails-dom-testing (~> 2.2)
|
46
|
-
actionpack (7.1.
|
47
|
-
actionview (= 7.1.
|
48
|
-
activesupport (= 7.1.
|
47
|
+
actionpack (7.1.5.1)
|
48
|
+
actionview (= 7.1.5.1)
|
49
|
+
activesupport (= 7.1.5.1)
|
49
50
|
nokogiri (>= 1.8.5)
|
50
51
|
racc
|
51
52
|
rack (>= 2.2.4)
|
@@ -53,43 +54,46 @@ GEM
|
|
53
54
|
rack-test (>= 0.6.3)
|
54
55
|
rails-dom-testing (~> 2.2)
|
55
56
|
rails-html-sanitizer (~> 1.6)
|
56
|
-
actiontext (7.1.
|
57
|
-
actionpack (= 7.1.
|
58
|
-
activerecord (= 7.1.
|
59
|
-
activestorage (= 7.1.
|
60
|
-
activesupport (= 7.1.
|
57
|
+
actiontext (7.1.5.1)
|
58
|
+
actionpack (= 7.1.5.1)
|
59
|
+
activerecord (= 7.1.5.1)
|
60
|
+
activestorage (= 7.1.5.1)
|
61
|
+
activesupport (= 7.1.5.1)
|
61
62
|
globalid (>= 0.6.0)
|
62
63
|
nokogiri (>= 1.8.5)
|
63
|
-
actionview (7.1.
|
64
|
-
activesupport (= 7.1.
|
64
|
+
actionview (7.1.5.1)
|
65
|
+
activesupport (= 7.1.5.1)
|
65
66
|
builder (~> 3.1)
|
66
67
|
erubi (~> 1.11)
|
67
68
|
rails-dom-testing (~> 2.2)
|
68
69
|
rails-html-sanitizer (~> 1.6)
|
69
|
-
activejob (7.1.
|
70
|
-
activesupport (= 7.1.
|
70
|
+
activejob (7.1.5.1)
|
71
|
+
activesupport (= 7.1.5.1)
|
71
72
|
globalid (>= 0.3.6)
|
72
|
-
activemodel (7.1.
|
73
|
-
activesupport (= 7.1.
|
74
|
-
activerecord (7.1.
|
75
|
-
activemodel (= 7.1.
|
76
|
-
activesupport (= 7.1.
|
73
|
+
activemodel (7.1.5.1)
|
74
|
+
activesupport (= 7.1.5.1)
|
75
|
+
activerecord (7.1.5.1)
|
76
|
+
activemodel (= 7.1.5.1)
|
77
|
+
activesupport (= 7.1.5.1)
|
77
78
|
timeout (>= 0.4.0)
|
78
|
-
activestorage (7.1.
|
79
|
-
actionpack (= 7.1.
|
80
|
-
activejob (= 7.1.
|
81
|
-
activerecord (= 7.1.
|
82
|
-
activesupport (= 7.1.
|
79
|
+
activestorage (7.1.5.1)
|
80
|
+
actionpack (= 7.1.5.1)
|
81
|
+
activejob (= 7.1.5.1)
|
82
|
+
activerecord (= 7.1.5.1)
|
83
|
+
activesupport (= 7.1.5.1)
|
83
84
|
marcel (~> 1.0)
|
84
|
-
activesupport (7.1.
|
85
|
+
activesupport (7.1.5.1)
|
85
86
|
base64
|
87
|
+
benchmark (>= 0.3)
|
86
88
|
bigdecimal
|
87
89
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
88
90
|
connection_pool (>= 2.2.5)
|
89
91
|
drb
|
90
92
|
i18n (>= 1.6, < 2)
|
93
|
+
logger (>= 1.4.2)
|
91
94
|
minitest (>= 5.1)
|
92
95
|
mutex_m
|
96
|
+
securerandom (>= 0.3)
|
93
97
|
tzinfo (~> 2.0)
|
94
98
|
appraisal (2.5.0)
|
95
99
|
bundler
|
@@ -97,26 +101,29 @@ GEM
|
|
97
101
|
thor (>= 0.14.0)
|
98
102
|
ast (2.4.2)
|
99
103
|
base64 (0.2.0)
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
+
benchmark (0.4.0)
|
105
|
+
bigdecimal (3.1.9)
|
106
|
+
builder (3.3.0)
|
107
|
+
concurrent-ruby (1.3.5)
|
108
|
+
connection_pool (2.5.0)
|
104
109
|
crass (1.0.6)
|
105
|
-
csv (3.3.
|
106
|
-
date (3.
|
110
|
+
csv (3.3.2)
|
111
|
+
date (3.4.1)
|
107
112
|
diff-lcs (1.5.1)
|
108
113
|
docile (1.1.5)
|
109
114
|
drb (2.2.1)
|
110
|
-
erubi (1.
|
115
|
+
erubi (1.13.1)
|
111
116
|
globalid (1.2.1)
|
112
117
|
activesupport (>= 6.1)
|
113
|
-
i18n (1.14.
|
118
|
+
i18n (1.14.7)
|
114
119
|
concurrent-ruby (~> 1.0)
|
115
|
-
io-console (0.
|
116
|
-
irb (1.
|
120
|
+
io-console (0.8.0)
|
121
|
+
irb (1.15.1)
|
122
|
+
pp (>= 0.6.0)
|
117
123
|
rdoc (>= 4.0.0)
|
118
124
|
reline (>= 0.4.2)
|
119
|
-
json (2.
|
125
|
+
json (2.9.1)
|
126
|
+
language_server-protocol (3.17.0.3)
|
120
127
|
license_finder (7.2.1)
|
121
128
|
bundler
|
122
129
|
csv (~> 3.2)
|
@@ -125,7 +132,8 @@ GEM
|
|
125
132
|
tomlrb (>= 1.3, < 2.1)
|
126
133
|
with_env (= 1.1.0)
|
127
134
|
xml-simple (~> 1.1.9)
|
128
|
-
|
135
|
+
logger (1.6.5)
|
136
|
+
loofah (2.24.0)
|
129
137
|
crass (~> 1.0.2)
|
130
138
|
nokogiri (>= 1.12.0)
|
131
139
|
mail (2.8.1)
|
@@ -135,10 +143,10 @@ GEM
|
|
135
143
|
net-smtp
|
136
144
|
marcel (1.0.4)
|
137
145
|
mini_mime (1.1.5)
|
138
|
-
mini_portile2 (2.8.
|
139
|
-
minitest (5.
|
140
|
-
mutex_m (0.
|
141
|
-
net-imap (0.4.
|
146
|
+
mini_portile2 (2.8.8)
|
147
|
+
minitest (5.25.4)
|
148
|
+
mutex_m (0.3.0)
|
149
|
+
net-imap (0.4.18)
|
142
150
|
date
|
143
151
|
net-protocol
|
144
152
|
net-pop (0.1.2)
|
@@ -147,56 +155,54 @@ GEM
|
|
147
155
|
timeout
|
148
156
|
net-smtp (0.5.0)
|
149
157
|
net-protocol
|
150
|
-
nio4r (2.7.
|
151
|
-
nokogiri (1.
|
158
|
+
nio4r (2.7.4)
|
159
|
+
nokogiri (1.17.2)
|
152
160
|
mini_portile2 (~> 2.8.2)
|
153
161
|
racc (~> 1.4)
|
154
|
-
|
155
|
-
|
156
|
-
nokogiri (1.16.5-x86_64-darwin)
|
157
|
-
racc (~> 1.4)
|
158
|
-
nokogiri (1.16.5-x86_64-linux)
|
159
|
-
racc (~> 1.4)
|
160
|
-
parallel (1.24.0)
|
161
|
-
parser (3.3.1.0)
|
162
|
+
parallel (1.26.3)
|
163
|
+
parser (3.3.7.0)
|
162
164
|
ast (~> 2.4.1)
|
163
165
|
racc
|
164
|
-
power_assert (2.0.
|
165
|
-
|
166
|
+
power_assert (2.0.5)
|
167
|
+
pp (0.6.2)
|
168
|
+
prettyprint
|
169
|
+
prettyprint (0.2.0)
|
170
|
+
psych (5.2.3)
|
171
|
+
date
|
166
172
|
stringio
|
167
|
-
racc (1.8.
|
168
|
-
rack (3.
|
169
|
-
rack-session (2.
|
173
|
+
racc (1.8.1)
|
174
|
+
rack (3.1.8)
|
175
|
+
rack-session (2.1.0)
|
176
|
+
base64 (>= 0.1.0)
|
170
177
|
rack (>= 3.0.0)
|
171
|
-
rack-test (2.
|
178
|
+
rack-test (2.2.0)
|
172
179
|
rack (>= 1.3)
|
173
|
-
rackup (2.1
|
180
|
+
rackup (2.2.1)
|
174
181
|
rack (>= 3)
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
activesupport (= 7.1.3.3)
|
182
|
+
rails (7.1.5.1)
|
183
|
+
actioncable (= 7.1.5.1)
|
184
|
+
actionmailbox (= 7.1.5.1)
|
185
|
+
actionmailer (= 7.1.5.1)
|
186
|
+
actionpack (= 7.1.5.1)
|
187
|
+
actiontext (= 7.1.5.1)
|
188
|
+
actionview (= 7.1.5.1)
|
189
|
+
activejob (= 7.1.5.1)
|
190
|
+
activemodel (= 7.1.5.1)
|
191
|
+
activerecord (= 7.1.5.1)
|
192
|
+
activestorage (= 7.1.5.1)
|
193
|
+
activesupport (= 7.1.5.1)
|
188
194
|
bundler (>= 1.15.0)
|
189
|
-
railties (= 7.1.
|
195
|
+
railties (= 7.1.5.1)
|
190
196
|
rails-dom-testing (2.2.0)
|
191
197
|
activesupport (>= 5.0.0)
|
192
198
|
minitest
|
193
199
|
nokogiri (>= 1.6)
|
194
|
-
rails-html-sanitizer (1.6.
|
200
|
+
rails-html-sanitizer (1.6.2)
|
195
201
|
loofah (~> 2.21)
|
196
|
-
nokogiri (
|
197
|
-
railties (7.1.
|
198
|
-
actionpack (= 7.1.
|
199
|
-
activesupport (= 7.1.
|
202
|
+
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
|
203
|
+
railties (7.1.5.1)
|
204
|
+
actionpack (= 7.1.5.1)
|
205
|
+
activesupport (= 7.1.5.1)
|
200
206
|
irb
|
201
207
|
rackup (>= 1.0.0)
|
202
208
|
rake (>= 12.2)
|
@@ -205,111 +211,101 @@ GEM
|
|
205
211
|
rainbow (2.2.2)
|
206
212
|
rake
|
207
213
|
rake (13.2.1)
|
208
|
-
rdoc (6.
|
214
|
+
rdoc (6.11.0)
|
209
215
|
psych (>= 4.0.0)
|
210
|
-
regexp_parser (2.
|
211
|
-
reline (0.
|
216
|
+
regexp_parser (2.10.0)
|
217
|
+
reline (0.6.0)
|
212
218
|
io-console (~> 0.5)
|
213
|
-
rexml (3.
|
214
|
-
strscan (>= 3.0.9)
|
219
|
+
rexml (3.4.0)
|
215
220
|
rspec (3.13.0)
|
216
221
|
rspec-core (~> 3.13.0)
|
217
222
|
rspec-expectations (~> 3.13.0)
|
218
223
|
rspec-mocks (~> 3.13.0)
|
219
|
-
rspec-core (3.13.
|
224
|
+
rspec-core (3.13.2)
|
220
225
|
rspec-support (~> 3.13.0)
|
221
|
-
rspec-expectations (3.13.
|
226
|
+
rspec-expectations (3.13.3)
|
222
227
|
diff-lcs (>= 1.2.0, < 2.0)
|
223
228
|
rspec-support (~> 3.13.0)
|
224
|
-
rspec-mocks (3.13.
|
229
|
+
rspec-mocks (3.13.2)
|
225
230
|
diff-lcs (>= 1.2.0, < 2.0)
|
226
231
|
rspec-support (~> 3.13.0)
|
227
|
-
rspec-support (3.13.
|
228
|
-
rubocop (1.
|
232
|
+
rspec-support (3.13.2)
|
233
|
+
rubocop (1.66.1)
|
229
234
|
json (~> 2.3)
|
235
|
+
language_server-protocol (>= 3.17.0)
|
230
236
|
parallel (~> 1.10)
|
231
|
-
parser (>= 3.
|
237
|
+
parser (>= 3.3.0.2)
|
232
238
|
rainbow (>= 2.2.2, < 4.0)
|
233
|
-
regexp_parser (>=
|
234
|
-
|
235
|
-
rubocop-ast (>= 1.28.0, < 2.0)
|
239
|
+
regexp_parser (>= 2.4, < 3.0)
|
240
|
+
rubocop-ast (>= 1.32.2, < 2.0)
|
236
241
|
ruby-progressbar (~> 1.7)
|
237
242
|
unicode-display_width (>= 2.4.0, < 3.0)
|
238
|
-
rubocop-ast (1.
|
243
|
+
rubocop-ast (1.37.0)
|
239
244
|
parser (>= 3.3.1.0)
|
240
|
-
rubocop-
|
241
|
-
rubocop (~> 1.41)
|
242
|
-
rubocop-factory_bot (2.25.1)
|
243
|
-
rubocop (~> 1.41)
|
244
|
-
rubocop-performance (1.21.0)
|
245
|
+
rubocop-performance (1.23.1)
|
245
246
|
rubocop (>= 1.48.1, < 2.0)
|
246
247
|
rubocop-ast (>= 1.31.1, < 2.0)
|
247
|
-
rubocop-rails (2.
|
248
|
+
rubocop-rails (2.29.1)
|
248
249
|
activesupport (>= 4.2.0)
|
249
250
|
rack (>= 1.1)
|
250
|
-
rubocop (>= 1.
|
251
|
+
rubocop (>= 1.52.0, < 2.0)
|
251
252
|
rubocop-ast (>= 1.31.1, < 2.0)
|
252
253
|
rubocop-rake (0.6.0)
|
253
254
|
rubocop (~> 1.0)
|
254
|
-
rubocop-rspec (
|
255
|
-
rubocop (~> 1.
|
256
|
-
rubocop-capybara (~> 2.17)
|
257
|
-
rubocop-factory_bot (~> 2.22)
|
258
|
-
rubocop-rspec_rails (~> 2.28)
|
259
|
-
rubocop-rspec_rails (2.28.3)
|
260
|
-
rubocop (~> 1.40)
|
255
|
+
rubocop-rspec (3.4.0)
|
256
|
+
rubocop (~> 1.61)
|
261
257
|
ruby-progressbar (1.13.0)
|
262
|
-
rubyzip (2.
|
258
|
+
rubyzip (2.4.1)
|
259
|
+
securerandom (0.3.2)
|
263
260
|
simplecov (0.15.1)
|
264
261
|
docile (~> 1.1.0)
|
265
262
|
json (>= 1.8, < 3)
|
266
263
|
simplecov-html (~> 0.10.0)
|
267
264
|
simplecov-html (0.10.2)
|
268
|
-
stringio (3.1.
|
269
|
-
strscan (3.1.0)
|
265
|
+
stringio (3.1.2)
|
270
266
|
test-unit (3.1.5)
|
271
267
|
power_assert
|
272
|
-
thor (1.3.
|
273
|
-
timeout (0.4.
|
268
|
+
thor (1.3.2)
|
269
|
+
timeout (0.4.3)
|
274
270
|
tomlrb (2.0.3)
|
275
271
|
tzinfo (2.0.6)
|
276
272
|
concurrent-ruby (~> 1.0)
|
277
|
-
unicode-display_width (2.
|
278
|
-
|
279
|
-
|
273
|
+
unicode-display_width (2.6.0)
|
274
|
+
websocket-driver (0.7.7)
|
275
|
+
base64
|
280
276
|
websocket-extensions (>= 0.1.0)
|
281
277
|
websocket-extensions (0.1.5)
|
282
278
|
with_env (1.1.0)
|
283
279
|
xml-simple (1.1.9)
|
284
280
|
rexml
|
285
281
|
yard (0.9.34)
|
286
|
-
zeitwerk (2.6.
|
282
|
+
zeitwerk (2.6.18)
|
287
283
|
|
288
284
|
PLATFORMS
|
289
|
-
|
290
|
-
|
291
|
-
arm64-darwin
|
292
|
-
|
293
|
-
|
294
|
-
x86_64-darwin-20
|
295
|
-
x86_64-darwin-21
|
296
|
-
x86_64-darwin-22
|
297
|
-
x86_64-darwin-23
|
285
|
+
aarch64-linux
|
286
|
+
arm-linux
|
287
|
+
arm64-darwin
|
288
|
+
x86-linux
|
289
|
+
x86_64-darwin
|
298
290
|
x86_64-linux
|
299
291
|
|
300
292
|
DEPENDENCIES
|
293
|
+
activesupport (< 7.2.0)
|
301
294
|
appraisal (= 2.5.0)
|
302
295
|
bundler (~> 2.1)
|
303
296
|
data_taster!
|
304
297
|
license_finder (~> 7.0)
|
298
|
+
net-imap (< 0.5.0)
|
305
299
|
parser (>= 2.5, != 2.5.1.1)
|
306
300
|
rainbow (= 2.2.2)
|
307
301
|
rake (~> 13.0)
|
308
302
|
rspec (~> 3.0)
|
309
303
|
rubocop-powerhome!
|
304
|
+
securerandom (< 0.4.0)
|
310
305
|
simplecov (= 0.15.1)
|
311
306
|
test-unit (= 3.1.5)
|
312
307
|
yard (= 0.9.34)
|
308
|
+
zeitwerk (< 2.7.0)
|
313
309
|
|
314
310
|
BUNDLED WITH
|
315
|
-
2.5.
|
311
|
+
2.5.23
|
data/docs/CHANGELOG.md
CHANGED
data/docs/README.md
CHANGED
@@ -42,7 +42,7 @@ users:
|
|
42
42
|
|
43
43
|
### `DataTaster.sample!`
|
44
44
|
|
45
|
-
DataTaster uses its [Sample](https://github.com/powerhome/
|
45
|
+
DataTaster uses its [Sample](https://github.com/powerhome/power-tools/blob/main/packages/data_taster/lib/data_taster/sample.rb) class to load the yml files, filtered through erb methods provided through its [Flavors](https://github.com/powerhome/power-tools/blob/main/packages/data_taster/lib/data_taster/flavors.rb) class.
|
46
46
|
|
47
47
|
Before doing so, you'll need to specify a client to use to connect to mysql and make queries. Doing so can be done by calling `DataTaster.config`, like so:
|
48
48
|
|
data/gemfiles/rails_6_0.gemfile
CHANGED
@@ -2,7 +2,11 @@
|
|
2
2
|
|
3
3
|
source "https://rubygems.org"
|
4
4
|
|
5
|
+
gem "activesupport", "< 7.2.0"
|
6
|
+
gem "net-imap", "< 0.5.0"
|
5
7
|
gem "rubocop-powerhome", path: "../../rubocop-powerhome", tag: "v0.5.2-rubocop-powerhome"
|
8
|
+
gem "securerandom", "< 0.4.0"
|
9
|
+
gem "zeitwerk", "< 2.7.0"
|
6
10
|
gem "rails", "6.0.6.1"
|
7
11
|
|
8
12
|
gemspec path: "../"
|
@@ -1,8 +1,8 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ../../rubocop-powerhome
|
3
3
|
specs:
|
4
|
-
rubocop-powerhome (0.5.
|
5
|
-
rubocop (
|
4
|
+
rubocop-powerhome (0.5.3)
|
5
|
+
rubocop (= 1.66.1)
|
6
6
|
rubocop-performance
|
7
7
|
rubocop-rails
|
8
8
|
rubocop-rake
|
@@ -11,7 +11,8 @@ PATH
|
|
11
11
|
PATH
|
12
12
|
remote: ..
|
13
13
|
specs:
|
14
|
-
data_taster (0.4.
|
14
|
+
data_taster (0.4.1)
|
15
|
+
nokogiri (= 1.17.2)
|
15
16
|
rails (>= 6.0)
|
16
17
|
|
17
18
|
GEM
|
@@ -77,19 +78,20 @@ GEM
|
|
77
78
|
rake
|
78
79
|
thor (>= 0.14.0)
|
79
80
|
ast (2.4.2)
|
80
|
-
builder (3.
|
81
|
-
concurrent-ruby (1.
|
81
|
+
builder (3.3.0)
|
82
|
+
concurrent-ruby (1.3.4)
|
82
83
|
crass (1.0.6)
|
83
|
-
csv (3.3.
|
84
|
-
date (3.
|
84
|
+
csv (3.3.1)
|
85
|
+
date (3.4.1)
|
85
86
|
diff-lcs (1.5.1)
|
86
87
|
docile (1.1.5)
|
87
|
-
erubi (1.
|
88
|
+
erubi (1.13.0)
|
88
89
|
globalid (1.1.0)
|
89
90
|
activesupport (>= 5.0)
|
90
|
-
i18n (1.14.
|
91
|
+
i18n (1.14.6)
|
91
92
|
concurrent-ruby (~> 1.0)
|
92
|
-
json (2.
|
93
|
+
json (2.9.0)
|
94
|
+
language_server-protocol (3.17.0.3)
|
93
95
|
license_finder (7.2.1)
|
94
96
|
bundler
|
95
97
|
csv (~> 3.2)
|
@@ -98,7 +100,7 @@ GEM
|
|
98
100
|
tomlrb (>= 1.3, < 2.1)
|
99
101
|
with_env (= 1.1.0)
|
100
102
|
xml-simple (~> 1.1.9)
|
101
|
-
loofah (2.
|
103
|
+
loofah (2.23.1)
|
102
104
|
crass (~> 1.0.2)
|
103
105
|
nokogiri (>= 1.12.0)
|
104
106
|
mail (2.8.1)
|
@@ -109,9 +111,9 @@ GEM
|
|
109
111
|
marcel (1.0.4)
|
110
112
|
method_source (1.1.0)
|
111
113
|
mini_mime (1.1.5)
|
112
|
-
mini_portile2 (2.8.
|
113
|
-
minitest (5.
|
114
|
-
net-imap (0.4.
|
114
|
+
mini_portile2 (2.8.8)
|
115
|
+
minitest (5.25.4)
|
116
|
+
net-imap (0.4.18)
|
115
117
|
date
|
116
118
|
net-protocol
|
117
119
|
net-pop (0.1.2)
|
@@ -120,21 +122,21 @@ GEM
|
|
120
122
|
timeout
|
121
123
|
net-smtp (0.5.0)
|
122
124
|
net-protocol
|
123
|
-
nio4r (2.7.
|
124
|
-
nokogiri (1.
|
125
|
+
nio4r (2.7.4)
|
126
|
+
nokogiri (1.17.2)
|
125
127
|
mini_portile2 (~> 2.8.2)
|
126
128
|
racc (~> 1.4)
|
127
|
-
nokogiri (1.
|
129
|
+
nokogiri (1.17.2-arm64-darwin)
|
128
130
|
racc (~> 1.4)
|
129
|
-
nokogiri (1.
|
131
|
+
nokogiri (1.17.2-x86_64-linux)
|
130
132
|
racc (~> 1.4)
|
131
|
-
parallel (1.
|
132
|
-
parser (3.3.
|
133
|
+
parallel (1.26.3)
|
134
|
+
parser (3.3.6.0)
|
133
135
|
ast (~> 2.4.1)
|
134
136
|
racc
|
135
|
-
power_assert (2.0.
|
136
|
-
racc (1.8.
|
137
|
-
rack (2.2.
|
137
|
+
power_assert (2.0.4)
|
138
|
+
racc (1.8.1)
|
139
|
+
rack (2.2.10)
|
138
140
|
rack-test (2.1.0)
|
139
141
|
rack (>= 1.3)
|
140
142
|
rails (6.0.6.1)
|
@@ -156,9 +158,9 @@ GEM
|
|
156
158
|
activesupport (>= 5.0.0)
|
157
159
|
minitest
|
158
160
|
nokogiri (>= 1.6)
|
159
|
-
rails-html-sanitizer (1.6.
|
161
|
+
rails-html-sanitizer (1.6.2)
|
160
162
|
loofah (~> 2.21)
|
161
|
-
nokogiri (
|
163
|
+
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
|
162
164
|
railties (6.0.6.1)
|
163
165
|
actionpack (= 6.0.6.1)
|
164
166
|
activesupport (= 6.0.6.1)
|
@@ -168,57 +170,48 @@ GEM
|
|
168
170
|
rainbow (2.2.2)
|
169
171
|
rake
|
170
172
|
rake (13.2.1)
|
171
|
-
regexp_parser (2.9.
|
172
|
-
rexml (3.
|
173
|
-
strscan (>= 3.0.9)
|
173
|
+
regexp_parser (2.9.3)
|
174
|
+
rexml (3.4.0)
|
174
175
|
rspec (3.13.0)
|
175
176
|
rspec-core (~> 3.13.0)
|
176
177
|
rspec-expectations (~> 3.13.0)
|
177
178
|
rspec-mocks (~> 3.13.0)
|
178
|
-
rspec-core (3.13.
|
179
|
+
rspec-core (3.13.2)
|
179
180
|
rspec-support (~> 3.13.0)
|
180
|
-
rspec-expectations (3.13.
|
181
|
+
rspec-expectations (3.13.3)
|
181
182
|
diff-lcs (>= 1.2.0, < 2.0)
|
182
183
|
rspec-support (~> 3.13.0)
|
183
|
-
rspec-mocks (3.13.
|
184
|
+
rspec-mocks (3.13.2)
|
184
185
|
diff-lcs (>= 1.2.0, < 2.0)
|
185
186
|
rspec-support (~> 3.13.0)
|
186
|
-
rspec-support (3.13.
|
187
|
-
rubocop (1.
|
187
|
+
rspec-support (3.13.2)
|
188
|
+
rubocop (1.66.1)
|
188
189
|
json (~> 2.3)
|
190
|
+
language_server-protocol (>= 3.17.0)
|
189
191
|
parallel (~> 1.10)
|
190
|
-
parser (>= 3.
|
192
|
+
parser (>= 3.3.0.2)
|
191
193
|
rainbow (>= 2.2.2, < 4.0)
|
192
|
-
regexp_parser (>=
|
193
|
-
|
194
|
-
rubocop-ast (>= 1.28.0, < 2.0)
|
194
|
+
regexp_parser (>= 2.4, < 3.0)
|
195
|
+
rubocop-ast (>= 1.32.2, < 2.0)
|
195
196
|
ruby-progressbar (~> 1.7)
|
196
197
|
unicode-display_width (>= 2.4.0, < 3.0)
|
197
|
-
rubocop-ast (1.
|
198
|
+
rubocop-ast (1.37.0)
|
198
199
|
parser (>= 3.3.1.0)
|
199
|
-
rubocop-
|
200
|
-
rubocop (~> 1.41)
|
201
|
-
rubocop-factory_bot (2.25.1)
|
202
|
-
rubocop (~> 1.41)
|
203
|
-
rubocop-performance (1.21.0)
|
200
|
+
rubocop-performance (1.23.0)
|
204
201
|
rubocop (>= 1.48.1, < 2.0)
|
205
202
|
rubocop-ast (>= 1.31.1, < 2.0)
|
206
|
-
rubocop-rails (2.
|
203
|
+
rubocop-rails (2.27.0)
|
207
204
|
activesupport (>= 4.2.0)
|
208
205
|
rack (>= 1.1)
|
209
|
-
rubocop (>= 1.
|
206
|
+
rubocop (>= 1.52.0, < 2.0)
|
210
207
|
rubocop-ast (>= 1.31.1, < 2.0)
|
211
208
|
rubocop-rake (0.6.0)
|
212
209
|
rubocop (~> 1.0)
|
213
|
-
rubocop-rspec (
|
214
|
-
rubocop (~> 1.
|
215
|
-
rubocop-capybara (~> 2.17)
|
216
|
-
rubocop-factory_bot (~> 2.22)
|
217
|
-
rubocop-rspec_rails (~> 2.28)
|
218
|
-
rubocop-rspec_rails (2.28.3)
|
219
|
-
rubocop (~> 1.40)
|
210
|
+
rubocop-rspec (3.3.0)
|
211
|
+
rubocop (~> 1.61)
|
220
212
|
ruby-progressbar (1.13.0)
|
221
213
|
rubyzip (2.3.2)
|
214
|
+
securerandom (0.3.2)
|
222
215
|
simplecov (0.15.1)
|
223
216
|
docile (~> 1.1.0)
|
224
217
|
json (>= 1.8, < 3)
|
@@ -231,16 +224,15 @@ GEM
|
|
231
224
|
actionpack (>= 5.2)
|
232
225
|
activesupport (>= 5.2)
|
233
226
|
sprockets (>= 3.0.0)
|
234
|
-
strscan (3.1.0)
|
235
227
|
test-unit (3.1.5)
|
236
228
|
power_assert
|
237
|
-
thor (1.3.
|
229
|
+
thor (1.3.2)
|
238
230
|
thread_safe (0.3.6)
|
239
|
-
timeout (0.4.
|
231
|
+
timeout (0.4.3)
|
240
232
|
tomlrb (2.0.3)
|
241
233
|
tzinfo (1.2.11)
|
242
234
|
thread_safe (~> 0.1)
|
243
|
-
unicode-display_width (2.
|
235
|
+
unicode-display_width (2.6.0)
|
244
236
|
websocket-driver (0.7.6)
|
245
237
|
websocket-extensions (>= 0.1.0)
|
246
238
|
websocket-extensions (0.1.5)
|
@@ -248,7 +240,7 @@ GEM
|
|
248
240
|
xml-simple (1.1.9)
|
249
241
|
rexml
|
250
242
|
yard (0.9.34)
|
251
|
-
zeitwerk (2.6.
|
243
|
+
zeitwerk (2.6.18)
|
252
244
|
|
253
245
|
PLATFORMS
|
254
246
|
arm64-darwin-22
|
@@ -257,19 +249,23 @@ PLATFORMS
|
|
257
249
|
x86_64-linux
|
258
250
|
|
259
251
|
DEPENDENCIES
|
252
|
+
activesupport (< 7.2.0)
|
260
253
|
appraisal (= 2.5.0)
|
261
254
|
bundler (~> 2.1)
|
262
255
|
data_taster!
|
263
256
|
license_finder (~> 7.0)
|
257
|
+
net-imap (< 0.5.0)
|
264
258
|
parser (>= 2.5, != 2.5.1.1)
|
265
259
|
rails (= 6.0.6.1)
|
266
260
|
rainbow (= 2.2.2)
|
267
261
|
rake (~> 13.0)
|
268
262
|
rspec (~> 3.0)
|
269
263
|
rubocop-powerhome!
|
264
|
+
securerandom (< 0.4.0)
|
270
265
|
simplecov (= 0.15.1)
|
271
266
|
test-unit (= 3.1.5)
|
272
267
|
yard (= 0.9.34)
|
268
|
+
zeitwerk (< 2.7.0)
|
273
269
|
|
274
270
|
BUNDLED WITH
|
275
|
-
2.5.
|
271
|
+
2.5.23
|
data/gemfiles/rails_6_1.gemfile
CHANGED
@@ -2,7 +2,11 @@
|
|
2
2
|
|
3
3
|
source "https://rubygems.org"
|
4
4
|
|
5
|
+
gem "activesupport", "< 7.2.0"
|
6
|
+
gem "net-imap", "< 0.5.0"
|
5
7
|
gem "rubocop-powerhome", path: "../../rubocop-powerhome", tag: "v0.5.2-rubocop-powerhome"
|
8
|
+
gem "securerandom", "< 0.4.0"
|
9
|
+
gem "zeitwerk", "< 2.7.0"
|
6
10
|
gem "rails", "6.1.7.7"
|
7
11
|
|
8
12
|
gemspec path: "../"
|
@@ -1,8 +1,8 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ../../rubocop-powerhome
|
3
3
|
specs:
|
4
|
-
rubocop-powerhome (0.5.
|
5
|
-
rubocop (
|
4
|
+
rubocop-powerhome (0.5.3)
|
5
|
+
rubocop (= 1.66.1)
|
6
6
|
rubocop-performance
|
7
7
|
rubocop-rails
|
8
8
|
rubocop-rake
|
@@ -11,7 +11,8 @@ PATH
|
|
11
11
|
PATH
|
12
12
|
remote: ..
|
13
13
|
specs:
|
14
|
-
data_taster (0.4.
|
14
|
+
data_taster (0.4.1)
|
15
|
+
nokogiri (= 1.17.2)
|
15
16
|
rails (>= 6.0)
|
16
17
|
|
17
18
|
GEM
|
@@ -81,19 +82,20 @@ GEM
|
|
81
82
|
rake
|
82
83
|
thor (>= 0.14.0)
|
83
84
|
ast (2.4.2)
|
84
|
-
builder (3.
|
85
|
-
concurrent-ruby (1.
|
85
|
+
builder (3.3.0)
|
86
|
+
concurrent-ruby (1.3.4)
|
86
87
|
crass (1.0.6)
|
87
|
-
csv (3.3.
|
88
|
-
date (3.
|
88
|
+
csv (3.3.1)
|
89
|
+
date (3.4.1)
|
89
90
|
diff-lcs (1.5.1)
|
90
91
|
docile (1.1.5)
|
91
|
-
erubi (1.
|
92
|
+
erubi (1.13.0)
|
92
93
|
globalid (1.2.1)
|
93
94
|
activesupport (>= 6.1)
|
94
|
-
i18n (1.14.
|
95
|
+
i18n (1.14.6)
|
95
96
|
concurrent-ruby (~> 1.0)
|
96
|
-
json (2.
|
97
|
+
json (2.9.0)
|
98
|
+
language_server-protocol (3.17.0.3)
|
97
99
|
license_finder (7.2.1)
|
98
100
|
bundler
|
99
101
|
csv (~> 3.2)
|
@@ -102,7 +104,7 @@ GEM
|
|
102
104
|
tomlrb (>= 1.3, < 2.1)
|
103
105
|
with_env (= 1.1.0)
|
104
106
|
xml-simple (~> 1.1.9)
|
105
|
-
loofah (2.
|
107
|
+
loofah (2.23.1)
|
106
108
|
crass (~> 1.0.2)
|
107
109
|
nokogiri (>= 1.12.0)
|
108
110
|
mail (2.8.1)
|
@@ -113,9 +115,9 @@ GEM
|
|
113
115
|
marcel (1.0.4)
|
114
116
|
method_source (1.1.0)
|
115
117
|
mini_mime (1.1.5)
|
116
|
-
mini_portile2 (2.8.
|
117
|
-
minitest (5.
|
118
|
-
net-imap (0.4.
|
118
|
+
mini_portile2 (2.8.8)
|
119
|
+
minitest (5.25.4)
|
120
|
+
net-imap (0.4.18)
|
119
121
|
date
|
120
122
|
net-protocol
|
121
123
|
net-pop (0.1.2)
|
@@ -124,21 +126,21 @@ GEM
|
|
124
126
|
timeout
|
125
127
|
net-smtp (0.5.0)
|
126
128
|
net-protocol
|
127
|
-
nio4r (2.7.
|
128
|
-
nokogiri (1.
|
129
|
+
nio4r (2.7.4)
|
130
|
+
nokogiri (1.17.2)
|
129
131
|
mini_portile2 (~> 2.8.2)
|
130
132
|
racc (~> 1.4)
|
131
|
-
nokogiri (1.
|
133
|
+
nokogiri (1.17.2-arm64-darwin)
|
132
134
|
racc (~> 1.4)
|
133
|
-
nokogiri (1.
|
135
|
+
nokogiri (1.17.2-x86_64-linux)
|
134
136
|
racc (~> 1.4)
|
135
|
-
parallel (1.
|
136
|
-
parser (3.3.
|
137
|
+
parallel (1.26.3)
|
138
|
+
parser (3.3.6.0)
|
137
139
|
ast (~> 2.4.1)
|
138
140
|
racc
|
139
|
-
power_assert (2.0.
|
140
|
-
racc (1.8.
|
141
|
-
rack (2.2.
|
141
|
+
power_assert (2.0.4)
|
142
|
+
racc (1.8.1)
|
143
|
+
rack (2.2.10)
|
142
144
|
rack-test (2.1.0)
|
143
145
|
rack (>= 1.3)
|
144
146
|
rails (6.1.7.7)
|
@@ -160,9 +162,9 @@ GEM
|
|
160
162
|
activesupport (>= 5.0.0)
|
161
163
|
minitest
|
162
164
|
nokogiri (>= 1.6)
|
163
|
-
rails-html-sanitizer (1.6.
|
165
|
+
rails-html-sanitizer (1.6.2)
|
164
166
|
loofah (~> 2.21)
|
165
|
-
nokogiri (
|
167
|
+
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
|
166
168
|
railties (6.1.7.7)
|
167
169
|
actionpack (= 6.1.7.7)
|
168
170
|
activesupport (= 6.1.7.7)
|
@@ -172,57 +174,48 @@ GEM
|
|
172
174
|
rainbow (2.2.2)
|
173
175
|
rake
|
174
176
|
rake (13.2.1)
|
175
|
-
regexp_parser (2.9.
|
176
|
-
rexml (3.
|
177
|
-
strscan (>= 3.0.9)
|
177
|
+
regexp_parser (2.9.3)
|
178
|
+
rexml (3.4.0)
|
178
179
|
rspec (3.13.0)
|
179
180
|
rspec-core (~> 3.13.0)
|
180
181
|
rspec-expectations (~> 3.13.0)
|
181
182
|
rspec-mocks (~> 3.13.0)
|
182
|
-
rspec-core (3.13.
|
183
|
+
rspec-core (3.13.2)
|
183
184
|
rspec-support (~> 3.13.0)
|
184
|
-
rspec-expectations (3.13.
|
185
|
+
rspec-expectations (3.13.3)
|
185
186
|
diff-lcs (>= 1.2.0, < 2.0)
|
186
187
|
rspec-support (~> 3.13.0)
|
187
|
-
rspec-mocks (3.13.
|
188
|
+
rspec-mocks (3.13.2)
|
188
189
|
diff-lcs (>= 1.2.0, < 2.0)
|
189
190
|
rspec-support (~> 3.13.0)
|
190
|
-
rspec-support (3.13.
|
191
|
-
rubocop (1.
|
191
|
+
rspec-support (3.13.2)
|
192
|
+
rubocop (1.66.1)
|
192
193
|
json (~> 2.3)
|
194
|
+
language_server-protocol (>= 3.17.0)
|
193
195
|
parallel (~> 1.10)
|
194
|
-
parser (>= 3.
|
196
|
+
parser (>= 3.3.0.2)
|
195
197
|
rainbow (>= 2.2.2, < 4.0)
|
196
|
-
regexp_parser (>=
|
197
|
-
|
198
|
-
rubocop-ast (>= 1.28.0, < 2.0)
|
198
|
+
regexp_parser (>= 2.4, < 3.0)
|
199
|
+
rubocop-ast (>= 1.32.2, < 2.0)
|
199
200
|
ruby-progressbar (~> 1.7)
|
200
201
|
unicode-display_width (>= 2.4.0, < 3.0)
|
201
|
-
rubocop-ast (1.
|
202
|
+
rubocop-ast (1.37.0)
|
202
203
|
parser (>= 3.3.1.0)
|
203
|
-
rubocop-
|
204
|
-
rubocop (~> 1.41)
|
205
|
-
rubocop-factory_bot (2.25.1)
|
206
|
-
rubocop (~> 1.41)
|
207
|
-
rubocop-performance (1.21.0)
|
204
|
+
rubocop-performance (1.23.0)
|
208
205
|
rubocop (>= 1.48.1, < 2.0)
|
209
206
|
rubocop-ast (>= 1.31.1, < 2.0)
|
210
|
-
rubocop-rails (2.
|
207
|
+
rubocop-rails (2.27.0)
|
211
208
|
activesupport (>= 4.2.0)
|
212
209
|
rack (>= 1.1)
|
213
|
-
rubocop (>= 1.
|
210
|
+
rubocop (>= 1.52.0, < 2.0)
|
214
211
|
rubocop-ast (>= 1.31.1, < 2.0)
|
215
212
|
rubocop-rake (0.6.0)
|
216
213
|
rubocop (~> 1.0)
|
217
|
-
rubocop-rspec (
|
218
|
-
rubocop (~> 1.
|
219
|
-
rubocop-capybara (~> 2.17)
|
220
|
-
rubocop-factory_bot (~> 2.22)
|
221
|
-
rubocop-rspec_rails (~> 2.28)
|
222
|
-
rubocop-rspec_rails (2.28.3)
|
223
|
-
rubocop (~> 1.40)
|
214
|
+
rubocop-rspec (3.3.0)
|
215
|
+
rubocop (~> 1.61)
|
224
216
|
ruby-progressbar (1.13.0)
|
225
217
|
rubyzip (2.3.2)
|
218
|
+
securerandom (0.3.2)
|
226
219
|
simplecov (0.15.1)
|
227
220
|
docile (~> 1.1.0)
|
228
221
|
json (>= 1.8, < 3)
|
@@ -231,19 +224,18 @@ GEM
|
|
231
224
|
sprockets (4.2.1)
|
232
225
|
concurrent-ruby (~> 1.0)
|
233
226
|
rack (>= 2.2.4, < 4)
|
234
|
-
sprockets-rails (3.
|
235
|
-
actionpack (>=
|
236
|
-
activesupport (>=
|
227
|
+
sprockets-rails (3.5.2)
|
228
|
+
actionpack (>= 6.1)
|
229
|
+
activesupport (>= 6.1)
|
237
230
|
sprockets (>= 3.0.0)
|
238
|
-
strscan (3.1.0)
|
239
231
|
test-unit (3.1.5)
|
240
232
|
power_assert
|
241
|
-
thor (1.3.
|
242
|
-
timeout (0.4.
|
233
|
+
thor (1.3.2)
|
234
|
+
timeout (0.4.3)
|
243
235
|
tomlrb (2.0.3)
|
244
236
|
tzinfo (2.0.6)
|
245
237
|
concurrent-ruby (~> 1.0)
|
246
|
-
unicode-display_width (2.
|
238
|
+
unicode-display_width (2.6.0)
|
247
239
|
websocket-driver (0.7.6)
|
248
240
|
websocket-extensions (>= 0.1.0)
|
249
241
|
websocket-extensions (0.1.5)
|
@@ -251,7 +243,7 @@ GEM
|
|
251
243
|
xml-simple (1.1.9)
|
252
244
|
rexml
|
253
245
|
yard (0.9.34)
|
254
|
-
zeitwerk (2.6.
|
246
|
+
zeitwerk (2.6.18)
|
255
247
|
|
256
248
|
PLATFORMS
|
257
249
|
arm64-darwin-22
|
@@ -260,19 +252,23 @@ PLATFORMS
|
|
260
252
|
x86_64-linux
|
261
253
|
|
262
254
|
DEPENDENCIES
|
255
|
+
activesupport (< 7.2.0)
|
263
256
|
appraisal (= 2.5.0)
|
264
257
|
bundler (~> 2.1)
|
265
258
|
data_taster!
|
266
259
|
license_finder (~> 7.0)
|
260
|
+
net-imap (< 0.5.0)
|
267
261
|
parser (>= 2.5, != 2.5.1.1)
|
268
262
|
rails (= 6.1.7.7)
|
269
263
|
rainbow (= 2.2.2)
|
270
264
|
rake (~> 13.0)
|
271
265
|
rspec (~> 3.0)
|
272
266
|
rubocop-powerhome!
|
267
|
+
securerandom (< 0.4.0)
|
273
268
|
simplecov (= 0.15.1)
|
274
269
|
test-unit (= 3.1.5)
|
275
270
|
yard (= 0.9.34)
|
271
|
+
zeitwerk (< 2.7.0)
|
276
272
|
|
277
273
|
BUNDLED WITH
|
278
|
-
2.5.
|
274
|
+
2.5.23
|
data/gemfiles/rails_7_0.gemfile
CHANGED
@@ -2,7 +2,11 @@
|
|
2
2
|
|
3
3
|
source "https://rubygems.org"
|
4
4
|
|
5
|
+
gem "activesupport", "< 7.2.0"
|
6
|
+
gem "net-imap", "< 0.5.0"
|
5
7
|
gem "rubocop-powerhome", path: "../../rubocop-powerhome", tag: "v0.5.2-rubocop-powerhome"
|
8
|
+
gem "securerandom", "< 0.4.0"
|
9
|
+
gem "zeitwerk", "< 2.7.0"
|
6
10
|
gem "rails", "7.0.8.1"
|
7
11
|
|
8
12
|
gemspec path: "../"
|
@@ -1,8 +1,8 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ../../rubocop-powerhome
|
3
3
|
specs:
|
4
|
-
rubocop-powerhome (0.5.
|
5
|
-
rubocop (
|
4
|
+
rubocop-powerhome (0.5.3)
|
5
|
+
rubocop (= 1.66.1)
|
6
6
|
rubocop-performance
|
7
7
|
rubocop-rails
|
8
8
|
rubocop-rake
|
@@ -11,7 +11,8 @@ PATH
|
|
11
11
|
PATH
|
12
12
|
remote: ..
|
13
13
|
specs:
|
14
|
-
data_taster (0.4.
|
14
|
+
data_taster (0.4.1)
|
15
|
+
nokogiri (= 1.17.2)
|
15
16
|
rails (>= 6.0)
|
16
17
|
|
17
18
|
GEM
|
@@ -87,19 +88,20 @@ GEM
|
|
87
88
|
rake
|
88
89
|
thor (>= 0.14.0)
|
89
90
|
ast (2.4.2)
|
90
|
-
builder (3.
|
91
|
-
concurrent-ruby (1.
|
91
|
+
builder (3.3.0)
|
92
|
+
concurrent-ruby (1.3.4)
|
92
93
|
crass (1.0.6)
|
93
|
-
csv (3.3.
|
94
|
-
date (3.
|
94
|
+
csv (3.3.1)
|
95
|
+
date (3.4.1)
|
95
96
|
diff-lcs (1.5.1)
|
96
97
|
docile (1.1.5)
|
97
|
-
erubi (1.
|
98
|
+
erubi (1.13.0)
|
98
99
|
globalid (1.2.1)
|
99
100
|
activesupport (>= 6.1)
|
100
|
-
i18n (1.14.
|
101
|
+
i18n (1.14.6)
|
101
102
|
concurrent-ruby (~> 1.0)
|
102
|
-
json (2.
|
103
|
+
json (2.9.0)
|
104
|
+
language_server-protocol (3.17.0.3)
|
103
105
|
license_finder (7.2.1)
|
104
106
|
bundler
|
105
107
|
csv (~> 3.2)
|
@@ -108,7 +110,7 @@ GEM
|
|
108
110
|
tomlrb (>= 1.3, < 2.1)
|
109
111
|
with_env (= 1.1.0)
|
110
112
|
xml-simple (~> 1.1.9)
|
111
|
-
loofah (2.
|
113
|
+
loofah (2.23.1)
|
112
114
|
crass (~> 1.0.2)
|
113
115
|
nokogiri (>= 1.12.0)
|
114
116
|
mail (2.8.1)
|
@@ -119,9 +121,9 @@ GEM
|
|
119
121
|
marcel (1.0.4)
|
120
122
|
method_source (1.1.0)
|
121
123
|
mini_mime (1.1.5)
|
122
|
-
mini_portile2 (2.8.
|
123
|
-
minitest (5.
|
124
|
-
net-imap (0.4.
|
124
|
+
mini_portile2 (2.8.8)
|
125
|
+
minitest (5.25.4)
|
126
|
+
net-imap (0.4.18)
|
125
127
|
date
|
126
128
|
net-protocol
|
127
129
|
net-pop (0.1.2)
|
@@ -130,21 +132,21 @@ GEM
|
|
130
132
|
timeout
|
131
133
|
net-smtp (0.5.0)
|
132
134
|
net-protocol
|
133
|
-
nio4r (2.7.
|
134
|
-
nokogiri (1.
|
135
|
+
nio4r (2.7.4)
|
136
|
+
nokogiri (1.17.2)
|
135
137
|
mini_portile2 (~> 2.8.2)
|
136
138
|
racc (~> 1.4)
|
137
|
-
nokogiri (1.
|
139
|
+
nokogiri (1.17.2-arm64-darwin)
|
138
140
|
racc (~> 1.4)
|
139
|
-
nokogiri (1.
|
141
|
+
nokogiri (1.17.2-x86_64-linux)
|
140
142
|
racc (~> 1.4)
|
141
|
-
parallel (1.
|
142
|
-
parser (3.3.
|
143
|
+
parallel (1.26.3)
|
144
|
+
parser (3.3.6.0)
|
143
145
|
ast (~> 2.4.1)
|
144
146
|
racc
|
145
|
-
power_assert (2.0.
|
146
|
-
racc (1.8.
|
147
|
-
rack (2.2.
|
147
|
+
power_assert (2.0.4)
|
148
|
+
racc (1.8.1)
|
149
|
+
rack (2.2.10)
|
148
150
|
rack-test (2.1.0)
|
149
151
|
rack (>= 1.3)
|
150
152
|
rails (7.0.8.1)
|
@@ -165,9 +167,9 @@ GEM
|
|
165
167
|
activesupport (>= 5.0.0)
|
166
168
|
minitest
|
167
169
|
nokogiri (>= 1.6)
|
168
|
-
rails-html-sanitizer (1.6.
|
170
|
+
rails-html-sanitizer (1.6.2)
|
169
171
|
loofah (~> 2.21)
|
170
|
-
nokogiri (
|
172
|
+
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
|
171
173
|
railties (7.0.8.1)
|
172
174
|
actionpack (= 7.0.8.1)
|
173
175
|
activesupport (= 7.0.8.1)
|
@@ -178,71 +180,61 @@ GEM
|
|
178
180
|
rainbow (2.2.2)
|
179
181
|
rake
|
180
182
|
rake (13.2.1)
|
181
|
-
regexp_parser (2.9.
|
182
|
-
rexml (3.
|
183
|
-
strscan (>= 3.0.9)
|
183
|
+
regexp_parser (2.9.3)
|
184
|
+
rexml (3.4.0)
|
184
185
|
rspec (3.13.0)
|
185
186
|
rspec-core (~> 3.13.0)
|
186
187
|
rspec-expectations (~> 3.13.0)
|
187
188
|
rspec-mocks (~> 3.13.0)
|
188
|
-
rspec-core (3.13.
|
189
|
+
rspec-core (3.13.2)
|
189
190
|
rspec-support (~> 3.13.0)
|
190
|
-
rspec-expectations (3.13.
|
191
|
+
rspec-expectations (3.13.3)
|
191
192
|
diff-lcs (>= 1.2.0, < 2.0)
|
192
193
|
rspec-support (~> 3.13.0)
|
193
|
-
rspec-mocks (3.13.
|
194
|
+
rspec-mocks (3.13.2)
|
194
195
|
diff-lcs (>= 1.2.0, < 2.0)
|
195
196
|
rspec-support (~> 3.13.0)
|
196
|
-
rspec-support (3.13.
|
197
|
-
rubocop (1.
|
197
|
+
rspec-support (3.13.2)
|
198
|
+
rubocop (1.66.1)
|
198
199
|
json (~> 2.3)
|
200
|
+
language_server-protocol (>= 3.17.0)
|
199
201
|
parallel (~> 1.10)
|
200
|
-
parser (>= 3.
|
202
|
+
parser (>= 3.3.0.2)
|
201
203
|
rainbow (>= 2.2.2, < 4.0)
|
202
|
-
regexp_parser (>=
|
203
|
-
|
204
|
-
rubocop-ast (>= 1.28.0, < 2.0)
|
204
|
+
regexp_parser (>= 2.4, < 3.0)
|
205
|
+
rubocop-ast (>= 1.32.2, < 2.0)
|
205
206
|
ruby-progressbar (~> 1.7)
|
206
207
|
unicode-display_width (>= 2.4.0, < 3.0)
|
207
|
-
rubocop-ast (1.
|
208
|
+
rubocop-ast (1.37.0)
|
208
209
|
parser (>= 3.3.1.0)
|
209
|
-
rubocop-
|
210
|
-
rubocop (~> 1.41)
|
211
|
-
rubocop-factory_bot (2.25.1)
|
212
|
-
rubocop (~> 1.41)
|
213
|
-
rubocop-performance (1.21.0)
|
210
|
+
rubocop-performance (1.23.0)
|
214
211
|
rubocop (>= 1.48.1, < 2.0)
|
215
212
|
rubocop-ast (>= 1.31.1, < 2.0)
|
216
|
-
rubocop-rails (2.
|
213
|
+
rubocop-rails (2.27.0)
|
217
214
|
activesupport (>= 4.2.0)
|
218
215
|
rack (>= 1.1)
|
219
|
-
rubocop (>= 1.
|
216
|
+
rubocop (>= 1.52.0, < 2.0)
|
220
217
|
rubocop-ast (>= 1.31.1, < 2.0)
|
221
218
|
rubocop-rake (0.6.0)
|
222
219
|
rubocop (~> 1.0)
|
223
|
-
rubocop-rspec (
|
224
|
-
rubocop (~> 1.
|
225
|
-
rubocop-capybara (~> 2.17)
|
226
|
-
rubocop-factory_bot (~> 2.22)
|
227
|
-
rubocop-rspec_rails (~> 2.28)
|
228
|
-
rubocop-rspec_rails (2.28.3)
|
229
|
-
rubocop (~> 1.40)
|
220
|
+
rubocop-rspec (3.3.0)
|
221
|
+
rubocop (~> 1.61)
|
230
222
|
ruby-progressbar (1.13.0)
|
231
223
|
rubyzip (2.3.2)
|
224
|
+
securerandom (0.3.2)
|
232
225
|
simplecov (0.15.1)
|
233
226
|
docile (~> 1.1.0)
|
234
227
|
json (>= 1.8, < 3)
|
235
228
|
simplecov-html (~> 0.10.0)
|
236
229
|
simplecov-html (0.10.2)
|
237
|
-
strscan (3.1.0)
|
238
230
|
test-unit (3.1.5)
|
239
231
|
power_assert
|
240
|
-
thor (1.3.
|
241
|
-
timeout (0.4.
|
232
|
+
thor (1.3.2)
|
233
|
+
timeout (0.4.3)
|
242
234
|
tomlrb (2.0.3)
|
243
235
|
tzinfo (2.0.6)
|
244
236
|
concurrent-ruby (~> 1.0)
|
245
|
-
unicode-display_width (2.
|
237
|
+
unicode-display_width (2.6.0)
|
246
238
|
websocket-driver (0.7.6)
|
247
239
|
websocket-extensions (>= 0.1.0)
|
248
240
|
websocket-extensions (0.1.5)
|
@@ -250,7 +242,7 @@ GEM
|
|
250
242
|
xml-simple (1.1.9)
|
251
243
|
rexml
|
252
244
|
yard (0.9.34)
|
253
|
-
zeitwerk (2.6.
|
245
|
+
zeitwerk (2.6.18)
|
254
246
|
|
255
247
|
PLATFORMS
|
256
248
|
arm64-darwin-22
|
@@ -259,19 +251,23 @@ PLATFORMS
|
|
259
251
|
x86_64-linux
|
260
252
|
|
261
253
|
DEPENDENCIES
|
254
|
+
activesupport (< 7.2.0)
|
262
255
|
appraisal (= 2.5.0)
|
263
256
|
bundler (~> 2.1)
|
264
257
|
data_taster!
|
265
258
|
license_finder (~> 7.0)
|
259
|
+
net-imap (< 0.5.0)
|
266
260
|
parser (>= 2.5, != 2.5.1.1)
|
267
261
|
rails (= 7.0.8.1)
|
268
262
|
rainbow (= 2.2.2)
|
269
263
|
rake (~> 13.0)
|
270
264
|
rspec (~> 3.0)
|
271
265
|
rubocop-powerhome!
|
266
|
+
securerandom (< 0.4.0)
|
272
267
|
simplecov (= 0.15.1)
|
273
268
|
test-unit (= 3.1.5)
|
274
269
|
yard (= 0.9.34)
|
270
|
+
zeitwerk (< 2.7.0)
|
275
271
|
|
276
272
|
BUNDLED WITH
|
277
|
-
2.5.
|
273
|
+
2.5.23
|
data/lib/data_taster/flavors.rb
CHANGED
@@ -12,9 +12,9 @@ module DataTaster
|
|
12
12
|
|
13
13
|
def date
|
14
14
|
@date ||= if DataTaster.config.months
|
15
|
-
(current_date - DataTaster.config.months.to_i.months).beginning_of_day.
|
15
|
+
(current_date - DataTaster.config.months.to_i.months).beginning_of_day.to_formatted_s(:db)
|
16
16
|
else
|
17
|
-
(current_date - 1.week).beginning_of_day.
|
17
|
+
(current_date - 1.week).beginning_of_day.to_formatted_s(:db)
|
18
18
|
end
|
19
19
|
end
|
20
20
|
|
data/lib/data_taster/version.rb
CHANGED
metadata
CHANGED
@@ -1,15 +1,28 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: data_taster
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jill Klang
|
8
|
-
autorequire:
|
9
8
|
bindir: exe
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-02-27 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
12
|
+
- !ruby/object:Gem::Dependency
|
13
|
+
name: nokogiri
|
14
|
+
requirement: !ruby/object:Gem::Requirement
|
15
|
+
requirements:
|
16
|
+
- - '='
|
17
|
+
- !ruby/object:Gem::Version
|
18
|
+
version: 1.17.2
|
19
|
+
type: :runtime
|
20
|
+
prerelease: false
|
21
|
+
version_requirements: !ruby/object:Gem::Requirement
|
22
|
+
requirements:
|
23
|
+
- - '='
|
24
|
+
- !ruby/object:Gem::Version
|
25
|
+
version: 1.17.2
|
13
26
|
- !ruby/object:Gem::Dependency
|
14
27
|
name: rails
|
15
28
|
requirement: !ruby/object:Gem::Requirement
|
@@ -212,7 +225,6 @@ metadata:
|
|
212
225
|
homepage_uri: https://github.com/powerhome/power-tools
|
213
226
|
source_code_uri: https://github.com/powerhome/power-tools
|
214
227
|
changelog_uri: https://github.com/powerhome/power-tools/blob/main/packages/data_taster/docs/CHANGELOG.md
|
215
|
-
post_install_message:
|
216
228
|
rdoc_options: []
|
217
229
|
require_paths:
|
218
230
|
- lib
|
@@ -227,8 +239,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
227
239
|
- !ruby/object:Gem::Version
|
228
240
|
version: '0'
|
229
241
|
requirements: []
|
230
|
-
rubygems_version: 3.
|
231
|
-
signing_key:
|
242
|
+
rubygems_version: 3.6.2
|
232
243
|
specification_version: 4
|
233
244
|
summary: Delicious and sanitized data samples for development and testing.
|
234
245
|
test_files: []
|