aether_observatory 0.0.1pre4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.rubocop.yml +17 -0
- data/Appraisals +17 -0
- data/Gemfile +7 -0
- data/Rakefile +26 -0
- data/aether_observatory.gemspec +44 -0
- data/doc/dependency_decisions.yml +3 -0
- data/docs/CHANGELOG.md +3 -0
- data/docs/README.md +368 -0
- data/gemfiles/rails_6_0.gemfile +8 -0
- data/gemfiles/rails_6_0.gemfile.lock +276 -0
- data/gemfiles/rails_6_1.gemfile +8 -0
- data/gemfiles/rails_6_1.gemfile.lock +279 -0
- data/gemfiles/rails_7_0.gemfile +8 -0
- data/gemfiles/rails_7_0.gemfile.lock +278 -0
- data/gemfiles/rails_7_1.gemfile +8 -0
- data/gemfiles/rails_7_1.gemfile.lock +314 -0
- data/lib/aether_observatory/README.md +318 -0
- data/lib/aether_observatory/configuration.rb +11 -0
- data/lib/aether_observatory/event_base.rb +66 -0
- data/lib/aether_observatory/observer_base.rb +106 -0
- data/lib/aether_observatory/version.rb +5 -0
- data/lib/aether_observatory.rb +15 -0
- data/mkdocs.yml +6 -0
- metadata +226 -0
@@ -0,0 +1,278 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ../../rubocop-powerhome
|
3
|
+
specs:
|
4
|
+
rubocop-powerhome (0.5.3)
|
5
|
+
rubocop (= 1.66.1)
|
6
|
+
rubocop-performance
|
7
|
+
rubocop-rails
|
8
|
+
rubocop-rake
|
9
|
+
rubocop-rspec
|
10
|
+
|
11
|
+
PATH
|
12
|
+
remote: ..
|
13
|
+
specs:
|
14
|
+
aether_observatory (0.0.1pre4)
|
15
|
+
activemodel (>= 6.0.6.1)
|
16
|
+
activesupport (>= 6.0.6.1)
|
17
|
+
|
18
|
+
GEM
|
19
|
+
remote: https://rubygems.org/
|
20
|
+
specs:
|
21
|
+
actioncable (7.0.8.7)
|
22
|
+
actionpack (= 7.0.8.7)
|
23
|
+
activesupport (= 7.0.8.7)
|
24
|
+
nio4r (~> 2.0)
|
25
|
+
websocket-driver (>= 0.6.1)
|
26
|
+
actionmailbox (7.0.8.7)
|
27
|
+
actionpack (= 7.0.8.7)
|
28
|
+
activejob (= 7.0.8.7)
|
29
|
+
activerecord (= 7.0.8.7)
|
30
|
+
activestorage (= 7.0.8.7)
|
31
|
+
activesupport (= 7.0.8.7)
|
32
|
+
mail (>= 2.7.1)
|
33
|
+
net-imap
|
34
|
+
net-pop
|
35
|
+
net-smtp
|
36
|
+
actionmailer (7.0.8.7)
|
37
|
+
actionpack (= 7.0.8.7)
|
38
|
+
actionview (= 7.0.8.7)
|
39
|
+
activejob (= 7.0.8.7)
|
40
|
+
activesupport (= 7.0.8.7)
|
41
|
+
mail (~> 2.5, >= 2.5.4)
|
42
|
+
net-imap
|
43
|
+
net-pop
|
44
|
+
net-smtp
|
45
|
+
rails-dom-testing (~> 2.0)
|
46
|
+
actionpack (7.0.8.7)
|
47
|
+
actionview (= 7.0.8.7)
|
48
|
+
activesupport (= 7.0.8.7)
|
49
|
+
rack (~> 2.0, >= 2.2.4)
|
50
|
+
rack-test (>= 0.6.3)
|
51
|
+
rails-dom-testing (~> 2.0)
|
52
|
+
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
53
|
+
actiontext (7.0.8.7)
|
54
|
+
actionpack (= 7.0.8.7)
|
55
|
+
activerecord (= 7.0.8.7)
|
56
|
+
activestorage (= 7.0.8.7)
|
57
|
+
activesupport (= 7.0.8.7)
|
58
|
+
globalid (>= 0.6.0)
|
59
|
+
nokogiri (>= 1.8.5)
|
60
|
+
actionview (7.0.8.7)
|
61
|
+
activesupport (= 7.0.8.7)
|
62
|
+
builder (~> 3.1)
|
63
|
+
erubi (~> 1.4)
|
64
|
+
rails-dom-testing (~> 2.0)
|
65
|
+
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
66
|
+
activejob (7.0.8.7)
|
67
|
+
activesupport (= 7.0.8.7)
|
68
|
+
globalid (>= 0.3.6)
|
69
|
+
activemodel (7.0.8.7)
|
70
|
+
activesupport (= 7.0.8.7)
|
71
|
+
activerecord (7.0.8.7)
|
72
|
+
activemodel (= 7.0.8.7)
|
73
|
+
activesupport (= 7.0.8.7)
|
74
|
+
activestorage (7.0.8.7)
|
75
|
+
actionpack (= 7.0.8.7)
|
76
|
+
activejob (= 7.0.8.7)
|
77
|
+
activerecord (= 7.0.8.7)
|
78
|
+
activesupport (= 7.0.8.7)
|
79
|
+
marcel (~> 1.0)
|
80
|
+
mini_mime (>= 1.1.0)
|
81
|
+
activesupport (7.0.8.7)
|
82
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
83
|
+
i18n (>= 1.6, < 2)
|
84
|
+
minitest (>= 5.1)
|
85
|
+
tzinfo (~> 2.0)
|
86
|
+
appraisal (2.5.0)
|
87
|
+
bundler
|
88
|
+
rake
|
89
|
+
thor (>= 0.14.0)
|
90
|
+
ast (2.4.2)
|
91
|
+
builder (3.3.0)
|
92
|
+
byebug (11.1.3)
|
93
|
+
coderay (1.1.3)
|
94
|
+
concurrent-ruby (1.3.4)
|
95
|
+
crass (1.0.6)
|
96
|
+
csv (3.3.1)
|
97
|
+
date (3.4.1)
|
98
|
+
diff-lcs (1.5.1)
|
99
|
+
docile (1.1.5)
|
100
|
+
erubi (1.13.0)
|
101
|
+
globalid (1.2.1)
|
102
|
+
activesupport (>= 6.1)
|
103
|
+
i18n (1.14.6)
|
104
|
+
concurrent-ruby (~> 1.0)
|
105
|
+
json (2.9.0)
|
106
|
+
language_server-protocol (3.17.0.3)
|
107
|
+
license_finder (7.2.1)
|
108
|
+
bundler
|
109
|
+
csv (~> 3.2)
|
110
|
+
rubyzip (>= 1, < 3)
|
111
|
+
thor (~> 1.2)
|
112
|
+
tomlrb (>= 1.3, < 2.1)
|
113
|
+
with_env (= 1.1.0)
|
114
|
+
xml-simple (~> 1.1.9)
|
115
|
+
loofah (2.23.1)
|
116
|
+
crass (~> 1.0.2)
|
117
|
+
nokogiri (>= 1.12.0)
|
118
|
+
mail (2.8.1)
|
119
|
+
mini_mime (>= 0.1.1)
|
120
|
+
net-imap
|
121
|
+
net-pop
|
122
|
+
net-smtp
|
123
|
+
marcel (1.0.4)
|
124
|
+
method_source (1.1.0)
|
125
|
+
mini_mime (1.1.5)
|
126
|
+
minitest (5.25.4)
|
127
|
+
net-imap (0.4.18)
|
128
|
+
date
|
129
|
+
net-protocol
|
130
|
+
net-pop (0.1.2)
|
131
|
+
net-protocol
|
132
|
+
net-protocol (0.2.2)
|
133
|
+
timeout
|
134
|
+
net-smtp (0.5.0)
|
135
|
+
net-protocol
|
136
|
+
nio4r (2.7.4)
|
137
|
+
nokogiri (1.17.2-aarch64-linux)
|
138
|
+
racc (~> 1.4)
|
139
|
+
nokogiri (1.17.2-arm-linux)
|
140
|
+
racc (~> 1.4)
|
141
|
+
nokogiri (1.17.2-arm64-darwin)
|
142
|
+
racc (~> 1.4)
|
143
|
+
nokogiri (1.17.2-x86-linux)
|
144
|
+
racc (~> 1.4)
|
145
|
+
nokogiri (1.17.2-x86_64-darwin)
|
146
|
+
racc (~> 1.4)
|
147
|
+
nokogiri (1.17.2-x86_64-linux)
|
148
|
+
racc (~> 1.4)
|
149
|
+
parallel (1.26.3)
|
150
|
+
parser (3.3.6.0)
|
151
|
+
ast (~> 2.4.1)
|
152
|
+
racc
|
153
|
+
pry (0.14.2)
|
154
|
+
coderay (~> 1.1)
|
155
|
+
method_source (~> 1.0)
|
156
|
+
pry-byebug (3.10.1)
|
157
|
+
byebug (~> 11.0)
|
158
|
+
pry (>= 0.13, < 0.15)
|
159
|
+
racc (1.8.1)
|
160
|
+
rack (2.2.10)
|
161
|
+
rack-test (2.1.0)
|
162
|
+
rack (>= 1.3)
|
163
|
+
rails (7.0.8.7)
|
164
|
+
actioncable (= 7.0.8.7)
|
165
|
+
actionmailbox (= 7.0.8.7)
|
166
|
+
actionmailer (= 7.0.8.7)
|
167
|
+
actionpack (= 7.0.8.7)
|
168
|
+
actiontext (= 7.0.8.7)
|
169
|
+
actionview (= 7.0.8.7)
|
170
|
+
activejob (= 7.0.8.7)
|
171
|
+
activemodel (= 7.0.8.7)
|
172
|
+
activerecord (= 7.0.8.7)
|
173
|
+
activestorage (= 7.0.8.7)
|
174
|
+
activesupport (= 7.0.8.7)
|
175
|
+
bundler (>= 1.15.0)
|
176
|
+
railties (= 7.0.8.7)
|
177
|
+
rails-dom-testing (2.2.0)
|
178
|
+
activesupport (>= 5.0.0)
|
179
|
+
minitest
|
180
|
+
nokogiri (>= 1.6)
|
181
|
+
rails-html-sanitizer (1.6.2)
|
182
|
+
loofah (~> 2.21)
|
183
|
+
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)
|
184
|
+
railties (7.0.8.7)
|
185
|
+
actionpack (= 7.0.8.7)
|
186
|
+
activesupport (= 7.0.8.7)
|
187
|
+
method_source
|
188
|
+
rake (>= 12.2)
|
189
|
+
thor (~> 1.0)
|
190
|
+
zeitwerk (~> 2.5)
|
191
|
+
rainbow (3.1.1)
|
192
|
+
rake (13.2.1)
|
193
|
+
regexp_parser (2.9.3)
|
194
|
+
rexml (3.4.0)
|
195
|
+
rspec (3.13.0)
|
196
|
+
rspec-core (~> 3.13.0)
|
197
|
+
rspec-expectations (~> 3.13.0)
|
198
|
+
rspec-mocks (~> 3.13.0)
|
199
|
+
rspec-core (3.13.2)
|
200
|
+
rspec-support (~> 3.13.0)
|
201
|
+
rspec-expectations (3.13.3)
|
202
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
203
|
+
rspec-support (~> 3.13.0)
|
204
|
+
rspec-mocks (3.13.2)
|
205
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
206
|
+
rspec-support (~> 3.13.0)
|
207
|
+
rspec-support (3.13.2)
|
208
|
+
rubocop (1.66.1)
|
209
|
+
json (~> 2.3)
|
210
|
+
language_server-protocol (>= 3.17.0)
|
211
|
+
parallel (~> 1.10)
|
212
|
+
parser (>= 3.3.0.2)
|
213
|
+
rainbow (>= 2.2.2, < 4.0)
|
214
|
+
regexp_parser (>= 2.4, < 3.0)
|
215
|
+
rubocop-ast (>= 1.32.2, < 2.0)
|
216
|
+
ruby-progressbar (~> 1.7)
|
217
|
+
unicode-display_width (>= 2.4.0, < 3.0)
|
218
|
+
rubocop-ast (1.37.0)
|
219
|
+
parser (>= 3.3.1.0)
|
220
|
+
rubocop-performance (1.23.0)
|
221
|
+
rubocop (>= 1.48.1, < 2.0)
|
222
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
223
|
+
rubocop-rails (2.27.0)
|
224
|
+
activesupport (>= 4.2.0)
|
225
|
+
rack (>= 1.1)
|
226
|
+
rubocop (>= 1.52.0, < 2.0)
|
227
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
228
|
+
rubocop-rake (0.6.0)
|
229
|
+
rubocop (~> 1.0)
|
230
|
+
rubocop-rspec (3.3.0)
|
231
|
+
rubocop (~> 1.61)
|
232
|
+
ruby-progressbar (1.13.0)
|
233
|
+
rubyzip (2.3.2)
|
234
|
+
securerandom (0.3.2)
|
235
|
+
simplecov (0.15.1)
|
236
|
+
docile (~> 1.1.0)
|
237
|
+
json (>= 1.8, < 3)
|
238
|
+
simplecov-html (~> 0.10.0)
|
239
|
+
simplecov-html (0.10.2)
|
240
|
+
thor (1.3.2)
|
241
|
+
timeout (0.4.3)
|
242
|
+
tomlrb (2.0.3)
|
243
|
+
tzinfo (2.0.6)
|
244
|
+
concurrent-ruby (~> 1.0)
|
245
|
+
unicode-display_width (2.6.0)
|
246
|
+
websocket-driver (0.7.6)
|
247
|
+
websocket-extensions (>= 0.1.0)
|
248
|
+
websocket-extensions (0.1.5)
|
249
|
+
with_env (1.1.0)
|
250
|
+
xml-simple (1.1.9)
|
251
|
+
rexml
|
252
|
+
yard (0.9.21)
|
253
|
+
zeitwerk (2.6.18)
|
254
|
+
|
255
|
+
PLATFORMS
|
256
|
+
aarch64-linux
|
257
|
+
arm-linux
|
258
|
+
arm64-darwin
|
259
|
+
x86-linux
|
260
|
+
x86_64-darwin
|
261
|
+
x86_64-linux
|
262
|
+
|
263
|
+
DEPENDENCIES
|
264
|
+
aether_observatory!
|
265
|
+
appraisal (~> 2.5.0)
|
266
|
+
bundler (~> 2.1)
|
267
|
+
license_finder (~> 7.0)
|
268
|
+
pry (>= 0.14)
|
269
|
+
pry-byebug (= 3.10.1)
|
270
|
+
rails (~> 7.0.8)
|
271
|
+
rake (~> 13.0)
|
272
|
+
rspec (~> 3.0)
|
273
|
+
rubocop-powerhome!
|
274
|
+
simplecov (= 0.15.1)
|
275
|
+
yard (= 0.9.21)
|
276
|
+
|
277
|
+
BUNDLED WITH
|
278
|
+
2.4.22
|
@@ -0,0 +1,314 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ../../rubocop-powerhome
|
3
|
+
specs:
|
4
|
+
rubocop-powerhome (0.5.3)
|
5
|
+
rubocop (= 1.66.1)
|
6
|
+
rubocop-performance
|
7
|
+
rubocop-rails
|
8
|
+
rubocop-rake
|
9
|
+
rubocop-rspec
|
10
|
+
|
11
|
+
PATH
|
12
|
+
remote: ..
|
13
|
+
specs:
|
14
|
+
aether_observatory (0.0.1pre4)
|
15
|
+
activemodel (>= 6.0.6.1)
|
16
|
+
activesupport (>= 6.0.6.1)
|
17
|
+
|
18
|
+
GEM
|
19
|
+
remote: https://rubygems.org/
|
20
|
+
specs:
|
21
|
+
actioncable (7.1.5.1)
|
22
|
+
actionpack (= 7.1.5.1)
|
23
|
+
activesupport (= 7.1.5.1)
|
24
|
+
nio4r (~> 2.0)
|
25
|
+
websocket-driver (>= 0.6.1)
|
26
|
+
zeitwerk (~> 2.6)
|
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)
|
33
|
+
mail (>= 2.7.1)
|
34
|
+
net-imap
|
35
|
+
net-pop
|
36
|
+
net-smtp
|
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)
|
42
|
+
mail (~> 2.5, >= 2.5.4)
|
43
|
+
net-imap
|
44
|
+
net-pop
|
45
|
+
net-smtp
|
46
|
+
rails-dom-testing (~> 2.2)
|
47
|
+
actionpack (7.1.5.1)
|
48
|
+
actionview (= 7.1.5.1)
|
49
|
+
activesupport (= 7.1.5.1)
|
50
|
+
nokogiri (>= 1.8.5)
|
51
|
+
racc
|
52
|
+
rack (>= 2.2.4)
|
53
|
+
rack-session (>= 1.0.1)
|
54
|
+
rack-test (>= 0.6.3)
|
55
|
+
rails-dom-testing (~> 2.2)
|
56
|
+
rails-html-sanitizer (~> 1.6)
|
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)
|
62
|
+
globalid (>= 0.6.0)
|
63
|
+
nokogiri (>= 1.8.5)
|
64
|
+
actionview (7.1.5.1)
|
65
|
+
activesupport (= 7.1.5.1)
|
66
|
+
builder (~> 3.1)
|
67
|
+
erubi (~> 1.11)
|
68
|
+
rails-dom-testing (~> 2.2)
|
69
|
+
rails-html-sanitizer (~> 1.6)
|
70
|
+
activejob (7.1.5.1)
|
71
|
+
activesupport (= 7.1.5.1)
|
72
|
+
globalid (>= 0.3.6)
|
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)
|
78
|
+
timeout (>= 0.4.0)
|
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)
|
84
|
+
marcel (~> 1.0)
|
85
|
+
activesupport (7.1.5.1)
|
86
|
+
base64
|
87
|
+
benchmark (>= 0.3)
|
88
|
+
bigdecimal
|
89
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
90
|
+
connection_pool (>= 2.2.5)
|
91
|
+
drb
|
92
|
+
i18n (>= 1.6, < 2)
|
93
|
+
logger (>= 1.4.2)
|
94
|
+
minitest (>= 5.1)
|
95
|
+
mutex_m
|
96
|
+
securerandom (>= 0.3)
|
97
|
+
tzinfo (~> 2.0)
|
98
|
+
appraisal (2.5.0)
|
99
|
+
bundler
|
100
|
+
rake
|
101
|
+
thor (>= 0.14.0)
|
102
|
+
ast (2.4.2)
|
103
|
+
base64 (0.2.0)
|
104
|
+
benchmark (0.4.0)
|
105
|
+
bigdecimal (3.1.8)
|
106
|
+
builder (3.3.0)
|
107
|
+
byebug (11.1.3)
|
108
|
+
coderay (1.1.3)
|
109
|
+
concurrent-ruby (1.3.4)
|
110
|
+
connection_pool (2.4.1)
|
111
|
+
crass (1.0.6)
|
112
|
+
csv (3.3.1)
|
113
|
+
date (3.4.1)
|
114
|
+
diff-lcs (1.5.1)
|
115
|
+
docile (1.1.5)
|
116
|
+
drb (2.2.1)
|
117
|
+
erubi (1.13.0)
|
118
|
+
globalid (1.2.1)
|
119
|
+
activesupport (>= 6.1)
|
120
|
+
i18n (1.14.6)
|
121
|
+
concurrent-ruby (~> 1.0)
|
122
|
+
io-console (0.8.0)
|
123
|
+
irb (1.14.2)
|
124
|
+
rdoc (>= 4.0.0)
|
125
|
+
reline (>= 0.4.2)
|
126
|
+
json (2.9.0)
|
127
|
+
language_server-protocol (3.17.0.3)
|
128
|
+
license_finder (7.2.1)
|
129
|
+
bundler
|
130
|
+
csv (~> 3.2)
|
131
|
+
rubyzip (>= 1, < 3)
|
132
|
+
thor (~> 1.2)
|
133
|
+
tomlrb (>= 1.3, < 2.1)
|
134
|
+
with_env (= 1.1.0)
|
135
|
+
xml-simple (~> 1.1.9)
|
136
|
+
logger (1.6.3)
|
137
|
+
loofah (2.23.1)
|
138
|
+
crass (~> 1.0.2)
|
139
|
+
nokogiri (>= 1.12.0)
|
140
|
+
mail (2.8.1)
|
141
|
+
mini_mime (>= 0.1.1)
|
142
|
+
net-imap
|
143
|
+
net-pop
|
144
|
+
net-smtp
|
145
|
+
marcel (1.0.4)
|
146
|
+
method_source (1.1.0)
|
147
|
+
mini_mime (1.1.5)
|
148
|
+
minitest (5.25.4)
|
149
|
+
mutex_m (0.3.0)
|
150
|
+
net-imap (0.4.18)
|
151
|
+
date
|
152
|
+
net-protocol
|
153
|
+
net-pop (0.1.2)
|
154
|
+
net-protocol
|
155
|
+
net-protocol (0.2.2)
|
156
|
+
timeout
|
157
|
+
net-smtp (0.5.0)
|
158
|
+
net-protocol
|
159
|
+
nio4r (2.7.4)
|
160
|
+
nokogiri (1.17.2-aarch64-linux)
|
161
|
+
racc (~> 1.4)
|
162
|
+
nokogiri (1.17.2-arm-linux)
|
163
|
+
racc (~> 1.4)
|
164
|
+
nokogiri (1.17.2-arm64-darwin)
|
165
|
+
racc (~> 1.4)
|
166
|
+
nokogiri (1.17.2-x86-linux)
|
167
|
+
racc (~> 1.4)
|
168
|
+
nokogiri (1.17.2-x86_64-darwin)
|
169
|
+
racc (~> 1.4)
|
170
|
+
nokogiri (1.17.2-x86_64-linux)
|
171
|
+
racc (~> 1.4)
|
172
|
+
parallel (1.26.3)
|
173
|
+
parser (3.3.6.0)
|
174
|
+
ast (~> 2.4.1)
|
175
|
+
racc
|
176
|
+
pry (0.14.2)
|
177
|
+
coderay (~> 1.1)
|
178
|
+
method_source (~> 1.0)
|
179
|
+
pry-byebug (3.10.1)
|
180
|
+
byebug (~> 11.0)
|
181
|
+
pry (>= 0.13, < 0.15)
|
182
|
+
psych (5.2.1)
|
183
|
+
date
|
184
|
+
stringio
|
185
|
+
racc (1.8.1)
|
186
|
+
rack (3.1.8)
|
187
|
+
rack-session (2.0.0)
|
188
|
+
rack (>= 3.0.0)
|
189
|
+
rack-test (2.1.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.9.1)
|
225
|
+
psych (>= 4.0.0)
|
226
|
+
regexp_parser (2.9.3)
|
227
|
+
reline (0.6.0)
|
228
|
+
io-console (~> 0.5)
|
229
|
+
rexml (3.4.0)
|
230
|
+
rspec (3.13.0)
|
231
|
+
rspec-core (~> 3.13.0)
|
232
|
+
rspec-expectations (~> 3.13.0)
|
233
|
+
rspec-mocks (~> 3.13.0)
|
234
|
+
rspec-core (3.13.2)
|
235
|
+
rspec-support (~> 3.13.0)
|
236
|
+
rspec-expectations (3.13.3)
|
237
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
238
|
+
rspec-support (~> 3.13.0)
|
239
|
+
rspec-mocks (3.13.2)
|
240
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
241
|
+
rspec-support (~> 3.13.0)
|
242
|
+
rspec-support (3.13.2)
|
243
|
+
rubocop (1.66.1)
|
244
|
+
json (~> 2.3)
|
245
|
+
language_server-protocol (>= 3.17.0)
|
246
|
+
parallel (~> 1.10)
|
247
|
+
parser (>= 3.3.0.2)
|
248
|
+
rainbow (>= 2.2.2, < 4.0)
|
249
|
+
regexp_parser (>= 2.4, < 3.0)
|
250
|
+
rubocop-ast (>= 1.32.2, < 2.0)
|
251
|
+
ruby-progressbar (~> 1.7)
|
252
|
+
unicode-display_width (>= 2.4.0, < 3.0)
|
253
|
+
rubocop-ast (1.37.0)
|
254
|
+
parser (>= 3.3.1.0)
|
255
|
+
rubocop-performance (1.23.0)
|
256
|
+
rubocop (>= 1.48.1, < 2.0)
|
257
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
258
|
+
rubocop-rails (2.27.0)
|
259
|
+
activesupport (>= 4.2.0)
|
260
|
+
rack (>= 1.1)
|
261
|
+
rubocop (>= 1.52.0, < 2.0)
|
262
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
263
|
+
rubocop-rake (0.6.0)
|
264
|
+
rubocop (~> 1.0)
|
265
|
+
rubocop-rspec (3.3.0)
|
266
|
+
rubocop (~> 1.61)
|
267
|
+
ruby-progressbar (1.13.0)
|
268
|
+
rubyzip (2.3.2)
|
269
|
+
securerandom (0.3.2)
|
270
|
+
simplecov (0.15.1)
|
271
|
+
docile (~> 1.1.0)
|
272
|
+
json (>= 1.8, < 3)
|
273
|
+
simplecov-html (~> 0.10.0)
|
274
|
+
simplecov-html (0.10.2)
|
275
|
+
stringio (3.1.2)
|
276
|
+
thor (1.3.2)
|
277
|
+
timeout (0.4.3)
|
278
|
+
tomlrb (2.0.3)
|
279
|
+
tzinfo (2.0.6)
|
280
|
+
concurrent-ruby (~> 1.0)
|
281
|
+
unicode-display_width (2.6.0)
|
282
|
+
websocket-driver (0.7.6)
|
283
|
+
websocket-extensions (>= 0.1.0)
|
284
|
+
websocket-extensions (0.1.5)
|
285
|
+
with_env (1.1.0)
|
286
|
+
xml-simple (1.1.9)
|
287
|
+
rexml
|
288
|
+
yard (0.9.21)
|
289
|
+
zeitwerk (2.6.18)
|
290
|
+
|
291
|
+
PLATFORMS
|
292
|
+
aarch64-linux
|
293
|
+
arm-linux
|
294
|
+
arm64-darwin
|
295
|
+
x86-linux
|
296
|
+
x86_64-darwin
|
297
|
+
x86_64-linux
|
298
|
+
|
299
|
+
DEPENDENCIES
|
300
|
+
aether_observatory!
|
301
|
+
appraisal (~> 2.5.0)
|
302
|
+
bundler (~> 2.1)
|
303
|
+
license_finder (~> 7.0)
|
304
|
+
pry (>= 0.14)
|
305
|
+
pry-byebug (= 3.10.1)
|
306
|
+
rails (~> 7.1.3)
|
307
|
+
rake (~> 13.0)
|
308
|
+
rspec (~> 3.0)
|
309
|
+
rubocop-powerhome!
|
310
|
+
simplecov (= 0.15.1)
|
311
|
+
yard (= 0.9.21)
|
312
|
+
|
313
|
+
BUNDLED WITH
|
314
|
+
2.4.22
|