stance 0.8.3 → 0.9.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/.github/workflows/main.yml +35 -0
- data/.rubocop.yml +17 -3
- data/.ruby-version +1 -0
- data/Appraisals +13 -0
- data/Gemfile +1 -0
- data/Gemfile.lock +151 -138
- data/app/models/stance/event_record.rb +2 -4
- data/gemfiles/rails_7.1.gemfile +20 -0
- data/gemfiles/rails_7.1.gemfile.lock +302 -0
- data/gemfiles/rails_7.2.gemfile +20 -0
- data/gemfiles/rails_7.2.gemfile.lock +296 -0
- data/gemfiles/rails_8.gemfile +20 -0
- data/gemfiles/rails_8.gemfile.lock +297 -0
- data/lib/generators/stance/install_generator.rb +1 -1
- data/lib/stance/event.rb +6 -6
- data/lib/stance/events.rb +4 -4
- data/lib/stance/version.rb +1 -1
- data/stance.gemspec +2 -3
- metadata +15 -24
@@ -0,0 +1,302 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ..
|
3
|
+
specs:
|
4
|
+
stance (0.8.3)
|
5
|
+
multi_json (~> 1.15)
|
6
|
+
rails (>= 7.0, < 9.0)
|
7
|
+
|
8
|
+
GEM
|
9
|
+
remote: https://rubygems.org/
|
10
|
+
specs:
|
11
|
+
actioncable (7.1.5.1)
|
12
|
+
actionpack (= 7.1.5.1)
|
13
|
+
activesupport (= 7.1.5.1)
|
14
|
+
nio4r (~> 2.0)
|
15
|
+
websocket-driver (>= 0.6.1)
|
16
|
+
zeitwerk (~> 2.6)
|
17
|
+
actionmailbox (7.1.5.1)
|
18
|
+
actionpack (= 7.1.5.1)
|
19
|
+
activejob (= 7.1.5.1)
|
20
|
+
activerecord (= 7.1.5.1)
|
21
|
+
activestorage (= 7.1.5.1)
|
22
|
+
activesupport (= 7.1.5.1)
|
23
|
+
mail (>= 2.7.1)
|
24
|
+
net-imap
|
25
|
+
net-pop
|
26
|
+
net-smtp
|
27
|
+
actionmailer (7.1.5.1)
|
28
|
+
actionpack (= 7.1.5.1)
|
29
|
+
actionview (= 7.1.5.1)
|
30
|
+
activejob (= 7.1.5.1)
|
31
|
+
activesupport (= 7.1.5.1)
|
32
|
+
mail (~> 2.5, >= 2.5.4)
|
33
|
+
net-imap
|
34
|
+
net-pop
|
35
|
+
net-smtp
|
36
|
+
rails-dom-testing (~> 2.2)
|
37
|
+
actionpack (7.1.5.1)
|
38
|
+
actionview (= 7.1.5.1)
|
39
|
+
activesupport (= 7.1.5.1)
|
40
|
+
nokogiri (>= 1.8.5)
|
41
|
+
racc
|
42
|
+
rack (>= 2.2.4)
|
43
|
+
rack-session (>= 1.0.1)
|
44
|
+
rack-test (>= 0.6.3)
|
45
|
+
rails-dom-testing (~> 2.2)
|
46
|
+
rails-html-sanitizer (~> 1.6)
|
47
|
+
actiontext (7.1.5.1)
|
48
|
+
actionpack (= 7.1.5.1)
|
49
|
+
activerecord (= 7.1.5.1)
|
50
|
+
activestorage (= 7.1.5.1)
|
51
|
+
activesupport (= 7.1.5.1)
|
52
|
+
globalid (>= 0.6.0)
|
53
|
+
nokogiri (>= 1.8.5)
|
54
|
+
actionview (7.1.5.1)
|
55
|
+
activesupport (= 7.1.5.1)
|
56
|
+
builder (~> 3.1)
|
57
|
+
erubi (~> 1.11)
|
58
|
+
rails-dom-testing (~> 2.2)
|
59
|
+
rails-html-sanitizer (~> 1.6)
|
60
|
+
activejob (7.1.5.1)
|
61
|
+
activesupport (= 7.1.5.1)
|
62
|
+
globalid (>= 0.3.6)
|
63
|
+
activemodel (7.1.5.1)
|
64
|
+
activesupport (= 7.1.5.1)
|
65
|
+
activerecord (7.1.5.1)
|
66
|
+
activemodel (= 7.1.5.1)
|
67
|
+
activesupport (= 7.1.5.1)
|
68
|
+
timeout (>= 0.4.0)
|
69
|
+
activestorage (7.1.5.1)
|
70
|
+
actionpack (= 7.1.5.1)
|
71
|
+
activejob (= 7.1.5.1)
|
72
|
+
activerecord (= 7.1.5.1)
|
73
|
+
activesupport (= 7.1.5.1)
|
74
|
+
marcel (~> 1.0)
|
75
|
+
activesupport (7.1.5.1)
|
76
|
+
base64
|
77
|
+
benchmark (>= 0.3)
|
78
|
+
bigdecimal
|
79
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
80
|
+
connection_pool (>= 2.2.5)
|
81
|
+
drb
|
82
|
+
i18n (>= 1.6, < 2)
|
83
|
+
logger (>= 1.4.2)
|
84
|
+
minitest (>= 5.1)
|
85
|
+
mutex_m
|
86
|
+
securerandom (>= 0.3)
|
87
|
+
tzinfo (~> 2.0)
|
88
|
+
appraisal (2.5.0)
|
89
|
+
bundler
|
90
|
+
rake
|
91
|
+
thor (>= 0.14.0)
|
92
|
+
ast (2.4.2)
|
93
|
+
autotest-suffix (1.1.0)
|
94
|
+
base64 (0.2.0)
|
95
|
+
benchmark (0.4.0)
|
96
|
+
bigdecimal (3.1.9)
|
97
|
+
builder (3.3.0)
|
98
|
+
combustion (1.5.0)
|
99
|
+
activesupport (>= 3.0.0)
|
100
|
+
railties (>= 3.0.0)
|
101
|
+
thor (>= 0.14.6)
|
102
|
+
concurrent-ruby (1.3.5)
|
103
|
+
connection_pool (2.5.0)
|
104
|
+
crass (1.0.6)
|
105
|
+
date (3.4.1)
|
106
|
+
debug (1.10.0)
|
107
|
+
irb (~> 1.10)
|
108
|
+
reline (>= 0.3.8)
|
109
|
+
drb (2.2.1)
|
110
|
+
erubi (1.13.1)
|
111
|
+
globalid (1.2.1)
|
112
|
+
activesupport (>= 6.1)
|
113
|
+
i18n (1.14.7)
|
114
|
+
concurrent-ruby (~> 1.0)
|
115
|
+
io-console (0.8.0)
|
116
|
+
irb (1.15.1)
|
117
|
+
pp (>= 0.6.0)
|
118
|
+
rdoc (>= 4.0.0)
|
119
|
+
reline (>= 0.4.2)
|
120
|
+
json (2.10.1)
|
121
|
+
language_server-protocol (3.17.0.4)
|
122
|
+
lint_roller (1.1.0)
|
123
|
+
logger (1.6.6)
|
124
|
+
loofah (2.24.0)
|
125
|
+
crass (~> 1.0.2)
|
126
|
+
nokogiri (>= 1.12.0)
|
127
|
+
mail (2.8.1)
|
128
|
+
mini_mime (>= 0.1.1)
|
129
|
+
net-imap
|
130
|
+
net-pop
|
131
|
+
net-smtp
|
132
|
+
marcel (1.0.4)
|
133
|
+
mini_mime (1.1.5)
|
134
|
+
minitest (5.25.4)
|
135
|
+
minitest-autotest (1.1.1)
|
136
|
+
minitest-server (~> 1.0)
|
137
|
+
path_expander (~> 1.0)
|
138
|
+
minitest-focus (1.4.0)
|
139
|
+
minitest (>= 4, < 6)
|
140
|
+
minitest-server (1.0.8)
|
141
|
+
drb (~> 2.0)
|
142
|
+
minitest (~> 5.16)
|
143
|
+
mocha (2.7.1)
|
144
|
+
ruby2_keywords (>= 0.0.5)
|
145
|
+
multi_json (1.15.0)
|
146
|
+
mutex_m (0.3.0)
|
147
|
+
net-imap (0.5.6)
|
148
|
+
date
|
149
|
+
net-protocol
|
150
|
+
net-pop (0.1.2)
|
151
|
+
net-protocol
|
152
|
+
net-protocol (0.2.2)
|
153
|
+
timeout
|
154
|
+
net-smtp (0.5.1)
|
155
|
+
net-protocol
|
156
|
+
nio4r (2.7.4)
|
157
|
+
nokogiri (1.18.3-aarch64-linux-gnu)
|
158
|
+
racc (~> 1.4)
|
159
|
+
nokogiri (1.18.3-aarch64-linux-musl)
|
160
|
+
racc (~> 1.4)
|
161
|
+
nokogiri (1.18.3-arm-linux-gnu)
|
162
|
+
racc (~> 1.4)
|
163
|
+
nokogiri (1.18.3-arm-linux-musl)
|
164
|
+
racc (~> 1.4)
|
165
|
+
nokogiri (1.18.3-arm64-darwin)
|
166
|
+
racc (~> 1.4)
|
167
|
+
nokogiri (1.18.3-x86_64-darwin)
|
168
|
+
racc (~> 1.4)
|
169
|
+
nokogiri (1.18.3-x86_64-linux-gnu)
|
170
|
+
racc (~> 1.4)
|
171
|
+
nokogiri (1.18.3-x86_64-linux-musl)
|
172
|
+
racc (~> 1.4)
|
173
|
+
parallel (1.26.3)
|
174
|
+
parser (3.3.7.1)
|
175
|
+
ast (~> 2.4.1)
|
176
|
+
racc
|
177
|
+
path_expander (1.1.3)
|
178
|
+
pp (0.6.2)
|
179
|
+
prettyprint
|
180
|
+
prettyprint (0.2.0)
|
181
|
+
psych (5.2.3)
|
182
|
+
date
|
183
|
+
stringio
|
184
|
+
racc (1.8.1)
|
185
|
+
rack (3.1.11)
|
186
|
+
rack-session (2.1.0)
|
187
|
+
base64 (>= 0.1.0)
|
188
|
+
rack (>= 3.0.0)
|
189
|
+
rack-test (2.2.0)
|
190
|
+
rack (>= 1.3)
|
191
|
+
rackup (2.2.1)
|
192
|
+
rack (>= 3)
|
193
|
+
rails (7.1.5.1)
|
194
|
+
actioncable (= 7.1.5.1)
|
195
|
+
actionmailbox (= 7.1.5.1)
|
196
|
+
actionmailer (= 7.1.5.1)
|
197
|
+
actionpack (= 7.1.5.1)
|
198
|
+
actiontext (= 7.1.5.1)
|
199
|
+
actionview (= 7.1.5.1)
|
200
|
+
activejob (= 7.1.5.1)
|
201
|
+
activemodel (= 7.1.5.1)
|
202
|
+
activerecord (= 7.1.5.1)
|
203
|
+
activestorage (= 7.1.5.1)
|
204
|
+
activesupport (= 7.1.5.1)
|
205
|
+
bundler (>= 1.15.0)
|
206
|
+
railties (= 7.1.5.1)
|
207
|
+
rails-dom-testing (2.2.0)
|
208
|
+
activesupport (>= 5.0.0)
|
209
|
+
minitest
|
210
|
+
nokogiri (>= 1.6)
|
211
|
+
rails-html-sanitizer (1.6.2)
|
212
|
+
loofah (~> 2.21)
|
213
|
+
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)
|
214
|
+
railties (7.1.5.1)
|
215
|
+
actionpack (= 7.1.5.1)
|
216
|
+
activesupport (= 7.1.5.1)
|
217
|
+
irb
|
218
|
+
rackup (>= 1.0.0)
|
219
|
+
rake (>= 12.2)
|
220
|
+
thor (~> 1.0, >= 1.2.2)
|
221
|
+
zeitwerk (~> 2.6)
|
222
|
+
rainbow (3.1.1)
|
223
|
+
rake (13.2.1)
|
224
|
+
rdoc (6.12.0)
|
225
|
+
psych (>= 4.0.0)
|
226
|
+
regexp_parser (2.10.0)
|
227
|
+
reline (0.6.0)
|
228
|
+
io-console (~> 0.5)
|
229
|
+
rubocop (1.73.2)
|
230
|
+
json (~> 2.3)
|
231
|
+
language_server-protocol (~> 3.17.0.2)
|
232
|
+
lint_roller (~> 1.1.0)
|
233
|
+
parallel (~> 1.10)
|
234
|
+
parser (>= 3.3.0.2)
|
235
|
+
rainbow (>= 2.2.2, < 4.0)
|
236
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
237
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
238
|
+
ruby-progressbar (~> 1.7)
|
239
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
240
|
+
rubocop-ast (1.38.1)
|
241
|
+
parser (>= 3.3.1.0)
|
242
|
+
rubocop-minitest (0.37.1)
|
243
|
+
lint_roller (~> 1.1)
|
244
|
+
rubocop (>= 1.72.1, < 2.0)
|
245
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
246
|
+
rubocop-rake (0.7.1)
|
247
|
+
lint_roller (~> 1.1)
|
248
|
+
rubocop (>= 1.72.1)
|
249
|
+
ruby-progressbar (1.13.0)
|
250
|
+
ruby2_keywords (0.0.5)
|
251
|
+
securerandom (0.4.1)
|
252
|
+
sqlite3 (2.6.0-aarch64-linux-gnu)
|
253
|
+
sqlite3 (2.6.0-aarch64-linux-musl)
|
254
|
+
sqlite3 (2.6.0-arm-linux-gnu)
|
255
|
+
sqlite3 (2.6.0-arm-linux-musl)
|
256
|
+
sqlite3 (2.6.0-arm64-darwin)
|
257
|
+
sqlite3 (2.6.0-x86_64-darwin)
|
258
|
+
sqlite3 (2.6.0-x86_64-linux-gnu)
|
259
|
+
sqlite3 (2.6.0-x86_64-linux-musl)
|
260
|
+
stringio (3.1.5)
|
261
|
+
thor (1.3.2)
|
262
|
+
timeout (0.4.3)
|
263
|
+
tzinfo (2.0.6)
|
264
|
+
concurrent-ruby (~> 1.0)
|
265
|
+
unicode-display_width (3.1.4)
|
266
|
+
unicode-emoji (~> 4.0, >= 4.0.4)
|
267
|
+
unicode-emoji (4.0.4)
|
268
|
+
websocket-driver (0.7.7)
|
269
|
+
base64
|
270
|
+
websocket-extensions (>= 0.1.0)
|
271
|
+
websocket-extensions (0.1.5)
|
272
|
+
zeitwerk (2.7.2)
|
273
|
+
|
274
|
+
PLATFORMS
|
275
|
+
aarch64-linux-gnu
|
276
|
+
aarch64-linux-musl
|
277
|
+
arm-linux-gnu
|
278
|
+
arm-linux-musl
|
279
|
+
arm64-darwin
|
280
|
+
x86_64-darwin
|
281
|
+
x86_64-linux-gnu
|
282
|
+
x86_64-linux-musl
|
283
|
+
|
284
|
+
DEPENDENCIES
|
285
|
+
appraisal
|
286
|
+
autotest-suffix
|
287
|
+
combustion
|
288
|
+
debug
|
289
|
+
minitest
|
290
|
+
minitest-autotest
|
291
|
+
minitest-focus
|
292
|
+
mocha
|
293
|
+
rails (~> 7.1.0)
|
294
|
+
rake (~> 13.0)
|
295
|
+
rubocop
|
296
|
+
rubocop-minitest
|
297
|
+
rubocop-rake
|
298
|
+
sqlite3
|
299
|
+
stance!
|
300
|
+
|
301
|
+
BUNDLED WITH
|
302
|
+
2.6.5
|
@@ -0,0 +1,20 @@
|
|
1
|
+
# This file was generated by Appraisal
|
2
|
+
|
3
|
+
source "https://rubygems.org"
|
4
|
+
|
5
|
+
gem "appraisal"
|
6
|
+
gem "autotest-suffix"
|
7
|
+
gem "combustion"
|
8
|
+
gem "debug"
|
9
|
+
gem "minitest"
|
10
|
+
gem "minitest-autotest"
|
11
|
+
gem "minitest-focus"
|
12
|
+
gem "mocha"
|
13
|
+
gem "rake", "~> 13.0"
|
14
|
+
gem "rubocop"
|
15
|
+
gem "rubocop-minitest"
|
16
|
+
gem "rubocop-rake"
|
17
|
+
gem "sqlite3"
|
18
|
+
gem "rails", "~> 7.2.0"
|
19
|
+
|
20
|
+
gemspec path: "../"
|
@@ -0,0 +1,296 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ..
|
3
|
+
specs:
|
4
|
+
stance (0.8.3)
|
5
|
+
multi_json (~> 1.15)
|
6
|
+
rails (>= 7.0, < 9.0)
|
7
|
+
|
8
|
+
GEM
|
9
|
+
remote: https://rubygems.org/
|
10
|
+
specs:
|
11
|
+
actioncable (7.2.2.1)
|
12
|
+
actionpack (= 7.2.2.1)
|
13
|
+
activesupport (= 7.2.2.1)
|
14
|
+
nio4r (~> 2.0)
|
15
|
+
websocket-driver (>= 0.6.1)
|
16
|
+
zeitwerk (~> 2.6)
|
17
|
+
actionmailbox (7.2.2.1)
|
18
|
+
actionpack (= 7.2.2.1)
|
19
|
+
activejob (= 7.2.2.1)
|
20
|
+
activerecord (= 7.2.2.1)
|
21
|
+
activestorage (= 7.2.2.1)
|
22
|
+
activesupport (= 7.2.2.1)
|
23
|
+
mail (>= 2.8.0)
|
24
|
+
actionmailer (7.2.2.1)
|
25
|
+
actionpack (= 7.2.2.1)
|
26
|
+
actionview (= 7.2.2.1)
|
27
|
+
activejob (= 7.2.2.1)
|
28
|
+
activesupport (= 7.2.2.1)
|
29
|
+
mail (>= 2.8.0)
|
30
|
+
rails-dom-testing (~> 2.2)
|
31
|
+
actionpack (7.2.2.1)
|
32
|
+
actionview (= 7.2.2.1)
|
33
|
+
activesupport (= 7.2.2.1)
|
34
|
+
nokogiri (>= 1.8.5)
|
35
|
+
racc
|
36
|
+
rack (>= 2.2.4, < 3.2)
|
37
|
+
rack-session (>= 1.0.1)
|
38
|
+
rack-test (>= 0.6.3)
|
39
|
+
rails-dom-testing (~> 2.2)
|
40
|
+
rails-html-sanitizer (~> 1.6)
|
41
|
+
useragent (~> 0.16)
|
42
|
+
actiontext (7.2.2.1)
|
43
|
+
actionpack (= 7.2.2.1)
|
44
|
+
activerecord (= 7.2.2.1)
|
45
|
+
activestorage (= 7.2.2.1)
|
46
|
+
activesupport (= 7.2.2.1)
|
47
|
+
globalid (>= 0.6.0)
|
48
|
+
nokogiri (>= 1.8.5)
|
49
|
+
actionview (7.2.2.1)
|
50
|
+
activesupport (= 7.2.2.1)
|
51
|
+
builder (~> 3.1)
|
52
|
+
erubi (~> 1.11)
|
53
|
+
rails-dom-testing (~> 2.2)
|
54
|
+
rails-html-sanitizer (~> 1.6)
|
55
|
+
activejob (7.2.2.1)
|
56
|
+
activesupport (= 7.2.2.1)
|
57
|
+
globalid (>= 0.3.6)
|
58
|
+
activemodel (7.2.2.1)
|
59
|
+
activesupport (= 7.2.2.1)
|
60
|
+
activerecord (7.2.2.1)
|
61
|
+
activemodel (= 7.2.2.1)
|
62
|
+
activesupport (= 7.2.2.1)
|
63
|
+
timeout (>= 0.4.0)
|
64
|
+
activestorage (7.2.2.1)
|
65
|
+
actionpack (= 7.2.2.1)
|
66
|
+
activejob (= 7.2.2.1)
|
67
|
+
activerecord (= 7.2.2.1)
|
68
|
+
activesupport (= 7.2.2.1)
|
69
|
+
marcel (~> 1.0)
|
70
|
+
activesupport (7.2.2.1)
|
71
|
+
base64
|
72
|
+
benchmark (>= 0.3)
|
73
|
+
bigdecimal
|
74
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
75
|
+
connection_pool (>= 2.2.5)
|
76
|
+
drb
|
77
|
+
i18n (>= 1.6, < 2)
|
78
|
+
logger (>= 1.4.2)
|
79
|
+
minitest (>= 5.1)
|
80
|
+
securerandom (>= 0.3)
|
81
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
82
|
+
appraisal (2.5.0)
|
83
|
+
bundler
|
84
|
+
rake
|
85
|
+
thor (>= 0.14.0)
|
86
|
+
ast (2.4.2)
|
87
|
+
autotest-suffix (1.1.0)
|
88
|
+
base64 (0.2.0)
|
89
|
+
benchmark (0.4.0)
|
90
|
+
bigdecimal (3.1.9)
|
91
|
+
builder (3.3.0)
|
92
|
+
combustion (1.5.0)
|
93
|
+
activesupport (>= 3.0.0)
|
94
|
+
railties (>= 3.0.0)
|
95
|
+
thor (>= 0.14.6)
|
96
|
+
concurrent-ruby (1.3.5)
|
97
|
+
connection_pool (2.5.0)
|
98
|
+
crass (1.0.6)
|
99
|
+
date (3.4.1)
|
100
|
+
debug (1.10.0)
|
101
|
+
irb (~> 1.10)
|
102
|
+
reline (>= 0.3.8)
|
103
|
+
drb (2.2.1)
|
104
|
+
erubi (1.13.1)
|
105
|
+
globalid (1.2.1)
|
106
|
+
activesupport (>= 6.1)
|
107
|
+
i18n (1.14.7)
|
108
|
+
concurrent-ruby (~> 1.0)
|
109
|
+
io-console (0.8.0)
|
110
|
+
irb (1.15.1)
|
111
|
+
pp (>= 0.6.0)
|
112
|
+
rdoc (>= 4.0.0)
|
113
|
+
reline (>= 0.4.2)
|
114
|
+
json (2.10.1)
|
115
|
+
language_server-protocol (3.17.0.4)
|
116
|
+
lint_roller (1.1.0)
|
117
|
+
logger (1.6.6)
|
118
|
+
loofah (2.24.0)
|
119
|
+
crass (~> 1.0.2)
|
120
|
+
nokogiri (>= 1.12.0)
|
121
|
+
mail (2.8.1)
|
122
|
+
mini_mime (>= 0.1.1)
|
123
|
+
net-imap
|
124
|
+
net-pop
|
125
|
+
net-smtp
|
126
|
+
marcel (1.0.4)
|
127
|
+
mini_mime (1.1.5)
|
128
|
+
minitest (5.25.4)
|
129
|
+
minitest-autotest (1.1.1)
|
130
|
+
minitest-server (~> 1.0)
|
131
|
+
path_expander (~> 1.0)
|
132
|
+
minitest-focus (1.4.0)
|
133
|
+
minitest (>= 4, < 6)
|
134
|
+
minitest-server (1.0.8)
|
135
|
+
drb (~> 2.0)
|
136
|
+
minitest (~> 5.16)
|
137
|
+
mocha (2.7.1)
|
138
|
+
ruby2_keywords (>= 0.0.5)
|
139
|
+
multi_json (1.15.0)
|
140
|
+
net-imap (0.5.6)
|
141
|
+
date
|
142
|
+
net-protocol
|
143
|
+
net-pop (0.1.2)
|
144
|
+
net-protocol
|
145
|
+
net-protocol (0.2.2)
|
146
|
+
timeout
|
147
|
+
net-smtp (0.5.1)
|
148
|
+
net-protocol
|
149
|
+
nio4r (2.7.4)
|
150
|
+
nokogiri (1.18.3-aarch64-linux-gnu)
|
151
|
+
racc (~> 1.4)
|
152
|
+
nokogiri (1.18.3-aarch64-linux-musl)
|
153
|
+
racc (~> 1.4)
|
154
|
+
nokogiri (1.18.3-arm-linux-gnu)
|
155
|
+
racc (~> 1.4)
|
156
|
+
nokogiri (1.18.3-arm-linux-musl)
|
157
|
+
racc (~> 1.4)
|
158
|
+
nokogiri (1.18.3-arm64-darwin)
|
159
|
+
racc (~> 1.4)
|
160
|
+
nokogiri (1.18.3-x86_64-darwin)
|
161
|
+
racc (~> 1.4)
|
162
|
+
nokogiri (1.18.3-x86_64-linux-gnu)
|
163
|
+
racc (~> 1.4)
|
164
|
+
nokogiri (1.18.3-x86_64-linux-musl)
|
165
|
+
racc (~> 1.4)
|
166
|
+
parallel (1.26.3)
|
167
|
+
parser (3.3.7.1)
|
168
|
+
ast (~> 2.4.1)
|
169
|
+
racc
|
170
|
+
path_expander (1.1.3)
|
171
|
+
pp (0.6.2)
|
172
|
+
prettyprint
|
173
|
+
prettyprint (0.2.0)
|
174
|
+
psych (5.2.3)
|
175
|
+
date
|
176
|
+
stringio
|
177
|
+
racc (1.8.1)
|
178
|
+
rack (3.1.11)
|
179
|
+
rack-session (2.1.0)
|
180
|
+
base64 (>= 0.1.0)
|
181
|
+
rack (>= 3.0.0)
|
182
|
+
rack-test (2.2.0)
|
183
|
+
rack (>= 1.3)
|
184
|
+
rackup (2.2.1)
|
185
|
+
rack (>= 3)
|
186
|
+
rails (7.2.2.1)
|
187
|
+
actioncable (= 7.2.2.1)
|
188
|
+
actionmailbox (= 7.2.2.1)
|
189
|
+
actionmailer (= 7.2.2.1)
|
190
|
+
actionpack (= 7.2.2.1)
|
191
|
+
actiontext (= 7.2.2.1)
|
192
|
+
actionview (= 7.2.2.1)
|
193
|
+
activejob (= 7.2.2.1)
|
194
|
+
activemodel (= 7.2.2.1)
|
195
|
+
activerecord (= 7.2.2.1)
|
196
|
+
activestorage (= 7.2.2.1)
|
197
|
+
activesupport (= 7.2.2.1)
|
198
|
+
bundler (>= 1.15.0)
|
199
|
+
railties (= 7.2.2.1)
|
200
|
+
rails-dom-testing (2.2.0)
|
201
|
+
activesupport (>= 5.0.0)
|
202
|
+
minitest
|
203
|
+
nokogiri (>= 1.6)
|
204
|
+
rails-html-sanitizer (1.6.2)
|
205
|
+
loofah (~> 2.21)
|
206
|
+
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)
|
207
|
+
railties (7.2.2.1)
|
208
|
+
actionpack (= 7.2.2.1)
|
209
|
+
activesupport (= 7.2.2.1)
|
210
|
+
irb (~> 1.13)
|
211
|
+
rackup (>= 1.0.0)
|
212
|
+
rake (>= 12.2)
|
213
|
+
thor (~> 1.0, >= 1.2.2)
|
214
|
+
zeitwerk (~> 2.6)
|
215
|
+
rainbow (3.1.1)
|
216
|
+
rake (13.2.1)
|
217
|
+
rdoc (6.12.0)
|
218
|
+
psych (>= 4.0.0)
|
219
|
+
regexp_parser (2.10.0)
|
220
|
+
reline (0.6.0)
|
221
|
+
io-console (~> 0.5)
|
222
|
+
rubocop (1.73.2)
|
223
|
+
json (~> 2.3)
|
224
|
+
language_server-protocol (~> 3.17.0.2)
|
225
|
+
lint_roller (~> 1.1.0)
|
226
|
+
parallel (~> 1.10)
|
227
|
+
parser (>= 3.3.0.2)
|
228
|
+
rainbow (>= 2.2.2, < 4.0)
|
229
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
230
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
231
|
+
ruby-progressbar (~> 1.7)
|
232
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
233
|
+
rubocop-ast (1.38.1)
|
234
|
+
parser (>= 3.3.1.0)
|
235
|
+
rubocop-minitest (0.37.1)
|
236
|
+
lint_roller (~> 1.1)
|
237
|
+
rubocop (>= 1.72.1, < 2.0)
|
238
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
239
|
+
rubocop-rake (0.7.1)
|
240
|
+
lint_roller (~> 1.1)
|
241
|
+
rubocop (>= 1.72.1)
|
242
|
+
ruby-progressbar (1.13.0)
|
243
|
+
ruby2_keywords (0.0.5)
|
244
|
+
securerandom (0.4.1)
|
245
|
+
sqlite3 (2.6.0-aarch64-linux-gnu)
|
246
|
+
sqlite3 (2.6.0-aarch64-linux-musl)
|
247
|
+
sqlite3 (2.6.0-arm-linux-gnu)
|
248
|
+
sqlite3 (2.6.0-arm-linux-musl)
|
249
|
+
sqlite3 (2.6.0-arm64-darwin)
|
250
|
+
sqlite3 (2.6.0-x86_64-darwin)
|
251
|
+
sqlite3 (2.6.0-x86_64-linux-gnu)
|
252
|
+
sqlite3 (2.6.0-x86_64-linux-musl)
|
253
|
+
stringio (3.1.5)
|
254
|
+
thor (1.3.2)
|
255
|
+
timeout (0.4.3)
|
256
|
+
tzinfo (2.0.6)
|
257
|
+
concurrent-ruby (~> 1.0)
|
258
|
+
unicode-display_width (3.1.4)
|
259
|
+
unicode-emoji (~> 4.0, >= 4.0.4)
|
260
|
+
unicode-emoji (4.0.4)
|
261
|
+
useragent (0.16.11)
|
262
|
+
websocket-driver (0.7.7)
|
263
|
+
base64
|
264
|
+
websocket-extensions (>= 0.1.0)
|
265
|
+
websocket-extensions (0.1.5)
|
266
|
+
zeitwerk (2.7.2)
|
267
|
+
|
268
|
+
PLATFORMS
|
269
|
+
aarch64-linux-gnu
|
270
|
+
aarch64-linux-musl
|
271
|
+
arm-linux-gnu
|
272
|
+
arm-linux-musl
|
273
|
+
arm64-darwin
|
274
|
+
x86_64-darwin
|
275
|
+
x86_64-linux-gnu
|
276
|
+
x86_64-linux-musl
|
277
|
+
|
278
|
+
DEPENDENCIES
|
279
|
+
appraisal
|
280
|
+
autotest-suffix
|
281
|
+
combustion
|
282
|
+
debug
|
283
|
+
minitest
|
284
|
+
minitest-autotest
|
285
|
+
minitest-focus
|
286
|
+
mocha
|
287
|
+
rails (~> 7.2.0)
|
288
|
+
rake (~> 13.0)
|
289
|
+
rubocop
|
290
|
+
rubocop-minitest
|
291
|
+
rubocop-rake
|
292
|
+
sqlite3
|
293
|
+
stance!
|
294
|
+
|
295
|
+
BUNDLED WITH
|
296
|
+
2.6.5
|
@@ -0,0 +1,20 @@
|
|
1
|
+
# This file was generated by Appraisal
|
2
|
+
|
3
|
+
source "https://rubygems.org"
|
4
|
+
|
5
|
+
gem "appraisal"
|
6
|
+
gem "autotest-suffix"
|
7
|
+
gem "combustion"
|
8
|
+
gem "debug"
|
9
|
+
gem "minitest"
|
10
|
+
gem "minitest-autotest"
|
11
|
+
gem "minitest-focus"
|
12
|
+
gem "mocha"
|
13
|
+
gem "rake", "~> 13.0"
|
14
|
+
gem "rubocop"
|
15
|
+
gem "rubocop-minitest"
|
16
|
+
gem "rubocop-rake"
|
17
|
+
gem "sqlite3"
|
18
|
+
gem "rails", "~> 8.0.1"
|
19
|
+
|
20
|
+
gemspec path: "../"
|