edgestitch 0.4.0 → 0.5.0
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/.rubocop.yml +25 -0
- data/Appraisals +6 -2
- data/Gemfile +2 -0
- data/Gemfile.lock +133 -125
- data/Rakefile +1 -0
- data/docs/CHANGELOG.md +4 -0
- data/edgestitch.gemspec +3 -3
- data/gemfiles/rails_6_0.gemfile +2 -0
- data/gemfiles/rails_6_0.gemfile.lock +74 -68
- data/gemfiles/rails_6_1.gemfile +3 -1
- data/gemfiles/rails_6_1.gemfile.lock +131 -125
- data/gemfiles/rails_7_0.gemfile +3 -1
- data/gemfiles/rails_7_0.gemfile.lock +128 -122
- data/gemfiles/rails_7_1.gemfile +10 -0
- data/gemfiles/rails_7_1.gemfile.lock +332 -0
- data/lib/edgestitch/exporter.rb +1 -1
- data/lib/edgestitch/railtie.rb +4 -1
- data/lib/edgestitch/version.rb +1 -1
- metadata +10 -8
@@ -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.5)
|
5
|
+
rubocop (= 1.74.0)
|
6
6
|
rubocop-performance
|
7
7
|
rubocop-rails
|
8
8
|
rubocop-rake
|
@@ -11,101 +11,105 @@ PATH
|
|
11
11
|
PATH
|
12
12
|
remote: ..
|
13
13
|
specs:
|
14
|
-
edgestitch (0.
|
14
|
+
edgestitch (0.5.0)
|
15
15
|
|
16
16
|
GEM
|
17
17
|
remote: https://rubygems.org/
|
18
18
|
specs:
|
19
|
-
actioncable (7.0.
|
20
|
-
actionpack (= 7.0.
|
21
|
-
activesupport (= 7.0.
|
19
|
+
actioncable (7.0.8.1)
|
20
|
+
actionpack (= 7.0.8.1)
|
21
|
+
activesupport (= 7.0.8.1)
|
22
22
|
nio4r (~> 2.0)
|
23
23
|
websocket-driver (>= 0.6.1)
|
24
|
-
actionmailbox (7.0.
|
25
|
-
actionpack (= 7.0.
|
26
|
-
activejob (= 7.0.
|
27
|
-
activerecord (= 7.0.
|
28
|
-
activestorage (= 7.0.
|
29
|
-
activesupport (= 7.0.
|
24
|
+
actionmailbox (7.0.8.1)
|
25
|
+
actionpack (= 7.0.8.1)
|
26
|
+
activejob (= 7.0.8.1)
|
27
|
+
activerecord (= 7.0.8.1)
|
28
|
+
activestorage (= 7.0.8.1)
|
29
|
+
activesupport (= 7.0.8.1)
|
30
30
|
mail (>= 2.7.1)
|
31
31
|
net-imap
|
32
32
|
net-pop
|
33
33
|
net-smtp
|
34
|
-
actionmailer (7.0.
|
35
|
-
actionpack (= 7.0.
|
36
|
-
actionview (= 7.0.
|
37
|
-
activejob (= 7.0.
|
38
|
-
activesupport (= 7.0.
|
34
|
+
actionmailer (7.0.8.1)
|
35
|
+
actionpack (= 7.0.8.1)
|
36
|
+
actionview (= 7.0.8.1)
|
37
|
+
activejob (= 7.0.8.1)
|
38
|
+
activesupport (= 7.0.8.1)
|
39
39
|
mail (~> 2.5, >= 2.5.4)
|
40
40
|
net-imap
|
41
41
|
net-pop
|
42
42
|
net-smtp
|
43
43
|
rails-dom-testing (~> 2.0)
|
44
|
-
actionpack (7.0.
|
45
|
-
actionview (= 7.0.
|
46
|
-
activesupport (= 7.0.
|
44
|
+
actionpack (7.0.8.1)
|
45
|
+
actionview (= 7.0.8.1)
|
46
|
+
activesupport (= 7.0.8.1)
|
47
47
|
rack (~> 2.0, >= 2.2.4)
|
48
48
|
rack-test (>= 0.6.3)
|
49
49
|
rails-dom-testing (~> 2.0)
|
50
50
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
51
|
-
actiontext (7.0.
|
52
|
-
actionpack (= 7.0.
|
53
|
-
activerecord (= 7.0.
|
54
|
-
activestorage (= 7.0.
|
55
|
-
activesupport (= 7.0.
|
51
|
+
actiontext (7.0.8.1)
|
52
|
+
actionpack (= 7.0.8.1)
|
53
|
+
activerecord (= 7.0.8.1)
|
54
|
+
activestorage (= 7.0.8.1)
|
55
|
+
activesupport (= 7.0.8.1)
|
56
56
|
globalid (>= 0.6.0)
|
57
57
|
nokogiri (>= 1.8.5)
|
58
|
-
actionview (7.0.
|
59
|
-
activesupport (= 7.0.
|
58
|
+
actionview (7.0.8.1)
|
59
|
+
activesupport (= 7.0.8.1)
|
60
60
|
builder (~> 3.1)
|
61
61
|
erubi (~> 1.4)
|
62
62
|
rails-dom-testing (~> 2.0)
|
63
63
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
64
|
-
activejob (7.0.
|
65
|
-
activesupport (= 7.0.
|
64
|
+
activejob (7.0.8.1)
|
65
|
+
activesupport (= 7.0.8.1)
|
66
66
|
globalid (>= 0.3.6)
|
67
|
-
activemodel (7.0.
|
68
|
-
activesupport (= 7.0.
|
69
|
-
activerecord (7.0.
|
70
|
-
activemodel (= 7.0.
|
71
|
-
activesupport (= 7.0.
|
72
|
-
activestorage (7.0.
|
73
|
-
actionpack (= 7.0.
|
74
|
-
activejob (= 7.0.
|
75
|
-
activerecord (= 7.0.
|
76
|
-
activesupport (= 7.0.
|
67
|
+
activemodel (7.0.8.1)
|
68
|
+
activesupport (= 7.0.8.1)
|
69
|
+
activerecord (7.0.8.1)
|
70
|
+
activemodel (= 7.0.8.1)
|
71
|
+
activesupport (= 7.0.8.1)
|
72
|
+
activestorage (7.0.8.1)
|
73
|
+
actionpack (= 7.0.8.1)
|
74
|
+
activejob (= 7.0.8.1)
|
75
|
+
activerecord (= 7.0.8.1)
|
76
|
+
activesupport (= 7.0.8.1)
|
77
77
|
marcel (~> 1.0)
|
78
78
|
mini_mime (>= 1.1.0)
|
79
|
-
activesupport (7.0.
|
79
|
+
activesupport (7.0.8.1)
|
80
80
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
81
81
|
i18n (>= 1.6, < 2)
|
82
82
|
minitest (>= 5.1)
|
83
83
|
tzinfo (~> 2.0)
|
84
|
-
appraisal (2.
|
84
|
+
appraisal (2.5.0)
|
85
85
|
bundler
|
86
86
|
rake
|
87
87
|
thor (>= 0.14.0)
|
88
88
|
ast (2.4.2)
|
89
|
-
builder (3.
|
90
|
-
concurrent-ruby (1.
|
89
|
+
builder (3.3.0)
|
90
|
+
concurrent-ruby (1.3.4)
|
91
91
|
crass (1.0.6)
|
92
|
-
|
93
|
-
|
92
|
+
csv (3.3.1)
|
93
|
+
date (3.4.1)
|
94
|
+
diff-lcs (1.5.1)
|
94
95
|
docile (1.1.5)
|
95
|
-
erubi (1.
|
96
|
+
erubi (1.13.0)
|
96
97
|
globalid (1.2.1)
|
97
98
|
activesupport (>= 6.1)
|
98
|
-
i18n (1.14.
|
99
|
+
i18n (1.14.6)
|
99
100
|
concurrent-ruby (~> 1.0)
|
100
|
-
json (2.
|
101
|
-
|
101
|
+
json (2.9.0)
|
102
|
+
language_server-protocol (3.17.0.3)
|
103
|
+
license_finder (7.2.1)
|
102
104
|
bundler
|
105
|
+
csv (~> 3.2)
|
103
106
|
rubyzip (>= 1, < 3)
|
104
107
|
thor (~> 1.2)
|
105
108
|
tomlrb (>= 1.3, < 2.1)
|
106
109
|
with_env (= 1.1.0)
|
107
110
|
xml-simple (~> 1.1.9)
|
108
|
-
|
111
|
+
lint_roller (1.1.0)
|
112
|
+
loofah (2.23.1)
|
109
113
|
crass (~> 1.0.2)
|
110
114
|
nokogiri (>= 1.12.0)
|
111
115
|
mail (2.8.1)
|
@@ -113,77 +117,81 @@ GEM
|
|
113
117
|
net-imap
|
114
118
|
net-pop
|
115
119
|
net-smtp
|
116
|
-
marcel (1.0.
|
117
|
-
method_source (1.
|
120
|
+
marcel (1.0.4)
|
121
|
+
method_source (1.1.0)
|
118
122
|
mini_mime (1.1.5)
|
119
|
-
|
123
|
+
mini_portile2 (2.8.8)
|
124
|
+
minitest (5.25.4)
|
120
125
|
mysql2 (0.5.5)
|
121
|
-
net-imap (0.4.
|
126
|
+
net-imap (0.4.18)
|
122
127
|
date
|
123
128
|
net-protocol
|
124
129
|
net-pop (0.1.2)
|
125
130
|
net-protocol
|
126
131
|
net-protocol (0.2.2)
|
127
132
|
timeout
|
128
|
-
net-smtp (0.
|
133
|
+
net-smtp (0.5.0)
|
129
134
|
net-protocol
|
130
|
-
nio4r (2.7.
|
131
|
-
nokogiri (1.
|
135
|
+
nio4r (2.7.4)
|
136
|
+
nokogiri (1.17.2)
|
137
|
+
mini_portile2 (~> 2.8.2)
|
132
138
|
racc (~> 1.4)
|
133
|
-
nokogiri (1.
|
139
|
+
nokogiri (1.17.2-arm64-darwin)
|
134
140
|
racc (~> 1.4)
|
135
|
-
|
136
|
-
|
141
|
+
nokogiri (1.17.2-x86_64-linux)
|
142
|
+
racc (~> 1.4)
|
143
|
+
parallel (1.26.3)
|
144
|
+
parser (3.3.6.0)
|
137
145
|
ast (~> 2.4.1)
|
138
146
|
racc
|
139
|
-
racc (1.
|
140
|
-
rack (2.2.
|
147
|
+
racc (1.8.1)
|
148
|
+
rack (2.2.10)
|
141
149
|
rack-test (2.1.0)
|
142
150
|
rack (>= 1.3)
|
143
|
-
rails (7.0.
|
144
|
-
actioncable (= 7.0.
|
145
|
-
actionmailbox (= 7.0.
|
146
|
-
actionmailer (= 7.0.
|
147
|
-
actionpack (= 7.0.
|
148
|
-
actiontext (= 7.0.
|
149
|
-
actionview (= 7.0.
|
150
|
-
activejob (= 7.0.
|
151
|
-
activemodel (= 7.0.
|
152
|
-
activerecord (= 7.0.
|
153
|
-
activestorage (= 7.0.
|
154
|
-
activesupport (= 7.0.
|
151
|
+
rails (7.0.8.1)
|
152
|
+
actioncable (= 7.0.8.1)
|
153
|
+
actionmailbox (= 7.0.8.1)
|
154
|
+
actionmailer (= 7.0.8.1)
|
155
|
+
actionpack (= 7.0.8.1)
|
156
|
+
actiontext (= 7.0.8.1)
|
157
|
+
actionview (= 7.0.8.1)
|
158
|
+
activejob (= 7.0.8.1)
|
159
|
+
activemodel (= 7.0.8.1)
|
160
|
+
activerecord (= 7.0.8.1)
|
161
|
+
activestorage (= 7.0.8.1)
|
162
|
+
activesupport (= 7.0.8.1)
|
155
163
|
bundler (>= 1.15.0)
|
156
|
-
railties (= 7.0.
|
164
|
+
railties (= 7.0.8.1)
|
157
165
|
rails-dom-testing (2.2.0)
|
158
166
|
activesupport (>= 5.0.0)
|
159
167
|
minitest
|
160
168
|
nokogiri (>= 1.6)
|
161
|
-
rails-html-sanitizer (1.6.
|
169
|
+
rails-html-sanitizer (1.6.2)
|
162
170
|
loofah (~> 2.21)
|
163
|
-
nokogiri (
|
164
|
-
railties (7.0.
|
165
|
-
actionpack (= 7.0.
|
166
|
-
activesupport (= 7.0.
|
171
|
+
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)
|
172
|
+
railties (7.0.8.1)
|
173
|
+
actionpack (= 7.0.8.1)
|
174
|
+
activesupport (= 7.0.8.1)
|
167
175
|
method_source
|
168
176
|
rake (>= 12.2)
|
169
177
|
thor (~> 1.0)
|
170
178
|
zeitwerk (~> 2.5)
|
171
179
|
rainbow (3.1.1)
|
172
|
-
rake (13.1
|
173
|
-
regexp_parser (2.
|
174
|
-
rexml (3.
|
175
|
-
rspec (3.
|
176
|
-
rspec-core (~> 3.
|
177
|
-
rspec-expectations (~> 3.
|
178
|
-
rspec-mocks (~> 3.
|
179
|
-
rspec-core (3.
|
180
|
-
rspec-support (~> 3.
|
181
|
-
rspec-expectations (3.
|
180
|
+
rake (13.2.1)
|
181
|
+
regexp_parser (2.9.3)
|
182
|
+
rexml (3.4.0)
|
183
|
+
rspec (3.13.0)
|
184
|
+
rspec-core (~> 3.13.0)
|
185
|
+
rspec-expectations (~> 3.13.0)
|
186
|
+
rspec-mocks (~> 3.13.0)
|
187
|
+
rspec-core (3.13.2)
|
188
|
+
rspec-support (~> 3.13.0)
|
189
|
+
rspec-expectations (3.13.3)
|
182
190
|
diff-lcs (>= 1.2.0, < 2.0)
|
183
|
-
rspec-support (~> 3.
|
184
|
-
rspec-mocks (3.
|
191
|
+
rspec-support (~> 3.13.0)
|
192
|
+
rspec-mocks (3.13.2)
|
185
193
|
diff-lcs (>= 1.2.0, < 2.0)
|
186
|
-
rspec-support (~> 3.
|
194
|
+
rspec-support (~> 3.13.0)
|
187
195
|
rspec-rails (5.1.2)
|
188
196
|
actionpack (>= 5.2)
|
189
197
|
activesupport (>= 5.2)
|
@@ -192,37 +200,32 @@ GEM
|
|
192
200
|
rspec-expectations (~> 3.10)
|
193
201
|
rspec-mocks (~> 3.10)
|
194
202
|
rspec-support (~> 3.10)
|
195
|
-
rspec-support (3.
|
196
|
-
rubocop (1.
|
203
|
+
rspec-support (3.13.2)
|
204
|
+
rubocop (1.74.0)
|
197
205
|
json (~> 2.3)
|
206
|
+
language_server-protocol (~> 3.17.0.2)
|
207
|
+
lint_roller (~> 1.1.0)
|
198
208
|
parallel (~> 1.10)
|
199
|
-
parser (>= 3.
|
209
|
+
parser (>= 3.3.0.2)
|
200
210
|
rainbow (>= 2.2.2, < 4.0)
|
201
|
-
regexp_parser (>=
|
202
|
-
|
203
|
-
rubocop-ast (>= 1.28.0, < 2.0)
|
211
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
212
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
204
213
|
ruby-progressbar (~> 1.7)
|
205
|
-
unicode-display_width (>= 2.4.0, <
|
206
|
-
rubocop-ast (1.
|
207
|
-
parser (>= 3.
|
208
|
-
rubocop-
|
209
|
-
rubocop (~> 1.41)
|
210
|
-
rubocop-factory_bot (2.24.0)
|
211
|
-
rubocop (~> 1.33)
|
212
|
-
rubocop-performance (1.20.1)
|
214
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
215
|
+
rubocop-ast (1.39.0)
|
216
|
+
parser (>= 3.3.1.0)
|
217
|
+
rubocop-performance (1.23.0)
|
213
218
|
rubocop (>= 1.48.1, < 2.0)
|
214
|
-
rubocop-ast (>= 1.
|
215
|
-
rubocop-rails (2.
|
219
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
220
|
+
rubocop-rails (2.27.0)
|
216
221
|
activesupport (>= 4.2.0)
|
217
222
|
rack (>= 1.1)
|
218
|
-
rubocop (>= 1.
|
219
|
-
rubocop-ast (>= 1.
|
223
|
+
rubocop (>= 1.52.0, < 2.0)
|
224
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
220
225
|
rubocop-rake (0.6.0)
|
221
226
|
rubocop (~> 1.0)
|
222
|
-
rubocop-rspec (
|
223
|
-
rubocop (~> 1.
|
224
|
-
rubocop-capybara (~> 2.17)
|
225
|
-
rubocop-factory_bot (~> 2.22)
|
227
|
+
rubocop-rspec (3.3.0)
|
228
|
+
rubocop (~> 1.61)
|
226
229
|
ruby-progressbar (1.13.0)
|
227
230
|
rubyzip (2.3.2)
|
228
231
|
simplecov (0.15.1)
|
@@ -230,12 +233,12 @@ GEM
|
|
230
233
|
json (>= 1.8, < 3)
|
231
234
|
simplecov-html (~> 0.10.0)
|
232
235
|
simplecov-html (0.10.2)
|
233
|
-
thor (1.3.
|
234
|
-
timeout (0.4.
|
236
|
+
thor (1.3.2)
|
237
|
+
timeout (0.4.3)
|
235
238
|
tomlrb (2.0.3)
|
236
239
|
tzinfo (2.0.6)
|
237
240
|
concurrent-ruby (~> 1.0)
|
238
|
-
unicode-display_width (2.
|
241
|
+
unicode-display_width (2.6.0)
|
239
242
|
websocket-driver (0.7.6)
|
240
243
|
websocket-extensions (>= 0.1.0)
|
241
244
|
websocket-extensions (0.1.5)
|
@@ -243,25 +246,28 @@ GEM
|
|
243
246
|
xml-simple (1.1.9)
|
244
247
|
rexml
|
245
248
|
yard (0.9.21)
|
246
|
-
zeitwerk (2.6.
|
249
|
+
zeitwerk (2.6.18)
|
247
250
|
|
248
251
|
PLATFORMS
|
249
252
|
arm64-darwin-22
|
253
|
+
ruby
|
250
254
|
x86_64-linux
|
251
255
|
|
252
256
|
DEPENDENCIES
|
253
|
-
appraisal (~> 2.
|
257
|
+
appraisal (~> 2.5.0)
|
254
258
|
bundler (~> 2.1)
|
255
259
|
edgestitch!
|
256
260
|
license_finder (>= 7.0)
|
257
261
|
mysql2 (= 0.5.5)
|
258
|
-
|
262
|
+
net-imap (< 0.5.0)
|
263
|
+
rails (= 7.0.8.1)
|
259
264
|
rake (~> 13.0)
|
260
265
|
rspec (~> 3.0)
|
261
266
|
rspec-rails (~> 5.1.2)
|
262
267
|
rubocop-powerhome!
|
263
268
|
simplecov (= 0.15.1)
|
264
269
|
yard (= 0.9.21)
|
270
|
+
zeitwerk (< 2.7.0)
|
265
271
|
|
266
272
|
BUNDLED WITH
|
267
|
-
2.
|
273
|
+
2.5.23
|