data_taster 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,261 @@
1
+ PATH
2
+ remote: ../../rubocop-powerhome
3
+ specs:
4
+ rubocop-powerhome (0.5.2)
5
+ rubocop (~> 1.52.0)
6
+ rubocop-performance
7
+ rubocop-rails
8
+ rubocop-rake
9
+ rubocop-rspec
10
+
11
+ PATH
12
+ remote: ..
13
+ specs:
14
+ data_taster (0.2.2)
15
+ rails (>= 6.0)
16
+
17
+ GEM
18
+ remote: https://rubygems.org/
19
+ specs:
20
+ actioncable (6.0.6.1)
21
+ actionpack (= 6.0.6.1)
22
+ nio4r (~> 2.0)
23
+ websocket-driver (>= 0.6.1)
24
+ actionmailbox (6.0.6.1)
25
+ actionpack (= 6.0.6.1)
26
+ activejob (= 6.0.6.1)
27
+ activerecord (= 6.0.6.1)
28
+ activestorage (= 6.0.6.1)
29
+ activesupport (= 6.0.6.1)
30
+ mail (>= 2.7.1)
31
+ actionmailer (6.0.6.1)
32
+ actionpack (= 6.0.6.1)
33
+ actionview (= 6.0.6.1)
34
+ activejob (= 6.0.6.1)
35
+ mail (~> 2.5, >= 2.5.4)
36
+ rails-dom-testing (~> 2.0)
37
+ actionpack (6.0.6.1)
38
+ actionview (= 6.0.6.1)
39
+ activesupport (= 6.0.6.1)
40
+ rack (~> 2.0, >= 2.0.8)
41
+ rack-test (>= 0.6.3)
42
+ rails-dom-testing (~> 2.0)
43
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
44
+ actiontext (6.0.6.1)
45
+ actionpack (= 6.0.6.1)
46
+ activerecord (= 6.0.6.1)
47
+ activestorage (= 6.0.6.1)
48
+ activesupport (= 6.0.6.1)
49
+ nokogiri (>= 1.8.5)
50
+ actionview (6.0.6.1)
51
+ activesupport (= 6.0.6.1)
52
+ builder (~> 3.1)
53
+ erubi (~> 1.4)
54
+ rails-dom-testing (~> 2.0)
55
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
56
+ activejob (6.0.6.1)
57
+ activesupport (= 6.0.6.1)
58
+ globalid (>= 0.3.6)
59
+ activemodel (6.0.6.1)
60
+ activesupport (= 6.0.6.1)
61
+ activerecord (6.0.6.1)
62
+ activemodel (= 6.0.6.1)
63
+ activesupport (= 6.0.6.1)
64
+ activestorage (6.0.6.1)
65
+ actionpack (= 6.0.6.1)
66
+ activejob (= 6.0.6.1)
67
+ activerecord (= 6.0.6.1)
68
+ marcel (~> 1.0)
69
+ activesupport (6.0.6.1)
70
+ concurrent-ruby (~> 1.0, >= 1.0.2)
71
+ i18n (>= 0.7, < 2)
72
+ minitest (~> 5.1)
73
+ tzinfo (~> 1.1)
74
+ zeitwerk (~> 2.2, >= 2.2.2)
75
+ appraisal (2.5.0)
76
+ bundler
77
+ rake
78
+ thor (>= 0.14.0)
79
+ ast (2.4.2)
80
+ builder (3.2.4)
81
+ concurrent-ruby (1.2.2)
82
+ crass (1.0.6)
83
+ date (3.3.4)
84
+ diff-lcs (1.5.0)
85
+ docile (1.1.5)
86
+ erubi (1.12.0)
87
+ globalid (1.1.0)
88
+ activesupport (>= 5.0)
89
+ i18n (1.14.1)
90
+ concurrent-ruby (~> 1.0)
91
+ json (2.7.1)
92
+ license_finder (7.1.0)
93
+ bundler
94
+ rubyzip (>= 1, < 3)
95
+ thor (~> 1.2)
96
+ tomlrb (>= 1.3, < 2.1)
97
+ with_env (= 1.1.0)
98
+ xml-simple (~> 1.1.9)
99
+ loofah (2.22.0)
100
+ crass (~> 1.0.2)
101
+ nokogiri (>= 1.12.0)
102
+ mail (2.8.1)
103
+ mini_mime (>= 0.1.1)
104
+ net-imap
105
+ net-pop
106
+ net-smtp
107
+ marcel (1.0.2)
108
+ method_source (1.0.0)
109
+ mini_mime (1.1.5)
110
+ minitest (5.20.0)
111
+ net-imap (0.4.9.1)
112
+ date
113
+ net-protocol
114
+ net-pop (0.1.2)
115
+ net-protocol
116
+ net-protocol (0.2.2)
117
+ timeout
118
+ net-smtp (0.4.0.1)
119
+ net-protocol
120
+ nio4r (2.7.0)
121
+ nokogiri (1.15.5-arm64-darwin)
122
+ racc (~> 1.4)
123
+ parallel (1.24.0)
124
+ parser (3.2.2.4)
125
+ ast (~> 2.4.1)
126
+ racc
127
+ power_assert (2.0.3)
128
+ racc (1.7.3)
129
+ rack (2.2.8)
130
+ rack-test (2.1.0)
131
+ rack (>= 1.3)
132
+ rails (6.0.6.1)
133
+ actioncable (= 6.0.6.1)
134
+ actionmailbox (= 6.0.6.1)
135
+ actionmailer (= 6.0.6.1)
136
+ actionpack (= 6.0.6.1)
137
+ actiontext (= 6.0.6.1)
138
+ actionview (= 6.0.6.1)
139
+ activejob (= 6.0.6.1)
140
+ activemodel (= 6.0.6.1)
141
+ activerecord (= 6.0.6.1)
142
+ activestorage (= 6.0.6.1)
143
+ activesupport (= 6.0.6.1)
144
+ bundler (>= 1.3.0)
145
+ railties (= 6.0.6.1)
146
+ sprockets-rails (>= 2.0.0)
147
+ rails-dom-testing (2.2.0)
148
+ activesupport (>= 5.0.0)
149
+ minitest
150
+ nokogiri (>= 1.6)
151
+ rails-html-sanitizer (1.6.0)
152
+ loofah (~> 2.21)
153
+ nokogiri (~> 1.14)
154
+ railties (6.0.6.1)
155
+ actionpack (= 6.0.6.1)
156
+ activesupport (= 6.0.6.1)
157
+ method_source
158
+ rake (>= 0.8.7)
159
+ thor (>= 0.20.3, < 2.0)
160
+ rainbow (2.2.2)
161
+ rake
162
+ rake (13.1.0)
163
+ regexp_parser (2.8.3)
164
+ rexml (3.2.6)
165
+ rspec (3.12.0)
166
+ rspec-core (~> 3.12.0)
167
+ rspec-expectations (~> 3.12.0)
168
+ rspec-mocks (~> 3.12.0)
169
+ rspec-core (3.12.2)
170
+ rspec-support (~> 3.12.0)
171
+ rspec-expectations (3.12.3)
172
+ diff-lcs (>= 1.2.0, < 2.0)
173
+ rspec-support (~> 3.12.0)
174
+ rspec-mocks (3.12.6)
175
+ diff-lcs (>= 1.2.0, < 2.0)
176
+ rspec-support (~> 3.12.0)
177
+ rspec-support (3.12.1)
178
+ rubocop (1.52.1)
179
+ json (~> 2.3)
180
+ parallel (~> 1.10)
181
+ parser (>= 3.2.2.3)
182
+ rainbow (>= 2.2.2, < 4.0)
183
+ regexp_parser (>= 1.8, < 3.0)
184
+ rexml (>= 3.2.5, < 4.0)
185
+ rubocop-ast (>= 1.28.0, < 2.0)
186
+ ruby-progressbar (~> 1.7)
187
+ unicode-display_width (>= 2.4.0, < 3.0)
188
+ rubocop-ast (1.30.0)
189
+ parser (>= 3.2.1.0)
190
+ rubocop-capybara (2.20.0)
191
+ rubocop (~> 1.41)
192
+ rubocop-factory_bot (2.24.0)
193
+ rubocop (~> 1.33)
194
+ rubocop-performance (1.20.1)
195
+ rubocop (>= 1.48.1, < 2.0)
196
+ rubocop-ast (>= 1.30.0, < 2.0)
197
+ rubocop-rails (2.23.1)
198
+ activesupport (>= 4.2.0)
199
+ rack (>= 1.1)
200
+ rubocop (>= 1.33.0, < 2.0)
201
+ rubocop-ast (>= 1.30.0, < 2.0)
202
+ rubocop-rake (0.6.0)
203
+ rubocop (~> 1.0)
204
+ rubocop-rspec (2.25.0)
205
+ rubocop (~> 1.40)
206
+ rubocop-capybara (~> 2.17)
207
+ rubocop-factory_bot (~> 2.22)
208
+ ruby-progressbar (1.13.0)
209
+ rubyzip (2.3.2)
210
+ simplecov (0.15.1)
211
+ docile (~> 1.1.0)
212
+ json (>= 1.8, < 3)
213
+ simplecov-html (~> 0.10.0)
214
+ simplecov-html (0.10.2)
215
+ sprockets (4.2.1)
216
+ concurrent-ruby (~> 1.0)
217
+ rack (>= 2.2.4, < 4)
218
+ sprockets-rails (3.4.2)
219
+ actionpack (>= 5.2)
220
+ activesupport (>= 5.2)
221
+ sprockets (>= 3.0.0)
222
+ test-unit (3.1.5)
223
+ power_assert
224
+ thor (1.3.0)
225
+ thread_safe (0.3.6)
226
+ timeout (0.4.1)
227
+ tomlrb (2.0.3)
228
+ tzinfo (1.2.11)
229
+ thread_safe (~> 0.1)
230
+ unicode-display_width (2.5.0)
231
+ websocket-driver (0.7.6)
232
+ websocket-extensions (>= 0.1.0)
233
+ websocket-extensions (0.1.5)
234
+ with_env (1.1.0)
235
+ xml-simple (1.1.9)
236
+ rexml
237
+ yard (0.9.34)
238
+ zeitwerk (2.6.12)
239
+
240
+ PLATFORMS
241
+ arm64-darwin-22
242
+ arm64-darwin-23
243
+
244
+ DEPENDENCIES
245
+ appraisal (= 2.5.0)
246
+ bundler (~> 2.1)
247
+ data_taster!
248
+ license_finder (~> 7.0)
249
+ nokogiri (< 1.16)
250
+ parser (>= 2.5, != 2.5.1.1)
251
+ rails (= 6.0.6.1)
252
+ rainbow (= 2.2.2)
253
+ rake (~> 13.0)
254
+ rspec (~> 3.0)
255
+ rubocop-powerhome!
256
+ simplecov (= 0.15.1)
257
+ test-unit (= 3.1.5)
258
+ yard (= 0.9.34)
259
+
260
+ BUNDLED WITH
261
+ 2.4.22
@@ -0,0 +1,9 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "nokogiri", "< 1.16"
6
+ gem "rubocop-powerhome", path: "../../rubocop-powerhome", tag: "v0.5.2-rubocop-powerhome"
7
+ gem "rails", "6.1.7.4"
8
+
9
+ gemspec path: "../"
@@ -0,0 +1,264 @@
1
+ PATH
2
+ remote: ../../rubocop-powerhome
3
+ specs:
4
+ rubocop-powerhome (0.5.2)
5
+ rubocop (~> 1.52.0)
6
+ rubocop-performance
7
+ rubocop-rails
8
+ rubocop-rake
9
+ rubocop-rspec
10
+
11
+ PATH
12
+ remote: ..
13
+ specs:
14
+ data_taster (0.2.2)
15
+ rails (>= 6.0)
16
+
17
+ GEM
18
+ remote: https://rubygems.org/
19
+ specs:
20
+ actioncable (6.1.7.4)
21
+ actionpack (= 6.1.7.4)
22
+ activesupport (= 6.1.7.4)
23
+ nio4r (~> 2.0)
24
+ websocket-driver (>= 0.6.1)
25
+ actionmailbox (6.1.7.4)
26
+ actionpack (= 6.1.7.4)
27
+ activejob (= 6.1.7.4)
28
+ activerecord (= 6.1.7.4)
29
+ activestorage (= 6.1.7.4)
30
+ activesupport (= 6.1.7.4)
31
+ mail (>= 2.7.1)
32
+ actionmailer (6.1.7.4)
33
+ actionpack (= 6.1.7.4)
34
+ actionview (= 6.1.7.4)
35
+ activejob (= 6.1.7.4)
36
+ activesupport (= 6.1.7.4)
37
+ mail (~> 2.5, >= 2.5.4)
38
+ rails-dom-testing (~> 2.0)
39
+ actionpack (6.1.7.4)
40
+ actionview (= 6.1.7.4)
41
+ activesupport (= 6.1.7.4)
42
+ rack (~> 2.0, >= 2.0.9)
43
+ rack-test (>= 0.6.3)
44
+ rails-dom-testing (~> 2.0)
45
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
46
+ actiontext (6.1.7.4)
47
+ actionpack (= 6.1.7.4)
48
+ activerecord (= 6.1.7.4)
49
+ activestorage (= 6.1.7.4)
50
+ activesupport (= 6.1.7.4)
51
+ nokogiri (>= 1.8.5)
52
+ actionview (6.1.7.4)
53
+ activesupport (= 6.1.7.4)
54
+ builder (~> 3.1)
55
+ erubi (~> 1.4)
56
+ rails-dom-testing (~> 2.0)
57
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
58
+ activejob (6.1.7.4)
59
+ activesupport (= 6.1.7.4)
60
+ globalid (>= 0.3.6)
61
+ activemodel (6.1.7.4)
62
+ activesupport (= 6.1.7.4)
63
+ activerecord (6.1.7.4)
64
+ activemodel (= 6.1.7.4)
65
+ activesupport (= 6.1.7.4)
66
+ activestorage (6.1.7.4)
67
+ actionpack (= 6.1.7.4)
68
+ activejob (= 6.1.7.4)
69
+ activerecord (= 6.1.7.4)
70
+ activesupport (= 6.1.7.4)
71
+ marcel (~> 1.0)
72
+ mini_mime (>= 1.1.0)
73
+ activesupport (6.1.7.4)
74
+ concurrent-ruby (~> 1.0, >= 1.0.2)
75
+ i18n (>= 1.6, < 2)
76
+ minitest (>= 5.1)
77
+ tzinfo (~> 2.0)
78
+ zeitwerk (~> 2.3)
79
+ appraisal (2.5.0)
80
+ bundler
81
+ rake
82
+ thor (>= 0.14.0)
83
+ ast (2.4.2)
84
+ builder (3.2.4)
85
+ concurrent-ruby (1.2.2)
86
+ crass (1.0.6)
87
+ date (3.3.4)
88
+ diff-lcs (1.5.0)
89
+ docile (1.1.5)
90
+ erubi (1.12.0)
91
+ globalid (1.2.1)
92
+ activesupport (>= 6.1)
93
+ i18n (1.14.1)
94
+ concurrent-ruby (~> 1.0)
95
+ json (2.7.1)
96
+ license_finder (7.1.0)
97
+ bundler
98
+ rubyzip (>= 1, < 3)
99
+ thor (~> 1.2)
100
+ tomlrb (>= 1.3, < 2.1)
101
+ with_env (= 1.1.0)
102
+ xml-simple (~> 1.1.9)
103
+ loofah (2.22.0)
104
+ crass (~> 1.0.2)
105
+ nokogiri (>= 1.12.0)
106
+ mail (2.8.1)
107
+ mini_mime (>= 0.1.1)
108
+ net-imap
109
+ net-pop
110
+ net-smtp
111
+ marcel (1.0.2)
112
+ method_source (1.0.0)
113
+ mini_mime (1.1.5)
114
+ minitest (5.20.0)
115
+ net-imap (0.4.9.1)
116
+ date
117
+ net-protocol
118
+ net-pop (0.1.2)
119
+ net-protocol
120
+ net-protocol (0.2.2)
121
+ timeout
122
+ net-smtp (0.4.0.1)
123
+ net-protocol
124
+ nio4r (2.7.0)
125
+ nokogiri (1.15.5-arm64-darwin)
126
+ racc (~> 1.4)
127
+ parallel (1.24.0)
128
+ parser (3.2.2.4)
129
+ ast (~> 2.4.1)
130
+ racc
131
+ power_assert (2.0.3)
132
+ racc (1.7.3)
133
+ rack (2.2.8)
134
+ rack-test (2.1.0)
135
+ rack (>= 1.3)
136
+ rails (6.1.7.4)
137
+ actioncable (= 6.1.7.4)
138
+ actionmailbox (= 6.1.7.4)
139
+ actionmailer (= 6.1.7.4)
140
+ actionpack (= 6.1.7.4)
141
+ actiontext (= 6.1.7.4)
142
+ actionview (= 6.1.7.4)
143
+ activejob (= 6.1.7.4)
144
+ activemodel (= 6.1.7.4)
145
+ activerecord (= 6.1.7.4)
146
+ activestorage (= 6.1.7.4)
147
+ activesupport (= 6.1.7.4)
148
+ bundler (>= 1.15.0)
149
+ railties (= 6.1.7.4)
150
+ sprockets-rails (>= 2.0.0)
151
+ rails-dom-testing (2.2.0)
152
+ activesupport (>= 5.0.0)
153
+ minitest
154
+ nokogiri (>= 1.6)
155
+ rails-html-sanitizer (1.6.0)
156
+ loofah (~> 2.21)
157
+ nokogiri (~> 1.14)
158
+ railties (6.1.7.4)
159
+ actionpack (= 6.1.7.4)
160
+ activesupport (= 6.1.7.4)
161
+ method_source
162
+ rake (>= 12.2)
163
+ thor (~> 1.0)
164
+ rainbow (2.2.2)
165
+ rake
166
+ rake (13.1.0)
167
+ regexp_parser (2.8.3)
168
+ rexml (3.2.6)
169
+ rspec (3.12.0)
170
+ rspec-core (~> 3.12.0)
171
+ rspec-expectations (~> 3.12.0)
172
+ rspec-mocks (~> 3.12.0)
173
+ rspec-core (3.12.2)
174
+ rspec-support (~> 3.12.0)
175
+ rspec-expectations (3.12.3)
176
+ diff-lcs (>= 1.2.0, < 2.0)
177
+ rspec-support (~> 3.12.0)
178
+ rspec-mocks (3.12.6)
179
+ diff-lcs (>= 1.2.0, < 2.0)
180
+ rspec-support (~> 3.12.0)
181
+ rspec-support (3.12.1)
182
+ rubocop (1.52.1)
183
+ json (~> 2.3)
184
+ parallel (~> 1.10)
185
+ parser (>= 3.2.2.3)
186
+ rainbow (>= 2.2.2, < 4.0)
187
+ regexp_parser (>= 1.8, < 3.0)
188
+ rexml (>= 3.2.5, < 4.0)
189
+ rubocop-ast (>= 1.28.0, < 2.0)
190
+ ruby-progressbar (~> 1.7)
191
+ unicode-display_width (>= 2.4.0, < 3.0)
192
+ rubocop-ast (1.30.0)
193
+ parser (>= 3.2.1.0)
194
+ rubocop-capybara (2.20.0)
195
+ rubocop (~> 1.41)
196
+ rubocop-factory_bot (2.24.0)
197
+ rubocop (~> 1.33)
198
+ rubocop-performance (1.20.1)
199
+ rubocop (>= 1.48.1, < 2.0)
200
+ rubocop-ast (>= 1.30.0, < 2.0)
201
+ rubocop-rails (2.23.1)
202
+ activesupport (>= 4.2.0)
203
+ rack (>= 1.1)
204
+ rubocop (>= 1.33.0, < 2.0)
205
+ rubocop-ast (>= 1.30.0, < 2.0)
206
+ rubocop-rake (0.6.0)
207
+ rubocop (~> 1.0)
208
+ rubocop-rspec (2.25.0)
209
+ rubocop (~> 1.40)
210
+ rubocop-capybara (~> 2.17)
211
+ rubocop-factory_bot (~> 2.22)
212
+ ruby-progressbar (1.13.0)
213
+ rubyzip (2.3.2)
214
+ simplecov (0.15.1)
215
+ docile (~> 1.1.0)
216
+ json (>= 1.8, < 3)
217
+ simplecov-html (~> 0.10.0)
218
+ simplecov-html (0.10.2)
219
+ sprockets (4.2.1)
220
+ concurrent-ruby (~> 1.0)
221
+ rack (>= 2.2.4, < 4)
222
+ sprockets-rails (3.4.2)
223
+ actionpack (>= 5.2)
224
+ activesupport (>= 5.2)
225
+ sprockets (>= 3.0.0)
226
+ test-unit (3.1.5)
227
+ power_assert
228
+ thor (1.3.0)
229
+ timeout (0.4.1)
230
+ tomlrb (2.0.3)
231
+ tzinfo (2.0.6)
232
+ concurrent-ruby (~> 1.0)
233
+ unicode-display_width (2.5.0)
234
+ websocket-driver (0.7.6)
235
+ websocket-extensions (>= 0.1.0)
236
+ websocket-extensions (0.1.5)
237
+ with_env (1.1.0)
238
+ xml-simple (1.1.9)
239
+ rexml
240
+ yard (0.9.34)
241
+ zeitwerk (2.6.12)
242
+
243
+ PLATFORMS
244
+ arm64-darwin-22
245
+ arm64-darwin-23
246
+
247
+ DEPENDENCIES
248
+ appraisal (= 2.5.0)
249
+ bundler (~> 2.1)
250
+ data_taster!
251
+ license_finder (~> 7.0)
252
+ nokogiri (< 1.16)
253
+ parser (>= 2.5, != 2.5.1.1)
254
+ rails (= 6.1.7.4)
255
+ rainbow (= 2.2.2)
256
+ rake (~> 13.0)
257
+ rspec (~> 3.0)
258
+ rubocop-powerhome!
259
+ simplecov (= 0.15.1)
260
+ test-unit (= 3.1.5)
261
+ yard (= 0.9.34)
262
+
263
+ BUNDLED WITH
264
+ 2.4.22
@@ -0,0 +1,9 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "nokogiri", "< 1.16"
6
+ gem "rubocop-powerhome", path: "../../rubocop-powerhome", tag: "v0.5.2-rubocop-powerhome"
7
+ gem "rails", "7.0.6"
8
+
9
+ gemspec path: "../"