aether_observatory 1.0.1 → 1.2.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 +9 -0
- data/Appraisals +12 -12
- data/Gemfile.lock +57 -54
- data/aether_observatory.gemspec +4 -5
- data/docs/CHANGELOG.md +14 -1
- data/docs/README.md +15 -7
- data/gemfiles/rails_7_1.gemfile +2 -2
- data/gemfiles/rails_7_1.gemfile.lock +67 -57
- data/gemfiles/{rails_6_1.gemfile → rails_7_2.gemfile} +2 -2
- data/gemfiles/{rails_6_1.gemfile.lock → rails_7_2.gemfile.lock} +78 -60
- data/gemfiles/{rails_6_0.gemfile → rails_8_0.gemfile} +2 -2
- data/gemfiles/rails_8_0.gemfile.lock +172 -0
- data/gemfiles/{rails_7_0.gemfile → rails_8_1.gemfile} +2 -2
- data/gemfiles/{rails_7_0.gemfile.lock → rails_8_1.gemfile.lock} +79 -57
- data/lib/aether_observatory/railtie.rb +6 -0
- data/lib/aether_observatory/version.rb +1 -1
- metadata +13 -13
- data/gemfiles/rails_6_0.gemfile.lock +0 -152
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: ../../rubocop-powerhome
|
|
3
3
|
specs:
|
|
4
|
-
rubocop-powerhome (0.
|
|
5
|
-
rubocop (= 1.
|
|
4
|
+
rubocop-powerhome (0.7.0)
|
|
5
|
+
rubocop (= 1.82.1)
|
|
6
6
|
rubocop-performance
|
|
7
7
|
rubocop-rails
|
|
8
8
|
rubocop-rake
|
|
@@ -11,36 +11,47 @@ PATH
|
|
|
11
11
|
PATH
|
|
12
12
|
remote: ..
|
|
13
13
|
specs:
|
|
14
|
-
aether_observatory (1.0
|
|
15
|
-
activemodel (>=
|
|
16
|
-
activesupport (>=
|
|
14
|
+
aether_observatory (1.2.0)
|
|
15
|
+
activemodel (>= 7.1)
|
|
16
|
+
activesupport (>= 7.1)
|
|
17
17
|
|
|
18
18
|
GEM
|
|
19
19
|
remote: https://rubygems.org/
|
|
20
20
|
specs:
|
|
21
|
-
activemodel (
|
|
22
|
-
activesupport (=
|
|
23
|
-
activesupport (
|
|
24
|
-
|
|
21
|
+
activemodel (7.2.2.2)
|
|
22
|
+
activesupport (= 7.2.2.2)
|
|
23
|
+
activesupport (7.2.2.2)
|
|
24
|
+
base64
|
|
25
|
+
benchmark (>= 0.3)
|
|
26
|
+
bigdecimal
|
|
27
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
28
|
+
connection_pool (>= 2.2.5)
|
|
29
|
+
drb
|
|
25
30
|
i18n (>= 1.6, < 2)
|
|
31
|
+
logger (>= 1.4.2)
|
|
26
32
|
minitest (>= 5.1)
|
|
27
|
-
|
|
28
|
-
|
|
33
|
+
securerandom (>= 0.3)
|
|
34
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
|
29
35
|
appraisal (2.5.0)
|
|
30
36
|
bundler
|
|
31
37
|
rake
|
|
32
38
|
thor (>= 0.14.0)
|
|
33
|
-
ast (2.4.
|
|
39
|
+
ast (2.4.3)
|
|
40
|
+
base64 (0.3.0)
|
|
41
|
+
benchmark (0.5.0)
|
|
42
|
+
bigdecimal (4.1.2)
|
|
34
43
|
byebug (11.1.3)
|
|
35
44
|
coderay (1.1.3)
|
|
36
|
-
concurrent-ruby (1.3.
|
|
37
|
-
|
|
38
|
-
|
|
45
|
+
concurrent-ruby (1.3.6)
|
|
46
|
+
connection_pool (3.0.2)
|
|
47
|
+
csv (3.3.5)
|
|
48
|
+
diff-lcs (1.6.2)
|
|
39
49
|
docile (1.1.5)
|
|
40
|
-
|
|
50
|
+
drb (2.2.3)
|
|
51
|
+
i18n (1.14.8)
|
|
41
52
|
concurrent-ruby (~> 1.0)
|
|
42
|
-
json (2.
|
|
43
|
-
language_server-protocol (3.17.0.
|
|
53
|
+
json (2.19.3)
|
|
54
|
+
language_server-protocol (3.17.0.5)
|
|
44
55
|
license_finder (7.2.1)
|
|
45
56
|
bundler
|
|
46
57
|
csv (~> 3.2)
|
|
@@ -50,12 +61,16 @@ GEM
|
|
|
50
61
|
with_env (= 1.1.0)
|
|
51
62
|
xml-simple (~> 1.1.9)
|
|
52
63
|
lint_roller (1.1.0)
|
|
64
|
+
logger (1.7.0)
|
|
53
65
|
method_source (1.1.0)
|
|
54
|
-
minitest (
|
|
55
|
-
|
|
56
|
-
|
|
66
|
+
minitest (6.0.6)
|
|
67
|
+
drb (~> 2.0)
|
|
68
|
+
prism (~> 1.5)
|
|
69
|
+
parallel (1.28.0)
|
|
70
|
+
parser (3.3.11.1)
|
|
57
71
|
ast (~> 2.4.1)
|
|
58
72
|
racc
|
|
73
|
+
prism (1.9.0)
|
|
59
74
|
pry (0.14.2)
|
|
60
75
|
coderay (~> 1.1)
|
|
61
76
|
method_source (~> 1.0)
|
|
@@ -63,25 +78,25 @@ GEM
|
|
|
63
78
|
byebug (~> 11.0)
|
|
64
79
|
pry (>= 0.13, < 0.15)
|
|
65
80
|
racc (1.8.1)
|
|
66
|
-
rack (
|
|
81
|
+
rack (3.2.6)
|
|
67
82
|
rainbow (3.1.1)
|
|
68
|
-
rake (13.
|
|
69
|
-
regexp_parser (2.
|
|
70
|
-
rexml (3.4.
|
|
71
|
-
rspec (3.13.
|
|
83
|
+
rake (13.3.1)
|
|
84
|
+
regexp_parser (2.12.0)
|
|
85
|
+
rexml (3.4.4)
|
|
86
|
+
rspec (3.13.2)
|
|
72
87
|
rspec-core (~> 3.13.0)
|
|
73
88
|
rspec-expectations (~> 3.13.0)
|
|
74
89
|
rspec-mocks (~> 3.13.0)
|
|
75
|
-
rspec-core (3.13.
|
|
90
|
+
rspec-core (3.13.6)
|
|
76
91
|
rspec-support (~> 3.13.0)
|
|
77
|
-
rspec-expectations (3.13.
|
|
92
|
+
rspec-expectations (3.13.5)
|
|
78
93
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
79
94
|
rspec-support (~> 3.13.0)
|
|
80
|
-
rspec-mocks (3.13.
|
|
95
|
+
rspec-mocks (3.13.8)
|
|
81
96
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
82
97
|
rspec-support (~> 3.13.0)
|
|
83
|
-
rspec-support (3.13.
|
|
84
|
-
rubocop (1.
|
|
98
|
+
rspec-support (3.13.7)
|
|
99
|
+
rubocop (1.82.1)
|
|
85
100
|
json (~> 2.3)
|
|
86
101
|
language_server-protocol (~> 3.17.0.2)
|
|
87
102
|
lint_roller (~> 1.1.0)
|
|
@@ -89,52 +104,55 @@ GEM
|
|
|
89
104
|
parser (>= 3.3.0.2)
|
|
90
105
|
rainbow (>= 2.2.2, < 4.0)
|
|
91
106
|
regexp_parser (>= 2.9.3, < 3.0)
|
|
92
|
-
rubocop-ast (>= 1.
|
|
107
|
+
rubocop-ast (>= 1.48.0, < 2.0)
|
|
93
108
|
ruby-progressbar (~> 1.7)
|
|
94
109
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
95
|
-
rubocop-ast (1.
|
|
96
|
-
parser (>= 3.3.
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
110
|
+
rubocop-ast (1.49.1)
|
|
111
|
+
parser (>= 3.3.7.2)
|
|
112
|
+
prism (~> 1.7)
|
|
113
|
+
rubocop-performance (1.26.1)
|
|
114
|
+
lint_roller (~> 1.1)
|
|
115
|
+
rubocop (>= 1.75.0, < 2.0)
|
|
116
|
+
rubocop-ast (>= 1.47.1, < 2.0)
|
|
117
|
+
rubocop-rails (2.34.3)
|
|
101
118
|
activesupport (>= 4.2.0)
|
|
119
|
+
lint_roller (~> 1.1)
|
|
102
120
|
rack (>= 1.1)
|
|
103
|
-
rubocop (>= 1.
|
|
104
|
-
rubocop-ast (>= 1.
|
|
105
|
-
rubocop-rake (0.
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
121
|
+
rubocop (>= 1.75.0, < 2.0)
|
|
122
|
+
rubocop-ast (>= 1.44.0, < 2.0)
|
|
123
|
+
rubocop-rake (0.7.1)
|
|
124
|
+
lint_roller (~> 1.1)
|
|
125
|
+
rubocop (>= 1.72.1)
|
|
126
|
+
rubocop-rspec (3.9.0)
|
|
127
|
+
lint_roller (~> 1.1)
|
|
128
|
+
rubocop (~> 1.81)
|
|
109
129
|
ruby-progressbar (1.13.0)
|
|
110
|
-
rubyzip (2.
|
|
130
|
+
rubyzip (2.4.1)
|
|
131
|
+
securerandom (0.4.1)
|
|
111
132
|
simplecov (0.15.1)
|
|
112
133
|
docile (~> 1.1.0)
|
|
113
134
|
json (>= 1.8, < 3)
|
|
114
135
|
simplecov-html (~> 0.10.0)
|
|
115
136
|
simplecov-html (0.10.2)
|
|
116
|
-
thor (1.
|
|
117
|
-
tomlrb (2.0.
|
|
137
|
+
thor (1.5.0)
|
|
138
|
+
tomlrb (2.0.4)
|
|
118
139
|
tzinfo (2.0.6)
|
|
119
140
|
concurrent-ruby (~> 1.0)
|
|
120
|
-
unicode-display_width (2.
|
|
141
|
+
unicode-display_width (3.2.0)
|
|
142
|
+
unicode-emoji (~> 4.1)
|
|
143
|
+
unicode-emoji (4.2.0)
|
|
121
144
|
with_env (1.1.0)
|
|
122
145
|
xml-simple (1.1.9)
|
|
123
146
|
rexml
|
|
124
|
-
yard (0.9.
|
|
125
|
-
zeitwerk (2.6.18)
|
|
147
|
+
yard (0.9.38)
|
|
126
148
|
|
|
127
149
|
PLATFORMS
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
arm64-darwin
|
|
131
|
-
x86-linux
|
|
132
|
-
x86_64-darwin
|
|
133
|
-
x86_64-linux
|
|
150
|
+
arm64-darwin-24
|
|
151
|
+
ruby
|
|
134
152
|
|
|
135
153
|
DEPENDENCIES
|
|
136
|
-
activemodel (~>
|
|
137
|
-
activesupport (~>
|
|
154
|
+
activemodel (~> 7.2.2.2)
|
|
155
|
+
activesupport (~> 7.2.2.2)
|
|
138
156
|
aether_observatory!
|
|
139
157
|
appraisal (~> 2.5.0)
|
|
140
158
|
bundler (~> 2.1)
|
|
@@ -145,7 +163,7 @@ DEPENDENCIES
|
|
|
145
163
|
rspec (~> 3.0)
|
|
146
164
|
rubocop-powerhome!
|
|
147
165
|
simplecov (= 0.15.1)
|
|
148
|
-
yard (= 0.9.
|
|
166
|
+
yard (= 0.9.38)
|
|
149
167
|
|
|
150
168
|
BUNDLED WITH
|
|
151
|
-
2.
|
|
169
|
+
2.5.23
|
|
@@ -0,0 +1,172 @@
|
|
|
1
|
+
PATH
|
|
2
|
+
remote: ../../rubocop-powerhome
|
|
3
|
+
specs:
|
|
4
|
+
rubocop-powerhome (0.7.0)
|
|
5
|
+
rubocop (= 1.82.1)
|
|
6
|
+
rubocop-performance
|
|
7
|
+
rubocop-rails
|
|
8
|
+
rubocop-rake
|
|
9
|
+
rubocop-rspec
|
|
10
|
+
|
|
11
|
+
PATH
|
|
12
|
+
remote: ..
|
|
13
|
+
specs:
|
|
14
|
+
aether_observatory (1.2.0)
|
|
15
|
+
activemodel (>= 7.1)
|
|
16
|
+
activesupport (>= 7.1)
|
|
17
|
+
|
|
18
|
+
GEM
|
|
19
|
+
remote: https://rubygems.org/
|
|
20
|
+
specs:
|
|
21
|
+
activemodel (8.0.5)
|
|
22
|
+
activesupport (= 8.0.5)
|
|
23
|
+
activesupport (8.0.5)
|
|
24
|
+
base64
|
|
25
|
+
benchmark (>= 0.3)
|
|
26
|
+
bigdecimal
|
|
27
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
28
|
+
connection_pool (>= 2.2.5)
|
|
29
|
+
drb
|
|
30
|
+
i18n (>= 1.6, < 2)
|
|
31
|
+
logger (>= 1.4.2)
|
|
32
|
+
minitest (>= 5.1)
|
|
33
|
+
securerandom (>= 0.3)
|
|
34
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
|
35
|
+
uri (>= 0.13.1)
|
|
36
|
+
appraisal (2.5.0)
|
|
37
|
+
bundler
|
|
38
|
+
rake
|
|
39
|
+
thor (>= 0.14.0)
|
|
40
|
+
ast (2.4.3)
|
|
41
|
+
base64 (0.3.0)
|
|
42
|
+
benchmark (0.5.0)
|
|
43
|
+
bigdecimal (4.1.2)
|
|
44
|
+
byebug (11.1.3)
|
|
45
|
+
coderay (1.1.3)
|
|
46
|
+
concurrent-ruby (1.3.6)
|
|
47
|
+
connection_pool (3.0.2)
|
|
48
|
+
csv (3.3.5)
|
|
49
|
+
diff-lcs (1.6.2)
|
|
50
|
+
docile (1.1.5)
|
|
51
|
+
drb (2.2.3)
|
|
52
|
+
i18n (1.14.8)
|
|
53
|
+
concurrent-ruby (~> 1.0)
|
|
54
|
+
json (2.19.5)
|
|
55
|
+
language_server-protocol (3.17.0.5)
|
|
56
|
+
license_finder (7.2.1)
|
|
57
|
+
bundler
|
|
58
|
+
csv (~> 3.2)
|
|
59
|
+
rubyzip (>= 1, < 3)
|
|
60
|
+
thor (~> 1.2)
|
|
61
|
+
tomlrb (>= 1.3, < 2.1)
|
|
62
|
+
with_env (= 1.1.0)
|
|
63
|
+
xml-simple (~> 1.1.9)
|
|
64
|
+
lint_roller (1.1.0)
|
|
65
|
+
logger (1.7.0)
|
|
66
|
+
method_source (1.1.0)
|
|
67
|
+
minitest (6.0.6)
|
|
68
|
+
drb (~> 2.0)
|
|
69
|
+
prism (~> 1.5)
|
|
70
|
+
parallel (1.28.0)
|
|
71
|
+
parser (3.3.11.1)
|
|
72
|
+
ast (~> 2.4.1)
|
|
73
|
+
racc
|
|
74
|
+
prism (1.9.0)
|
|
75
|
+
pry (0.14.2)
|
|
76
|
+
coderay (~> 1.1)
|
|
77
|
+
method_source (~> 1.0)
|
|
78
|
+
pry-byebug (3.10.1)
|
|
79
|
+
byebug (~> 11.0)
|
|
80
|
+
pry (>= 0.13, < 0.15)
|
|
81
|
+
racc (1.8.1)
|
|
82
|
+
rack (3.2.6)
|
|
83
|
+
rainbow (3.1.1)
|
|
84
|
+
rake (13.4.2)
|
|
85
|
+
regexp_parser (2.12.0)
|
|
86
|
+
rexml (3.4.4)
|
|
87
|
+
rspec (3.13.2)
|
|
88
|
+
rspec-core (~> 3.13.0)
|
|
89
|
+
rspec-expectations (~> 3.13.0)
|
|
90
|
+
rspec-mocks (~> 3.13.0)
|
|
91
|
+
rspec-core (3.13.6)
|
|
92
|
+
rspec-support (~> 3.13.0)
|
|
93
|
+
rspec-expectations (3.13.5)
|
|
94
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
95
|
+
rspec-support (~> 3.13.0)
|
|
96
|
+
rspec-mocks (3.13.8)
|
|
97
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
98
|
+
rspec-support (~> 3.13.0)
|
|
99
|
+
rspec-support (3.13.7)
|
|
100
|
+
rubocop (1.82.1)
|
|
101
|
+
json (~> 2.3)
|
|
102
|
+
language_server-protocol (~> 3.17.0.2)
|
|
103
|
+
lint_roller (~> 1.1.0)
|
|
104
|
+
parallel (~> 1.10)
|
|
105
|
+
parser (>= 3.3.0.2)
|
|
106
|
+
rainbow (>= 2.2.2, < 4.0)
|
|
107
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
|
108
|
+
rubocop-ast (>= 1.48.0, < 2.0)
|
|
109
|
+
ruby-progressbar (~> 1.7)
|
|
110
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
|
111
|
+
rubocop-ast (1.49.1)
|
|
112
|
+
parser (>= 3.3.7.2)
|
|
113
|
+
prism (~> 1.7)
|
|
114
|
+
rubocop-performance (1.26.1)
|
|
115
|
+
lint_roller (~> 1.1)
|
|
116
|
+
rubocop (>= 1.75.0, < 2.0)
|
|
117
|
+
rubocop-ast (>= 1.47.1, < 2.0)
|
|
118
|
+
rubocop-rails (2.35.0)
|
|
119
|
+
activesupport (>= 4.2.0)
|
|
120
|
+
lint_roller (~> 1.1)
|
|
121
|
+
rack (>= 1.1)
|
|
122
|
+
rubocop (>= 1.75.0, < 2.0)
|
|
123
|
+
rubocop-ast (>= 1.44.0, < 2.0)
|
|
124
|
+
rubocop-rake (0.7.1)
|
|
125
|
+
lint_roller (~> 1.1)
|
|
126
|
+
rubocop (>= 1.72.1)
|
|
127
|
+
rubocop-rspec (3.9.0)
|
|
128
|
+
lint_roller (~> 1.1)
|
|
129
|
+
rubocop (~> 1.81)
|
|
130
|
+
ruby-progressbar (1.13.0)
|
|
131
|
+
rubyzip (2.4.1)
|
|
132
|
+
securerandom (0.4.1)
|
|
133
|
+
simplecov (0.15.1)
|
|
134
|
+
docile (~> 1.1.0)
|
|
135
|
+
json (>= 1.8, < 3)
|
|
136
|
+
simplecov-html (~> 0.10.0)
|
|
137
|
+
simplecov-html (0.10.2)
|
|
138
|
+
thor (1.5.0)
|
|
139
|
+
tomlrb (2.0.4)
|
|
140
|
+
tzinfo (2.0.6)
|
|
141
|
+
concurrent-ruby (~> 1.0)
|
|
142
|
+
unicode-display_width (3.2.0)
|
|
143
|
+
unicode-emoji (~> 4.1)
|
|
144
|
+
unicode-emoji (4.2.0)
|
|
145
|
+
uri (1.1.1)
|
|
146
|
+
with_env (1.1.0)
|
|
147
|
+
xml-simple (1.1.9)
|
|
148
|
+
rexml
|
|
149
|
+
yard (0.9.38)
|
|
150
|
+
|
|
151
|
+
PLATFORMS
|
|
152
|
+
arm64-darwin-24
|
|
153
|
+
ruby
|
|
154
|
+
x86_64-linux
|
|
155
|
+
|
|
156
|
+
DEPENDENCIES
|
|
157
|
+
activemodel (~> 8.0.5)
|
|
158
|
+
activesupport (~> 8.0.5)
|
|
159
|
+
aether_observatory!
|
|
160
|
+
appraisal (~> 2.5.0)
|
|
161
|
+
bundler (~> 2.1)
|
|
162
|
+
license_finder (~> 7.0)
|
|
163
|
+
pry (>= 0.14)
|
|
164
|
+
pry-byebug (= 3.10.1)
|
|
165
|
+
rake (~> 13.0)
|
|
166
|
+
rspec (~> 3.0)
|
|
167
|
+
rubocop-powerhome!
|
|
168
|
+
simplecov (= 0.15.1)
|
|
169
|
+
yard (= 0.9.38)
|
|
170
|
+
|
|
171
|
+
BUNDLED WITH
|
|
172
|
+
2.5.23
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: ../../rubocop-powerhome
|
|
3
3
|
specs:
|
|
4
|
-
rubocop-powerhome (0.
|
|
5
|
-
rubocop (= 1.
|
|
4
|
+
rubocop-powerhome (0.7.0)
|
|
5
|
+
rubocop (= 1.82.1)
|
|
6
6
|
rubocop-performance
|
|
7
7
|
rubocop-rails
|
|
8
8
|
rubocop-rake
|
|
@@ -11,35 +11,47 @@ PATH
|
|
|
11
11
|
PATH
|
|
12
12
|
remote: ..
|
|
13
13
|
specs:
|
|
14
|
-
aether_observatory (1.0
|
|
15
|
-
activemodel (>=
|
|
16
|
-
activesupport (>=
|
|
14
|
+
aether_observatory (1.2.0)
|
|
15
|
+
activemodel (>= 7.1)
|
|
16
|
+
activesupport (>= 7.1)
|
|
17
17
|
|
|
18
18
|
GEM
|
|
19
19
|
remote: https://rubygems.org/
|
|
20
20
|
specs:
|
|
21
|
-
activemodel (
|
|
22
|
-
activesupport (=
|
|
23
|
-
activesupport (
|
|
24
|
-
|
|
21
|
+
activemodel (8.1.3)
|
|
22
|
+
activesupport (= 8.1.3)
|
|
23
|
+
activesupport (8.1.3)
|
|
24
|
+
base64
|
|
25
|
+
bigdecimal
|
|
26
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
27
|
+
connection_pool (>= 2.2.5)
|
|
28
|
+
drb
|
|
25
29
|
i18n (>= 1.6, < 2)
|
|
30
|
+
json
|
|
31
|
+
logger (>= 1.4.2)
|
|
26
32
|
minitest (>= 5.1)
|
|
27
|
-
|
|
33
|
+
securerandom (>= 0.3)
|
|
34
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
|
35
|
+
uri (>= 0.13.1)
|
|
28
36
|
appraisal (2.5.0)
|
|
29
37
|
bundler
|
|
30
38
|
rake
|
|
31
39
|
thor (>= 0.14.0)
|
|
32
|
-
ast (2.4.
|
|
40
|
+
ast (2.4.3)
|
|
41
|
+
base64 (0.3.0)
|
|
42
|
+
bigdecimal (4.1.2)
|
|
33
43
|
byebug (11.1.3)
|
|
34
44
|
coderay (1.1.3)
|
|
35
|
-
concurrent-ruby (1.3.
|
|
36
|
-
|
|
37
|
-
|
|
45
|
+
concurrent-ruby (1.3.6)
|
|
46
|
+
connection_pool (3.0.2)
|
|
47
|
+
csv (3.3.5)
|
|
48
|
+
diff-lcs (1.6.2)
|
|
38
49
|
docile (1.1.5)
|
|
39
|
-
|
|
50
|
+
drb (2.2.3)
|
|
51
|
+
i18n (1.14.8)
|
|
40
52
|
concurrent-ruby (~> 1.0)
|
|
41
|
-
json (2.
|
|
42
|
-
language_server-protocol (3.17.0.
|
|
53
|
+
json (2.19.5)
|
|
54
|
+
language_server-protocol (3.17.0.5)
|
|
43
55
|
license_finder (7.2.1)
|
|
44
56
|
bundler
|
|
45
57
|
csv (~> 3.2)
|
|
@@ -49,12 +61,16 @@ GEM
|
|
|
49
61
|
with_env (= 1.1.0)
|
|
50
62
|
xml-simple (~> 1.1.9)
|
|
51
63
|
lint_roller (1.1.0)
|
|
64
|
+
logger (1.7.0)
|
|
52
65
|
method_source (1.1.0)
|
|
53
|
-
minitest (
|
|
54
|
-
|
|
55
|
-
|
|
66
|
+
minitest (6.0.6)
|
|
67
|
+
drb (~> 2.0)
|
|
68
|
+
prism (~> 1.5)
|
|
69
|
+
parallel (1.28.0)
|
|
70
|
+
parser (3.3.11.1)
|
|
56
71
|
ast (~> 2.4.1)
|
|
57
72
|
racc
|
|
73
|
+
prism (1.9.0)
|
|
58
74
|
pry (0.14.2)
|
|
59
75
|
coderay (~> 1.1)
|
|
60
76
|
method_source (~> 1.0)
|
|
@@ -62,25 +78,25 @@ GEM
|
|
|
62
78
|
byebug (~> 11.0)
|
|
63
79
|
pry (>= 0.13, < 0.15)
|
|
64
80
|
racc (1.8.1)
|
|
65
|
-
rack (
|
|
81
|
+
rack (3.2.6)
|
|
66
82
|
rainbow (3.1.1)
|
|
67
|
-
rake (13.2
|
|
68
|
-
regexp_parser (2.
|
|
69
|
-
rexml (3.4.
|
|
70
|
-
rspec (3.13.
|
|
83
|
+
rake (13.4.2)
|
|
84
|
+
regexp_parser (2.12.0)
|
|
85
|
+
rexml (3.4.4)
|
|
86
|
+
rspec (3.13.2)
|
|
71
87
|
rspec-core (~> 3.13.0)
|
|
72
88
|
rspec-expectations (~> 3.13.0)
|
|
73
89
|
rspec-mocks (~> 3.13.0)
|
|
74
|
-
rspec-core (3.13.
|
|
90
|
+
rspec-core (3.13.6)
|
|
75
91
|
rspec-support (~> 3.13.0)
|
|
76
|
-
rspec-expectations (3.13.
|
|
92
|
+
rspec-expectations (3.13.5)
|
|
77
93
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
78
94
|
rspec-support (~> 3.13.0)
|
|
79
|
-
rspec-mocks (3.13.
|
|
95
|
+
rspec-mocks (3.13.8)
|
|
80
96
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
81
97
|
rspec-support (~> 3.13.0)
|
|
82
|
-
rspec-support (3.13.
|
|
83
|
-
rubocop (1.
|
|
98
|
+
rspec-support (3.13.7)
|
|
99
|
+
rubocop (1.82.1)
|
|
84
100
|
json (~> 2.3)
|
|
85
101
|
language_server-protocol (~> 3.17.0.2)
|
|
86
102
|
lint_roller (~> 1.1.0)
|
|
@@ -88,51 +104,57 @@ GEM
|
|
|
88
104
|
parser (>= 3.3.0.2)
|
|
89
105
|
rainbow (>= 2.2.2, < 4.0)
|
|
90
106
|
regexp_parser (>= 2.9.3, < 3.0)
|
|
91
|
-
rubocop-ast (>= 1.
|
|
107
|
+
rubocop-ast (>= 1.48.0, < 2.0)
|
|
92
108
|
ruby-progressbar (~> 1.7)
|
|
93
109
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
94
|
-
rubocop-ast (1.
|
|
95
|
-
parser (>= 3.3.
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
110
|
+
rubocop-ast (1.49.1)
|
|
111
|
+
parser (>= 3.3.7.2)
|
|
112
|
+
prism (~> 1.7)
|
|
113
|
+
rubocop-performance (1.26.1)
|
|
114
|
+
lint_roller (~> 1.1)
|
|
115
|
+
rubocop (>= 1.75.0, < 2.0)
|
|
116
|
+
rubocop-ast (>= 1.47.1, < 2.0)
|
|
117
|
+
rubocop-rails (2.35.0)
|
|
100
118
|
activesupport (>= 4.2.0)
|
|
119
|
+
lint_roller (~> 1.1)
|
|
101
120
|
rack (>= 1.1)
|
|
102
|
-
rubocop (>= 1.
|
|
103
|
-
rubocop-ast (>= 1.
|
|
104
|
-
rubocop-rake (0.
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
121
|
+
rubocop (>= 1.75.0, < 2.0)
|
|
122
|
+
rubocop-ast (>= 1.44.0, < 2.0)
|
|
123
|
+
rubocop-rake (0.7.1)
|
|
124
|
+
lint_roller (~> 1.1)
|
|
125
|
+
rubocop (>= 1.72.1)
|
|
126
|
+
rubocop-rspec (3.9.0)
|
|
127
|
+
lint_roller (~> 1.1)
|
|
128
|
+
rubocop (~> 1.81)
|
|
108
129
|
ruby-progressbar (1.13.0)
|
|
109
|
-
rubyzip (2.
|
|
130
|
+
rubyzip (2.4.1)
|
|
131
|
+
securerandom (0.4.1)
|
|
110
132
|
simplecov (0.15.1)
|
|
111
133
|
docile (~> 1.1.0)
|
|
112
134
|
json (>= 1.8, < 3)
|
|
113
135
|
simplecov-html (~> 0.10.0)
|
|
114
136
|
simplecov-html (0.10.2)
|
|
115
|
-
thor (1.
|
|
116
|
-
tomlrb (2.0.
|
|
137
|
+
thor (1.5.0)
|
|
138
|
+
tomlrb (2.0.4)
|
|
117
139
|
tzinfo (2.0.6)
|
|
118
140
|
concurrent-ruby (~> 1.0)
|
|
119
|
-
unicode-display_width (2.
|
|
141
|
+
unicode-display_width (3.2.0)
|
|
142
|
+
unicode-emoji (~> 4.1)
|
|
143
|
+
unicode-emoji (4.2.0)
|
|
144
|
+
uri (1.1.1)
|
|
120
145
|
with_env (1.1.0)
|
|
121
146
|
xml-simple (1.1.9)
|
|
122
147
|
rexml
|
|
123
|
-
yard (0.9.
|
|
148
|
+
yard (0.9.38)
|
|
124
149
|
|
|
125
150
|
PLATFORMS
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
arm64-darwin
|
|
129
|
-
x86-linux
|
|
130
|
-
x86_64-darwin
|
|
151
|
+
arm64-darwin-24
|
|
152
|
+
ruby
|
|
131
153
|
x86_64-linux
|
|
132
154
|
|
|
133
155
|
DEPENDENCIES
|
|
134
|
-
activemodel (~>
|
|
135
|
-
activesupport (~>
|
|
156
|
+
activemodel (~> 8.1.3)
|
|
157
|
+
activesupport (~> 8.1.3)
|
|
136
158
|
aether_observatory!
|
|
137
159
|
appraisal (~> 2.5.0)
|
|
138
160
|
bundler (~> 2.1)
|
|
@@ -143,7 +165,7 @@ DEPENDENCIES
|
|
|
143
165
|
rspec (~> 3.0)
|
|
144
166
|
rubocop-powerhome!
|
|
145
167
|
simplecov (= 0.15.1)
|
|
146
|
-
yard (= 0.9.
|
|
168
|
+
yard (= 0.9.38)
|
|
147
169
|
|
|
148
170
|
BUNDLED WITH
|
|
149
|
-
2.
|
|
171
|
+
2.5.23
|
|
@@ -5,5 +5,11 @@ module AetherObservatory
|
|
|
5
5
|
initializer "aether_observatory.logger" do
|
|
6
6
|
AetherObservatory.config.logger ||= Rails.logger
|
|
7
7
|
end
|
|
8
|
+
|
|
9
|
+
initializer "aether_observatory.reloader" do
|
|
10
|
+
ActiveSupport::Reloader.before_class_unload do
|
|
11
|
+
ObserverBase.descendants.each(&:stop)
|
|
12
|
+
end
|
|
13
|
+
end
|
|
8
14
|
end
|
|
9
15
|
end
|