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
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 88ec271d6828a147aac4b9059ea781043ec17822a8e9b04304077bbbb9bf5c7a
|
|
4
|
+
data.tar.gz: 1b0eb2fcfe161de0923350d3b64a155913d8a7a74b4a0608c497b47cedfdb06b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 26359159b4a4711e75e4a17c62e0af2866d5bb3c349caedbcc4646eda6f99f2d80971cdcfecae986a86cb6668a8528c565cd4592ca39a854cce2aff6e19b48e2
|
|
7
|
+
data.tar.gz: 4ee8b230ff5d846bf6d1a2750efe986a7b94fbdc4648abf4eeddab63791f1ec71748c3337b16d5d0302b01ac7d4b2c224374e51ea7f3b7a42d9358cd46c8ef24
|
data/.rubocop.yml
CHANGED
data/Appraisals
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
|
-
appraise "rails-
|
|
4
|
-
gem "activemodel", "~>
|
|
5
|
-
gem "activesupport", "~>
|
|
3
|
+
appraise "rails-7-1" do
|
|
4
|
+
gem "activemodel", "~> 7.1.5.2"
|
|
5
|
+
gem "activesupport", "~> 7.1.5.2"
|
|
6
6
|
end
|
|
7
7
|
|
|
8
|
-
appraise "rails-
|
|
9
|
-
gem "activemodel", "~>
|
|
10
|
-
gem "activesupport", "~>
|
|
8
|
+
appraise "rails-7-2" do
|
|
9
|
+
gem "activemodel", "~> 7.2.2.2"
|
|
10
|
+
gem "activesupport", "~> 7.2.2.2"
|
|
11
11
|
end
|
|
12
12
|
|
|
13
|
-
appraise "rails-
|
|
14
|
-
gem "activemodel", "~>
|
|
15
|
-
gem "activesupport", "~>
|
|
13
|
+
appraise "rails-8-0" do
|
|
14
|
+
gem "activemodel", "~> 8.0.5"
|
|
15
|
+
gem "activesupport", "~> 8.0.5"
|
|
16
16
|
end
|
|
17
17
|
|
|
18
|
-
appraise "rails-
|
|
19
|
-
gem "activemodel", "~>
|
|
20
|
-
gem "activesupport", "~>
|
|
18
|
+
appraise "rails-8-1" do
|
|
19
|
+
gem "activemodel", "~> 8.1.3"
|
|
20
|
+
gem "activesupport", "~> 8.1.3"
|
|
21
21
|
end
|
data/Gemfile.lock
CHANGED
|
@@ -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,23 +11,23 @@ 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 (8.
|
|
22
|
-
activesupport (= 8.
|
|
23
|
-
activesupport (8.
|
|
21
|
+
activemodel (8.1.3)
|
|
22
|
+
activesupport (= 8.1.3)
|
|
23
|
+
activesupport (8.1.3)
|
|
24
24
|
base64
|
|
25
|
-
benchmark (>= 0.3)
|
|
26
25
|
bigdecimal
|
|
27
26
|
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
28
27
|
connection_pool (>= 2.2.5)
|
|
29
28
|
drb
|
|
30
29
|
i18n (>= 1.6, < 2)
|
|
30
|
+
json
|
|
31
31
|
logger (>= 1.4.2)
|
|
32
32
|
minitest (>= 5.1)
|
|
33
33
|
securerandom (>= 0.3)
|
|
@@ -37,22 +37,21 @@ GEM
|
|
|
37
37
|
bundler
|
|
38
38
|
rake
|
|
39
39
|
thor (>= 0.14.0)
|
|
40
|
-
ast (2.4.
|
|
41
|
-
base64 (0.
|
|
42
|
-
|
|
43
|
-
bigdecimal (3.1.9)
|
|
40
|
+
ast (2.4.3)
|
|
41
|
+
base64 (0.3.0)
|
|
42
|
+
bigdecimal (4.1.1)
|
|
44
43
|
byebug (11.1.3)
|
|
45
44
|
coderay (1.1.3)
|
|
46
|
-
concurrent-ruby (1.3.
|
|
47
|
-
connection_pool (
|
|
48
|
-
csv (3.3.
|
|
49
|
-
diff-lcs (1.6.
|
|
45
|
+
concurrent-ruby (1.3.6)
|
|
46
|
+
connection_pool (3.0.2)
|
|
47
|
+
csv (3.3.5)
|
|
48
|
+
diff-lcs (1.6.2)
|
|
50
49
|
docile (1.1.5)
|
|
51
|
-
drb (2.2.
|
|
52
|
-
i18n (1.14.
|
|
50
|
+
drb (2.2.3)
|
|
51
|
+
i18n (1.14.8)
|
|
53
52
|
concurrent-ruby (~> 1.0)
|
|
54
|
-
json (2.
|
|
55
|
-
language_server-protocol (3.17.0.
|
|
53
|
+
json (2.19.3)
|
|
54
|
+
language_server-protocol (3.17.0.5)
|
|
56
55
|
license_finder (7.2.1)
|
|
57
56
|
bundler
|
|
58
57
|
csv (~> 3.2)
|
|
@@ -62,13 +61,16 @@ GEM
|
|
|
62
61
|
with_env (= 1.1.0)
|
|
63
62
|
xml-simple (~> 1.1.9)
|
|
64
63
|
lint_roller (1.1.0)
|
|
65
|
-
logger (1.
|
|
64
|
+
logger (1.7.0)
|
|
66
65
|
method_source (1.1.0)
|
|
67
|
-
minitest (
|
|
68
|
-
|
|
69
|
-
|
|
66
|
+
minitest (6.0.3)
|
|
67
|
+
drb (~> 2.0)
|
|
68
|
+
prism (~> 1.5)
|
|
69
|
+
parallel (1.28.0)
|
|
70
|
+
parser (3.3.11.1)
|
|
70
71
|
ast (~> 2.4.1)
|
|
71
72
|
racc
|
|
73
|
+
prism (1.9.0)
|
|
72
74
|
pry (0.14.2)
|
|
73
75
|
coderay (~> 1.1)
|
|
74
76
|
method_source (~> 1.0)
|
|
@@ -76,25 +78,25 @@ GEM
|
|
|
76
78
|
byebug (~> 11.0)
|
|
77
79
|
pry (>= 0.13, < 0.15)
|
|
78
80
|
racc (1.8.1)
|
|
79
|
-
rack (3.
|
|
81
|
+
rack (3.2.6)
|
|
80
82
|
rainbow (3.1.1)
|
|
81
|
-
rake (13.
|
|
82
|
-
regexp_parser (2.
|
|
83
|
-
rexml (3.4.
|
|
84
|
-
rspec (3.13.
|
|
83
|
+
rake (13.3.1)
|
|
84
|
+
regexp_parser (2.12.0)
|
|
85
|
+
rexml (3.4.4)
|
|
86
|
+
rspec (3.13.2)
|
|
85
87
|
rspec-core (~> 3.13.0)
|
|
86
88
|
rspec-expectations (~> 3.13.0)
|
|
87
89
|
rspec-mocks (~> 3.13.0)
|
|
88
|
-
rspec-core (3.13.
|
|
90
|
+
rspec-core (3.13.6)
|
|
89
91
|
rspec-support (~> 3.13.0)
|
|
90
|
-
rspec-expectations (3.13.
|
|
92
|
+
rspec-expectations (3.13.5)
|
|
91
93
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
92
94
|
rspec-support (~> 3.13.0)
|
|
93
|
-
rspec-mocks (3.13.
|
|
95
|
+
rspec-mocks (3.13.8)
|
|
94
96
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
95
97
|
rspec-support (~> 3.13.0)
|
|
96
|
-
rspec-support (3.13.
|
|
97
|
-
rubocop (1.
|
|
98
|
+
rspec-support (3.13.7)
|
|
99
|
+
rubocop (1.82.1)
|
|
98
100
|
json (~> 2.3)
|
|
99
101
|
language_server-protocol (~> 3.17.0.2)
|
|
100
102
|
lint_roller (~> 1.1.0)
|
|
@@ -102,27 +104,28 @@ GEM
|
|
|
102
104
|
parser (>= 3.3.0.2)
|
|
103
105
|
rainbow (>= 2.2.2, < 4.0)
|
|
104
106
|
regexp_parser (>= 2.9.3, < 3.0)
|
|
105
|
-
rubocop-ast (>= 1.
|
|
107
|
+
rubocop-ast (>= 1.48.0, < 2.0)
|
|
106
108
|
ruby-progressbar (~> 1.7)
|
|
107
109
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
108
|
-
rubocop-ast (1.
|
|
109
|
-
parser (>= 3.3.
|
|
110
|
-
|
|
110
|
+
rubocop-ast (1.49.1)
|
|
111
|
+
parser (>= 3.3.7.2)
|
|
112
|
+
prism (~> 1.7)
|
|
113
|
+
rubocop-performance (1.26.1)
|
|
111
114
|
lint_roller (~> 1.1)
|
|
112
|
-
rubocop (>= 1.
|
|
113
|
-
rubocop-ast (>= 1.
|
|
114
|
-
rubocop-rails (2.
|
|
115
|
+
rubocop (>= 1.75.0, < 2.0)
|
|
116
|
+
rubocop-ast (>= 1.47.1, < 2.0)
|
|
117
|
+
rubocop-rails (2.34.3)
|
|
115
118
|
activesupport (>= 4.2.0)
|
|
116
119
|
lint_roller (~> 1.1)
|
|
117
120
|
rack (>= 1.1)
|
|
118
|
-
rubocop (>= 1.
|
|
119
|
-
rubocop-ast (>= 1.
|
|
121
|
+
rubocop (>= 1.75.0, < 2.0)
|
|
122
|
+
rubocop-ast (>= 1.44.0, < 2.0)
|
|
120
123
|
rubocop-rake (0.7.1)
|
|
121
124
|
lint_roller (~> 1.1)
|
|
122
125
|
rubocop (>= 1.72.1)
|
|
123
|
-
rubocop-rspec (3.
|
|
126
|
+
rubocop-rspec (3.9.0)
|
|
124
127
|
lint_roller (~> 1.1)
|
|
125
|
-
rubocop (~> 1.
|
|
128
|
+
rubocop (~> 1.81)
|
|
126
129
|
ruby-progressbar (1.13.0)
|
|
127
130
|
rubyzip (2.4.1)
|
|
128
131
|
securerandom (0.4.1)
|
|
@@ -131,18 +134,18 @@ GEM
|
|
|
131
134
|
json (>= 1.8, < 3)
|
|
132
135
|
simplecov-html (~> 0.10.0)
|
|
133
136
|
simplecov-html (0.10.2)
|
|
134
|
-
thor (1.
|
|
135
|
-
tomlrb (2.0.
|
|
137
|
+
thor (1.5.0)
|
|
138
|
+
tomlrb (2.0.4)
|
|
136
139
|
tzinfo (2.0.6)
|
|
137
140
|
concurrent-ruby (~> 1.0)
|
|
138
|
-
unicode-display_width (3.
|
|
139
|
-
unicode-emoji (~> 4.
|
|
140
|
-
unicode-emoji (4.0
|
|
141
|
-
uri (1.
|
|
141
|
+
unicode-display_width (3.2.0)
|
|
142
|
+
unicode-emoji (~> 4.1)
|
|
143
|
+
unicode-emoji (4.2.0)
|
|
144
|
+
uri (1.1.1)
|
|
142
145
|
with_env (1.1.0)
|
|
143
146
|
xml-simple (1.1.9)
|
|
144
147
|
rexml
|
|
145
|
-
yard (0.9.
|
|
148
|
+
yard (0.9.38)
|
|
146
149
|
|
|
147
150
|
PLATFORMS
|
|
148
151
|
arm64-darwin-24
|
|
@@ -159,7 +162,7 @@ DEPENDENCIES
|
|
|
159
162
|
rspec (~> 3.0)
|
|
160
163
|
rubocop-powerhome!
|
|
161
164
|
simplecov (= 0.15.1)
|
|
162
|
-
yard (= 0.9.
|
|
165
|
+
yard (= 0.9.38)
|
|
163
166
|
|
|
164
167
|
BUNDLED WITH
|
|
165
168
|
2.5.23
|
data/aether_observatory.gemspec
CHANGED
|
@@ -28,10 +28,10 @@ Gem::Specification.new do |spec|
|
|
|
28
28
|
end
|
|
29
29
|
spec.require_paths = ["lib"]
|
|
30
30
|
|
|
31
|
-
spec.add_dependency "activemodel", ">=
|
|
32
|
-
spec.add_dependency "activesupport", ">=
|
|
33
|
-
spec.add_development_dependency "appraisal", "~> 2.5.0"
|
|
31
|
+
spec.add_dependency "activemodel", ">= 7.1"
|
|
32
|
+
spec.add_dependency "activesupport", ">= 7.1"
|
|
34
33
|
|
|
34
|
+
spec.add_development_dependency "appraisal", "~> 2.5.0"
|
|
35
35
|
spec.add_development_dependency "bundler", "~> 2.1"
|
|
36
36
|
spec.add_development_dependency "license_finder", "~> 7.0"
|
|
37
37
|
spec.add_development_dependency "pry", ">= 0.14"
|
|
@@ -39,6 +39,5 @@ Gem::Specification.new do |spec|
|
|
|
39
39
|
spec.add_development_dependency "rake", "~> 13.0"
|
|
40
40
|
spec.add_development_dependency "rspec", "~> 3.0"
|
|
41
41
|
spec.add_development_dependency "simplecov", "0.15.1"
|
|
42
|
-
spec.add_development_dependency "yard", "0.9.
|
|
43
|
-
spec.metadata["rubygems_mfa_required"] = "true"
|
|
42
|
+
spec.add_development_dependency "yard", "0.9.38"
|
|
44
43
|
end
|
data/docs/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,17 @@
|
|
|
1
|
-
## Unreleased
|
|
1
|
+
## [Unreleased]
|
|
2
|
+
|
|
3
|
+
## [1.2.0] - 2026-07-28
|
|
4
|
+
|
|
5
|
+
[HFH-4410 - Bump powertools for Rails 8.1.3 V2](https://github.com/powerhome/power-tools/pull/426)
|
|
6
|
+
|
|
7
|
+
- Upgrade Rails to 8.1.3 for Nitro and Runway compatability
|
|
8
|
+
- Drop support for Ruby < 3.3 and Rails < 7.1 [#396](https://github.com/powerhome/power-tools/pull/396)
|
|
9
|
+
- Update yard to 0.9.38 to address [Cross-site Scripting vulnerability](https://github.com/powerhome/power-tools/security/dependabot/544) [#394](https://github.com/powerhome/power-tools/pull/394)
|
|
10
|
+
|
|
11
|
+
## [1.1.0] - 2026-03-23
|
|
12
|
+
|
|
13
|
+
- Standardize all libs to support ruby 3.0, ruby 3.3 x rails 6.1 through rails 7.2 [#359](https://github.com/powerhome/power-tools/pull/359)
|
|
14
|
+
- Fix duplicate observer subscriptions on Rails code reload by stopping all observers before class unload via `ActiveSupport::Reloader.before_class_unload` [#392](https://github.com/powerhome/power-tools/pull/392)
|
|
2
15
|
|
|
3
16
|
## [1.0.1] - 2025-07-31
|
|
4
17
|
|
data/docs/README.md
CHANGED
|
@@ -107,11 +107,16 @@ end
|
|
|
107
107
|
Now that we have a new observer named `ExampleObserver`, we will need to
|
|
108
108
|
start our observer before it will process any events. Observers default
|
|
109
109
|
to `stopped`, so we need to call `start` on each observer before they will
|
|
110
|
-
|
|
111
|
-
|
|
110
|
+
receive events.
|
|
111
|
+
|
|
112
|
+
In a Rails application, the recommended location to start observers is inside
|
|
113
|
+
a `to_prepare` block, which runs on every code reload cycle. Starting observers
|
|
114
|
+
in a plain initializer will cause them to stop permanently after the first reload.
|
|
112
115
|
|
|
113
116
|
```ruby
|
|
114
|
-
|
|
117
|
+
Rails.application.config.to_prepare do
|
|
118
|
+
AetherObservatory::Examples::ExampleObserver.start
|
|
119
|
+
end
|
|
115
120
|
```
|
|
116
121
|
|
|
117
122
|
<div align="right">
|
|
@@ -303,12 +308,15 @@ module AetherObservatory
|
|
|
303
308
|
end
|
|
304
309
|
```
|
|
305
310
|
|
|
306
|
-
We need to be sure to start our new observers before they will
|
|
307
|
-
any events.
|
|
311
|
+
We need to be sure to start our new observers before they will receive
|
|
312
|
+
any events. Use a `to_prepare` block so observers are restarted on every
|
|
313
|
+
code reload cycle.
|
|
308
314
|
|
|
309
315
|
```ruby
|
|
310
|
-
|
|
311
|
-
AetherObservatory::Examples::
|
|
316
|
+
Rails.application.config.to_prepare do
|
|
317
|
+
AetherObservatory::Examples::TalkboxCallHistoryObserver.start
|
|
318
|
+
AetherObservatory::Examples::TalkboxCallErrorObserver.start
|
|
319
|
+
end
|
|
312
320
|
```
|
|
313
321
|
|
|
314
322
|
Finally we are ready to create a new event and see what happens. First we
|
data/gemfiles/rails_7_1.gemfile
CHANGED
|
@@ -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,16 +11,16 @@ 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 (7.1.5.
|
|
22
|
-
activesupport (= 7.1.5.
|
|
23
|
-
activesupport (7.1.5.
|
|
21
|
+
activemodel (7.1.5.2)
|
|
22
|
+
activesupport (= 7.1.5.2)
|
|
23
|
+
activesupport (7.1.5.2)
|
|
24
24
|
base64
|
|
25
25
|
benchmark (>= 0.3)
|
|
26
26
|
bigdecimal
|
|
@@ -37,22 +37,22 @@ GEM
|
|
|
37
37
|
bundler
|
|
38
38
|
rake
|
|
39
39
|
thor (>= 0.14.0)
|
|
40
|
-
ast (2.4.
|
|
41
|
-
base64 (0.
|
|
42
|
-
benchmark (0.
|
|
43
|
-
bigdecimal (
|
|
40
|
+
ast (2.4.3)
|
|
41
|
+
base64 (0.3.0)
|
|
42
|
+
benchmark (0.5.0)
|
|
43
|
+
bigdecimal (4.1.2)
|
|
44
44
|
byebug (11.1.3)
|
|
45
45
|
coderay (1.1.3)
|
|
46
|
-
concurrent-ruby (1.3.
|
|
47
|
-
connection_pool (
|
|
48
|
-
csv (3.3.
|
|
49
|
-
diff-lcs (1.
|
|
46
|
+
concurrent-ruby (1.3.6)
|
|
47
|
+
connection_pool (3.0.2)
|
|
48
|
+
csv (3.3.5)
|
|
49
|
+
diff-lcs (1.6.2)
|
|
50
50
|
docile (1.1.5)
|
|
51
|
-
drb (2.2.
|
|
52
|
-
i18n (1.14.
|
|
51
|
+
drb (2.2.3)
|
|
52
|
+
i18n (1.14.8)
|
|
53
53
|
concurrent-ruby (~> 1.0)
|
|
54
|
-
json (2.
|
|
55
|
-
language_server-protocol (3.17.0.
|
|
54
|
+
json (2.19.3)
|
|
55
|
+
language_server-protocol (3.17.0.5)
|
|
56
56
|
license_finder (7.2.1)
|
|
57
57
|
bundler
|
|
58
58
|
csv (~> 3.2)
|
|
@@ -62,14 +62,17 @@ GEM
|
|
|
62
62
|
with_env (= 1.1.0)
|
|
63
63
|
xml-simple (~> 1.1.9)
|
|
64
64
|
lint_roller (1.1.0)
|
|
65
|
-
logger (1.
|
|
65
|
+
logger (1.7.0)
|
|
66
66
|
method_source (1.1.0)
|
|
67
|
-
minitest (
|
|
67
|
+
minitest (6.0.6)
|
|
68
|
+
drb (~> 2.0)
|
|
69
|
+
prism (~> 1.5)
|
|
68
70
|
mutex_m (0.3.0)
|
|
69
|
-
parallel (1.
|
|
70
|
-
parser (3.3.
|
|
71
|
+
parallel (1.28.0)
|
|
72
|
+
parser (3.3.11.1)
|
|
71
73
|
ast (~> 2.4.1)
|
|
72
74
|
racc
|
|
75
|
+
prism (1.9.0)
|
|
73
76
|
pry (0.14.2)
|
|
74
77
|
coderay (~> 1.1)
|
|
75
78
|
method_source (~> 1.0)
|
|
@@ -77,25 +80,25 @@ GEM
|
|
|
77
80
|
byebug (~> 11.0)
|
|
78
81
|
pry (>= 0.13, < 0.15)
|
|
79
82
|
racc (1.8.1)
|
|
80
|
-
rack (3.
|
|
83
|
+
rack (3.2.6)
|
|
81
84
|
rainbow (3.1.1)
|
|
82
|
-
rake (13.
|
|
83
|
-
regexp_parser (2.
|
|
84
|
-
rexml (3.4.
|
|
85
|
-
rspec (3.13.
|
|
85
|
+
rake (13.3.1)
|
|
86
|
+
regexp_parser (2.12.0)
|
|
87
|
+
rexml (3.4.4)
|
|
88
|
+
rspec (3.13.2)
|
|
86
89
|
rspec-core (~> 3.13.0)
|
|
87
90
|
rspec-expectations (~> 3.13.0)
|
|
88
91
|
rspec-mocks (~> 3.13.0)
|
|
89
|
-
rspec-core (3.13.
|
|
92
|
+
rspec-core (3.13.6)
|
|
90
93
|
rspec-support (~> 3.13.0)
|
|
91
|
-
rspec-expectations (3.13.
|
|
94
|
+
rspec-expectations (3.13.5)
|
|
92
95
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
93
96
|
rspec-support (~> 3.13.0)
|
|
94
|
-
rspec-mocks (3.13.
|
|
97
|
+
rspec-mocks (3.13.8)
|
|
95
98
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
96
99
|
rspec-support (~> 3.13.0)
|
|
97
|
-
rspec-support (3.13.
|
|
98
|
-
rubocop (1.
|
|
100
|
+
rspec-support (3.13.7)
|
|
101
|
+
rubocop (1.82.1)
|
|
99
102
|
json (~> 2.3)
|
|
100
103
|
language_server-protocol (~> 3.17.0.2)
|
|
101
104
|
lint_roller (~> 1.1.0)
|
|
@@ -103,40 +106,47 @@ GEM
|
|
|
103
106
|
parser (>= 3.3.0.2)
|
|
104
107
|
rainbow (>= 2.2.2, < 4.0)
|
|
105
108
|
regexp_parser (>= 2.9.3, < 3.0)
|
|
106
|
-
rubocop-ast (>= 1.
|
|
109
|
+
rubocop-ast (>= 1.48.0, < 2.0)
|
|
107
110
|
ruby-progressbar (~> 1.7)
|
|
108
111
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
109
|
-
rubocop-ast (1.
|
|
110
|
-
parser (>= 3.3.
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
112
|
+
rubocop-ast (1.49.1)
|
|
113
|
+
parser (>= 3.3.7.2)
|
|
114
|
+
prism (~> 1.7)
|
|
115
|
+
rubocop-performance (1.26.1)
|
|
116
|
+
lint_roller (~> 1.1)
|
|
117
|
+
rubocop (>= 1.75.0, < 2.0)
|
|
118
|
+
rubocop-ast (>= 1.47.1, < 2.0)
|
|
119
|
+
rubocop-rails (2.34.3)
|
|
115
120
|
activesupport (>= 4.2.0)
|
|
121
|
+
lint_roller (~> 1.1)
|
|
116
122
|
rack (>= 1.1)
|
|
117
|
-
rubocop (>= 1.
|
|
118
|
-
rubocop-ast (>= 1.
|
|
119
|
-
rubocop-rake (0.
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
+
rubocop (>= 1.75.0, < 2.0)
|
|
124
|
+
rubocop-ast (>= 1.44.0, < 2.0)
|
|
125
|
+
rubocop-rake (0.7.1)
|
|
126
|
+
lint_roller (~> 1.1)
|
|
127
|
+
rubocop (>= 1.72.1)
|
|
128
|
+
rubocop-rspec (3.9.0)
|
|
129
|
+
lint_roller (~> 1.1)
|
|
130
|
+
rubocop (~> 1.81)
|
|
123
131
|
ruby-progressbar (1.13.0)
|
|
124
|
-
rubyzip (2.
|
|
125
|
-
securerandom (0.
|
|
132
|
+
rubyzip (2.4.1)
|
|
133
|
+
securerandom (0.4.1)
|
|
126
134
|
simplecov (0.15.1)
|
|
127
135
|
docile (~> 1.1.0)
|
|
128
136
|
json (>= 1.8, < 3)
|
|
129
137
|
simplecov-html (~> 0.10.0)
|
|
130
138
|
simplecov-html (0.10.2)
|
|
131
|
-
thor (1.
|
|
132
|
-
tomlrb (2.0.
|
|
139
|
+
thor (1.5.0)
|
|
140
|
+
tomlrb (2.0.4)
|
|
133
141
|
tzinfo (2.0.6)
|
|
134
142
|
concurrent-ruby (~> 1.0)
|
|
135
|
-
unicode-display_width (2.
|
|
143
|
+
unicode-display_width (3.2.0)
|
|
144
|
+
unicode-emoji (~> 4.1)
|
|
145
|
+
unicode-emoji (4.2.0)
|
|
136
146
|
with_env (1.1.0)
|
|
137
147
|
xml-simple (1.1.9)
|
|
138
148
|
rexml
|
|
139
|
-
yard (0.9.
|
|
149
|
+
yard (0.9.38)
|
|
140
150
|
|
|
141
151
|
PLATFORMS
|
|
142
152
|
aarch64-linux
|
|
@@ -147,8 +157,8 @@ PLATFORMS
|
|
|
147
157
|
x86_64-linux
|
|
148
158
|
|
|
149
159
|
DEPENDENCIES
|
|
150
|
-
activemodel (~> 7.1.
|
|
151
|
-
activesupport (~> 7.1.
|
|
160
|
+
activemodel (~> 7.1.5.2)
|
|
161
|
+
activesupport (~> 7.1.5.2)
|
|
152
162
|
aether_observatory!
|
|
153
163
|
appraisal (~> 2.5.0)
|
|
154
164
|
bundler (~> 2.1)
|
|
@@ -159,7 +169,7 @@ DEPENDENCIES
|
|
|
159
169
|
rspec (~> 3.0)
|
|
160
170
|
rubocop-powerhome!
|
|
161
171
|
simplecov (= 0.15.1)
|
|
162
|
-
yard (= 0.9.
|
|
172
|
+
yard (= 0.9.38)
|
|
163
173
|
|
|
164
174
|
BUNDLED WITH
|
|
165
|
-
2.
|
|
175
|
+
2.5.23
|