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
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aether_observatory
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0
|
|
4
|
+
version: 1.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Terry Finn
|
|
@@ -16,28 +16,28 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version:
|
|
19
|
+
version: '7.1'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version:
|
|
26
|
+
version: '7.1'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: activesupport
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
31
|
- - ">="
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version:
|
|
33
|
+
version: '7.1'
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - ">="
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version:
|
|
40
|
+
version: '7.1'
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: appraisal
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -156,14 +156,14 @@ dependencies:
|
|
|
156
156
|
requirements:
|
|
157
157
|
- - '='
|
|
158
158
|
- !ruby/object:Gem::Version
|
|
159
|
-
version: 0.9.
|
|
159
|
+
version: 0.9.38
|
|
160
160
|
type: :development
|
|
161
161
|
prerelease: false
|
|
162
162
|
version_requirements: !ruby/object:Gem::Requirement
|
|
163
163
|
requirements:
|
|
164
164
|
- - '='
|
|
165
165
|
- !ruby/object:Gem::Version
|
|
166
|
-
version: 0.9.
|
|
166
|
+
version: 0.9.38
|
|
167
167
|
description: Aether Observatory provides an event broadcast system.
|
|
168
168
|
email:
|
|
169
169
|
- terry.finn@powerhrg.com
|
|
@@ -183,14 +183,14 @@ files:
|
|
|
183
183
|
- docs/CHANGELOG.md
|
|
184
184
|
- docs/README.md
|
|
185
185
|
- gemfiles/.bundle/config
|
|
186
|
-
- gemfiles/rails_6_0.gemfile
|
|
187
|
-
- gemfiles/rails_6_0.gemfile.lock
|
|
188
|
-
- gemfiles/rails_6_1.gemfile
|
|
189
|
-
- gemfiles/rails_6_1.gemfile.lock
|
|
190
|
-
- gemfiles/rails_7_0.gemfile
|
|
191
|
-
- gemfiles/rails_7_0.gemfile.lock
|
|
192
186
|
- gemfiles/rails_7_1.gemfile
|
|
193
187
|
- gemfiles/rails_7_1.gemfile.lock
|
|
188
|
+
- gemfiles/rails_7_2.gemfile
|
|
189
|
+
- gemfiles/rails_7_2.gemfile.lock
|
|
190
|
+
- gemfiles/rails_8_0.gemfile
|
|
191
|
+
- gemfiles/rails_8_0.gemfile.lock
|
|
192
|
+
- gemfiles/rails_8_1.gemfile
|
|
193
|
+
- gemfiles/rails_8_1.gemfile.lock
|
|
194
194
|
- lib/aether_observatory.rb
|
|
195
195
|
- lib/aether_observatory/README.md
|
|
196
196
|
- lib/aether_observatory/backend/memory.rb
|
|
@@ -1,152 +0,0 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: ../../rubocop-powerhome
|
|
3
|
-
specs:
|
|
4
|
-
rubocop-powerhome (0.5.5)
|
|
5
|
-
rubocop (= 1.74.0)
|
|
6
|
-
rubocop-performance
|
|
7
|
-
rubocop-rails
|
|
8
|
-
rubocop-rake
|
|
9
|
-
rubocop-rspec
|
|
10
|
-
|
|
11
|
-
PATH
|
|
12
|
-
remote: ..
|
|
13
|
-
specs:
|
|
14
|
-
aether_observatory (1.0.1)
|
|
15
|
-
activemodel (>= 6.0.6.1)
|
|
16
|
-
activesupport (>= 6.0.6.1)
|
|
17
|
-
|
|
18
|
-
GEM
|
|
19
|
-
remote: https://rubygems.org/
|
|
20
|
-
specs:
|
|
21
|
-
activemodel (6.0.6.1)
|
|
22
|
-
activesupport (= 6.0.6.1)
|
|
23
|
-
activesupport (6.0.6.1)
|
|
24
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
25
|
-
i18n (>= 0.7, < 2)
|
|
26
|
-
minitest (~> 5.1)
|
|
27
|
-
tzinfo (~> 1.1)
|
|
28
|
-
zeitwerk (~> 2.2, >= 2.2.2)
|
|
29
|
-
appraisal (2.5.0)
|
|
30
|
-
bundler
|
|
31
|
-
rake
|
|
32
|
-
thor (>= 0.14.0)
|
|
33
|
-
ast (2.4.2)
|
|
34
|
-
byebug (11.1.3)
|
|
35
|
-
coderay (1.1.3)
|
|
36
|
-
concurrent-ruby (1.3.4)
|
|
37
|
-
csv (3.3.1)
|
|
38
|
-
diff-lcs (1.5.1)
|
|
39
|
-
docile (1.1.5)
|
|
40
|
-
i18n (1.14.6)
|
|
41
|
-
concurrent-ruby (~> 1.0)
|
|
42
|
-
json (2.9.0)
|
|
43
|
-
language_server-protocol (3.17.0.3)
|
|
44
|
-
license_finder (7.2.1)
|
|
45
|
-
bundler
|
|
46
|
-
csv (~> 3.2)
|
|
47
|
-
rubyzip (>= 1, < 3)
|
|
48
|
-
thor (~> 1.2)
|
|
49
|
-
tomlrb (>= 1.3, < 2.1)
|
|
50
|
-
with_env (= 1.1.0)
|
|
51
|
-
xml-simple (~> 1.1.9)
|
|
52
|
-
lint_roller (1.1.0)
|
|
53
|
-
method_source (1.1.0)
|
|
54
|
-
minitest (5.25.4)
|
|
55
|
-
parallel (1.26.3)
|
|
56
|
-
parser (3.3.6.0)
|
|
57
|
-
ast (~> 2.4.1)
|
|
58
|
-
racc
|
|
59
|
-
pry (0.14.2)
|
|
60
|
-
coderay (~> 1.1)
|
|
61
|
-
method_source (~> 1.0)
|
|
62
|
-
pry-byebug (3.10.1)
|
|
63
|
-
byebug (~> 11.0)
|
|
64
|
-
pry (>= 0.13, < 0.15)
|
|
65
|
-
racc (1.8.1)
|
|
66
|
-
rack (2.2.10)
|
|
67
|
-
rainbow (3.1.1)
|
|
68
|
-
rake (13.2.1)
|
|
69
|
-
regexp_parser (2.9.3)
|
|
70
|
-
rexml (3.4.0)
|
|
71
|
-
rspec (3.13.0)
|
|
72
|
-
rspec-core (~> 3.13.0)
|
|
73
|
-
rspec-expectations (~> 3.13.0)
|
|
74
|
-
rspec-mocks (~> 3.13.0)
|
|
75
|
-
rspec-core (3.13.2)
|
|
76
|
-
rspec-support (~> 3.13.0)
|
|
77
|
-
rspec-expectations (3.13.3)
|
|
78
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
79
|
-
rspec-support (~> 3.13.0)
|
|
80
|
-
rspec-mocks (3.13.2)
|
|
81
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
82
|
-
rspec-support (~> 3.13.0)
|
|
83
|
-
rspec-support (3.13.2)
|
|
84
|
-
rubocop (1.74.0)
|
|
85
|
-
json (~> 2.3)
|
|
86
|
-
language_server-protocol (~> 3.17.0.2)
|
|
87
|
-
lint_roller (~> 1.1.0)
|
|
88
|
-
parallel (~> 1.10)
|
|
89
|
-
parser (>= 3.3.0.2)
|
|
90
|
-
rainbow (>= 2.2.2, < 4.0)
|
|
91
|
-
regexp_parser (>= 2.9.3, < 3.0)
|
|
92
|
-
rubocop-ast (>= 1.38.0, < 2.0)
|
|
93
|
-
ruby-progressbar (~> 1.7)
|
|
94
|
-
unicode-display_width (>= 2.4.0, < 4.0)
|
|
95
|
-
rubocop-ast (1.39.0)
|
|
96
|
-
parser (>= 3.3.1.0)
|
|
97
|
-
rubocop-performance (1.23.0)
|
|
98
|
-
rubocop (>= 1.48.1, < 2.0)
|
|
99
|
-
rubocop-ast (>= 1.31.1, < 2.0)
|
|
100
|
-
rubocop-rails (2.27.0)
|
|
101
|
-
activesupport (>= 4.2.0)
|
|
102
|
-
rack (>= 1.1)
|
|
103
|
-
rubocop (>= 1.52.0, < 2.0)
|
|
104
|
-
rubocop-ast (>= 1.31.1, < 2.0)
|
|
105
|
-
rubocop-rake (0.6.0)
|
|
106
|
-
rubocop (~> 1.0)
|
|
107
|
-
rubocop-rspec (3.3.0)
|
|
108
|
-
rubocop (~> 1.61)
|
|
109
|
-
ruby-progressbar (1.13.0)
|
|
110
|
-
rubyzip (2.3.2)
|
|
111
|
-
simplecov (0.15.1)
|
|
112
|
-
docile (~> 1.1.0)
|
|
113
|
-
json (>= 1.8, < 3)
|
|
114
|
-
simplecov-html (~> 0.10.0)
|
|
115
|
-
simplecov-html (0.10.2)
|
|
116
|
-
thor (1.3.2)
|
|
117
|
-
thread_safe (0.3.6)
|
|
118
|
-
tomlrb (2.0.3)
|
|
119
|
-
tzinfo (1.2.11)
|
|
120
|
-
thread_safe (~> 0.1)
|
|
121
|
-
unicode-display_width (2.6.0)
|
|
122
|
-
with_env (1.1.0)
|
|
123
|
-
xml-simple (1.1.9)
|
|
124
|
-
rexml
|
|
125
|
-
yard (0.9.21)
|
|
126
|
-
zeitwerk (2.6.18)
|
|
127
|
-
|
|
128
|
-
PLATFORMS
|
|
129
|
-
aarch64-linux
|
|
130
|
-
arm-linux
|
|
131
|
-
arm64-darwin
|
|
132
|
-
x86-linux
|
|
133
|
-
x86_64-darwin
|
|
134
|
-
x86_64-linux
|
|
135
|
-
|
|
136
|
-
DEPENDENCIES
|
|
137
|
-
activemodel (~> 6.0.6)
|
|
138
|
-
activesupport (~> 6.0.6)
|
|
139
|
-
aether_observatory!
|
|
140
|
-
appraisal (~> 2.5.0)
|
|
141
|
-
bundler (~> 2.1)
|
|
142
|
-
license_finder (~> 7.0)
|
|
143
|
-
pry (>= 0.14)
|
|
144
|
-
pry-byebug (= 3.10.1)
|
|
145
|
-
rake (~> 13.0)
|
|
146
|
-
rspec (~> 3.0)
|
|
147
|
-
rubocop-powerhome!
|
|
148
|
-
simplecov (= 0.15.1)
|
|
149
|
-
yard (= 0.9.21)
|
|
150
|
-
|
|
151
|
-
BUNDLED WITH
|
|
152
|
-
2.4.22
|