aether_observatory 0.0.1pre4 → 1.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 61d7e1ed3ada76ff7ac750bc1a617c90a3280f53468ca76e33e77be8bbc14a4b
4
- data.tar.gz: c218497df0007226254a4bdea92856247d60ece8ef6738e541b08b499ffbd6cf
3
+ metadata.gz: 0e6f90d3959771cd81074cc8859b9a181d24bf87c42fc172bcac73673a40e129
4
+ data.tar.gz: 10dc8828e747c7410736236fe3e9ca5ebab70f8779197befee6a8ac9c2f1711d
5
5
  SHA512:
6
- metadata.gz: 7a6067081b5a3c1a98fb968d228e003a352132ee909dc6488a45d978626a065202ca72547ee203eae5ca57106a9bc46b55afde8498aac2ac8a44b38fa599858c
7
- data.tar.gz: bcf7b0ef815d37ea110cb0996e8be8afe5612235b8857df27412b06dbde2470d1f9fc9c1925dbd881de3dfdc4f862166ea724925d03a08ef0a989a3ff8e878a4
6
+ metadata.gz: 769dffac576a757e10c97e34fe607452012322ad4913342ca90b9a467a8a52e7c56286b22572e9c99d02213705743a809808e742e3be20a37a28a91926fba259
7
+ data.tar.gz: 12ffde06a5e7dd8eece2c67b01434a18305379108a173accfe6f6bd029a34ec1b44a0030728331d6e8b3bf3c7e7098ee638aa2166f561973c547095fc34cd9fa
data/.rubocop.yml CHANGED
@@ -7,11 +7,3 @@ AllCops:
7
7
  Metrics/MethodLength:
8
8
  Exclude:
9
9
  - spec/**/*_spec.rb
10
-
11
- Style/FrozenStringLiteralComment:
12
- Exclude:
13
- - 'gemfiles/*'
14
-
15
- Bundler/OrderedGems:
16
- Exclude:
17
- - 'gemfiles/*'
data/Appraisals CHANGED
@@ -1,17 +1,21 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  appraise "rails-6-0" do
4
- gem "rails", "~> 6.0.6"
4
+ gem "activemodel", "~> 6.0.6"
5
+ gem "activesupport", "~> 6.0.6"
5
6
  end
6
7
 
7
8
  appraise "rails-6-1" do
8
- gem "rails", "~> 6.1.7"
9
+ gem "activemodel", "~> 6.1.7"
10
+ gem "activesupport", "~> 6.1.7"
9
11
  end
10
12
 
11
13
  appraise "rails-7-0" do
12
- gem "rails", "~> 7.0.8"
14
+ gem "activemodel", "~> 7.0.8"
15
+ gem "activesupport", "~> 7.0.8"
13
16
  end
14
17
 
15
18
  appraise "rails-7-1" do
16
- gem "rails", "~> 7.1.3"
19
+ gem "activemodel", "~> 7.1.3"
20
+ gem "activesupport", "~> 7.1.3"
17
21
  end
@@ -1,8 +1,11 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # This file was generated by Appraisal
2
4
 
3
5
  source "https://rubygems.org"
4
6
 
7
+ gem "activemodel", "~> 6.0.6"
8
+ gem "activesupport", "~> 6.0.6"
5
9
  gem "rubocop-powerhome", path: "../../rubocop-powerhome"
6
- gem "rails", "~> 6.0.6"
7
10
 
8
11
  gemspec path: "../"
@@ -11,62 +11,15 @@ PATH
11
11
  PATH
12
12
  remote: ..
13
13
  specs:
14
- aether_observatory (0.0.1pre4)
14
+ aether_observatory (1.0.0)
15
15
  activemodel (>= 6.0.6.1)
16
16
  activesupport (>= 6.0.6.1)
17
17
 
18
18
  GEM
19
19
  remote: https://rubygems.org/
20
20
  specs:
21
- actioncable (6.0.6.1)
22
- actionpack (= 6.0.6.1)
23
- nio4r (~> 2.0)
24
- websocket-driver (>= 0.6.1)
25
- actionmailbox (6.0.6.1)
26
- actionpack (= 6.0.6.1)
27
- activejob (= 6.0.6.1)
28
- activerecord (= 6.0.6.1)
29
- activestorage (= 6.0.6.1)
30
- activesupport (= 6.0.6.1)
31
- mail (>= 2.7.1)
32
- actionmailer (6.0.6.1)
33
- actionpack (= 6.0.6.1)
34
- actionview (= 6.0.6.1)
35
- activejob (= 6.0.6.1)
36
- mail (~> 2.5, >= 2.5.4)
37
- rails-dom-testing (~> 2.0)
38
- actionpack (6.0.6.1)
39
- actionview (= 6.0.6.1)
40
- activesupport (= 6.0.6.1)
41
- rack (~> 2.0, >= 2.0.8)
42
- rack-test (>= 0.6.3)
43
- rails-dom-testing (~> 2.0)
44
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
45
- actiontext (6.0.6.1)
46
- actionpack (= 6.0.6.1)
47
- activerecord (= 6.0.6.1)
48
- activestorage (= 6.0.6.1)
49
- activesupport (= 6.0.6.1)
50
- nokogiri (>= 1.8.5)
51
- actionview (6.0.6.1)
52
- activesupport (= 6.0.6.1)
53
- builder (~> 3.1)
54
- erubi (~> 1.4)
55
- rails-dom-testing (~> 2.0)
56
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
57
- activejob (6.0.6.1)
58
- activesupport (= 6.0.6.1)
59
- globalid (>= 0.3.6)
60
21
  activemodel (6.0.6.1)
61
22
  activesupport (= 6.0.6.1)
62
- activerecord (6.0.6.1)
63
- activemodel (= 6.0.6.1)
64
- activesupport (= 6.0.6.1)
65
- activestorage (6.0.6.1)
66
- actionpack (= 6.0.6.1)
67
- activejob (= 6.0.6.1)
68
- activerecord (= 6.0.6.1)
69
- marcel (~> 1.0)
70
23
  activesupport (6.0.6.1)
71
24
  concurrent-ruby (~> 1.0, >= 1.0.2)
72
25
  i18n (>= 0.7, < 2)
@@ -78,18 +31,12 @@ GEM
78
31
  rake
79
32
  thor (>= 0.14.0)
80
33
  ast (2.4.2)
81
- builder (3.3.0)
82
34
  byebug (11.1.3)
83
35
  coderay (1.1.3)
84
36
  concurrent-ruby (1.3.4)
85
- crass (1.0.6)
86
37
  csv (3.3.1)
87
- date (3.4.1)
88
38
  diff-lcs (1.5.1)
89
39
  docile (1.1.5)
90
- erubi (1.13.0)
91
- globalid (1.1.0)
92
- activesupport (>= 5.0)
93
40
  i18n (1.14.6)
94
41
  concurrent-ruby (~> 1.0)
95
42
  json (2.9.0)
@@ -102,40 +49,8 @@ GEM
102
49
  tomlrb (>= 1.3, < 2.1)
103
50
  with_env (= 1.1.0)
104
51
  xml-simple (~> 1.1.9)
105
- loofah (2.23.1)
106
- crass (~> 1.0.2)
107
- nokogiri (>= 1.12.0)
108
- mail (2.8.1)
109
- mini_mime (>= 0.1.1)
110
- net-imap
111
- net-pop
112
- net-smtp
113
- marcel (1.0.4)
114
52
  method_source (1.1.0)
115
- mini_mime (1.1.5)
116
53
  minitest (5.25.4)
117
- net-imap (0.4.18)
118
- date
119
- net-protocol
120
- net-pop (0.1.2)
121
- net-protocol
122
- net-protocol (0.2.2)
123
- timeout
124
- net-smtp (0.5.0)
125
- net-protocol
126
- nio4r (2.7.4)
127
- nokogiri (1.17.2-aarch64-linux)
128
- racc (~> 1.4)
129
- nokogiri (1.17.2-arm-linux)
130
- racc (~> 1.4)
131
- nokogiri (1.17.2-arm64-darwin)
132
- racc (~> 1.4)
133
- nokogiri (1.17.2-x86-linux)
134
- racc (~> 1.4)
135
- nokogiri (1.17.2-x86_64-darwin)
136
- racc (~> 1.4)
137
- nokogiri (1.17.2-x86_64-linux)
138
- racc (~> 1.4)
139
54
  parallel (1.26.3)
140
55
  parser (3.3.6.0)
141
56
  ast (~> 2.4.1)
@@ -148,36 +63,6 @@ GEM
148
63
  pry (>= 0.13, < 0.15)
149
64
  racc (1.8.1)
150
65
  rack (2.2.10)
151
- rack-test (2.1.0)
152
- rack (>= 1.3)
153
- rails (6.0.6.1)
154
- actioncable (= 6.0.6.1)
155
- actionmailbox (= 6.0.6.1)
156
- actionmailer (= 6.0.6.1)
157
- actionpack (= 6.0.6.1)
158
- actiontext (= 6.0.6.1)
159
- actionview (= 6.0.6.1)
160
- activejob (= 6.0.6.1)
161
- activemodel (= 6.0.6.1)
162
- activerecord (= 6.0.6.1)
163
- activestorage (= 6.0.6.1)
164
- activesupport (= 6.0.6.1)
165
- bundler (>= 1.3.0)
166
- railties (= 6.0.6.1)
167
- sprockets-rails (>= 2.0.0)
168
- rails-dom-testing (2.2.0)
169
- activesupport (>= 5.0.0)
170
- minitest
171
- nokogiri (>= 1.6)
172
- rails-html-sanitizer (1.6.2)
173
- loofah (~> 2.21)
174
- 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)
175
- railties (6.0.6.1)
176
- actionpack (= 6.0.6.1)
177
- activesupport (= 6.0.6.1)
178
- method_source
179
- rake (>= 0.8.7)
180
- thor (>= 0.20.3, < 2.0)
181
66
  rainbow (3.1.1)
182
67
  rake (13.2.1)
183
68
  regexp_parser (2.9.3)
@@ -221,29 +106,17 @@ GEM
221
106
  rubocop (~> 1.61)
222
107
  ruby-progressbar (1.13.0)
223
108
  rubyzip (2.3.2)
224
- securerandom (0.3.2)
225
109
  simplecov (0.15.1)
226
110
  docile (~> 1.1.0)
227
111
  json (>= 1.8, < 3)
228
112
  simplecov-html (~> 0.10.0)
229
113
  simplecov-html (0.10.2)
230
- sprockets (4.2.1)
231
- concurrent-ruby (~> 1.0)
232
- rack (>= 2.2.4, < 4)
233
- sprockets-rails (3.4.2)
234
- actionpack (>= 5.2)
235
- activesupport (>= 5.2)
236
- sprockets (>= 3.0.0)
237
114
  thor (1.3.2)
238
115
  thread_safe (0.3.6)
239
- timeout (0.4.3)
240
116
  tomlrb (2.0.3)
241
117
  tzinfo (1.2.11)
242
118
  thread_safe (~> 0.1)
243
119
  unicode-display_width (2.6.0)
244
- websocket-driver (0.7.6)
245
- websocket-extensions (>= 0.1.0)
246
- websocket-extensions (0.1.5)
247
120
  with_env (1.1.0)
248
121
  xml-simple (1.1.9)
249
122
  rexml
@@ -259,13 +132,14 @@ PLATFORMS
259
132
  x86_64-linux
260
133
 
261
134
  DEPENDENCIES
135
+ activemodel (~> 6.0.6)
136
+ activesupport (~> 6.0.6)
262
137
  aether_observatory!
263
138
  appraisal (~> 2.5.0)
264
139
  bundler (~> 2.1)
265
140
  license_finder (~> 7.0)
266
141
  pry (>= 0.14)
267
142
  pry-byebug (= 3.10.1)
268
- rails (~> 6.0.6)
269
143
  rake (~> 13.0)
270
144
  rspec (~> 3.0)
271
145
  rubocop-powerhome!
@@ -1,8 +1,11 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # This file was generated by Appraisal
2
4
 
3
5
  source "https://rubygems.org"
4
6
 
7
+ gem "activemodel", "~> 6.1.7"
8
+ gem "activesupport", "~> 6.1.7"
5
9
  gem "rubocop-powerhome", path: "../../rubocop-powerhome"
6
- gem "rails", "~> 6.1.7"
7
10
 
8
11
  gemspec path: "../"
@@ -11,66 +11,15 @@ PATH
11
11
  PATH
12
12
  remote: ..
13
13
  specs:
14
- aether_observatory (0.0.1pre4)
14
+ aether_observatory (1.0.0)
15
15
  activemodel (>= 6.0.6.1)
16
16
  activesupport (>= 6.0.6.1)
17
17
 
18
18
  GEM
19
19
  remote: https://rubygems.org/
20
20
  specs:
21
- actioncable (6.1.7.10)
22
- actionpack (= 6.1.7.10)
23
- activesupport (= 6.1.7.10)
24
- nio4r (~> 2.0)
25
- websocket-driver (>= 0.6.1)
26
- actionmailbox (6.1.7.10)
27
- actionpack (= 6.1.7.10)
28
- activejob (= 6.1.7.10)
29
- activerecord (= 6.1.7.10)
30
- activestorage (= 6.1.7.10)
31
- activesupport (= 6.1.7.10)
32
- mail (>= 2.7.1)
33
- actionmailer (6.1.7.10)
34
- actionpack (= 6.1.7.10)
35
- actionview (= 6.1.7.10)
36
- activejob (= 6.1.7.10)
37
- activesupport (= 6.1.7.10)
38
- mail (~> 2.5, >= 2.5.4)
39
- rails-dom-testing (~> 2.0)
40
- actionpack (6.1.7.10)
41
- actionview (= 6.1.7.10)
42
- activesupport (= 6.1.7.10)
43
- rack (~> 2.0, >= 2.0.9)
44
- rack-test (>= 0.6.3)
45
- rails-dom-testing (~> 2.0)
46
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
47
- actiontext (6.1.7.10)
48
- actionpack (= 6.1.7.10)
49
- activerecord (= 6.1.7.10)
50
- activestorage (= 6.1.7.10)
51
- activesupport (= 6.1.7.10)
52
- nokogiri (>= 1.8.5)
53
- actionview (6.1.7.10)
54
- activesupport (= 6.1.7.10)
55
- builder (~> 3.1)
56
- erubi (~> 1.4)
57
- rails-dom-testing (~> 2.0)
58
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
59
- activejob (6.1.7.10)
60
- activesupport (= 6.1.7.10)
61
- globalid (>= 0.3.6)
62
21
  activemodel (6.1.7.10)
63
22
  activesupport (= 6.1.7.10)
64
- activerecord (6.1.7.10)
65
- activemodel (= 6.1.7.10)
66
- activesupport (= 6.1.7.10)
67
- activestorage (6.1.7.10)
68
- actionpack (= 6.1.7.10)
69
- activejob (= 6.1.7.10)
70
- activerecord (= 6.1.7.10)
71
- activesupport (= 6.1.7.10)
72
- marcel (~> 1.0)
73
- mini_mime (>= 1.1.0)
74
23
  activesupport (6.1.7.10)
75
24
  concurrent-ruby (~> 1.0, >= 1.0.2)
76
25
  i18n (>= 1.6, < 2)
@@ -82,18 +31,12 @@ GEM
82
31
  rake
83
32
  thor (>= 0.14.0)
84
33
  ast (2.4.2)
85
- builder (3.3.0)
86
34
  byebug (11.1.3)
87
35
  coderay (1.1.3)
88
36
  concurrent-ruby (1.3.4)
89
- crass (1.0.6)
90
37
  csv (3.3.1)
91
- date (3.4.1)
92
38
  diff-lcs (1.5.1)
93
39
  docile (1.1.5)
94
- erubi (1.13.0)
95
- globalid (1.2.1)
96
- activesupport (>= 6.1)
97
40
  i18n (1.14.6)
98
41
  concurrent-ruby (~> 1.0)
99
42
  json (2.9.0)
@@ -106,40 +49,8 @@ GEM
106
49
  tomlrb (>= 1.3, < 2.1)
107
50
  with_env (= 1.1.0)
108
51
  xml-simple (~> 1.1.9)
109
- loofah (2.23.1)
110
- crass (~> 1.0.2)
111
- nokogiri (>= 1.12.0)
112
- mail (2.8.1)
113
- mini_mime (>= 0.1.1)
114
- net-imap
115
- net-pop
116
- net-smtp
117
- marcel (1.0.4)
118
52
  method_source (1.1.0)
119
- mini_mime (1.1.5)
120
53
  minitest (5.25.4)
121
- net-imap (0.4.18)
122
- date
123
- net-protocol
124
- net-pop (0.1.2)
125
- net-protocol
126
- net-protocol (0.2.2)
127
- timeout
128
- net-smtp (0.5.0)
129
- net-protocol
130
- nio4r (2.7.4)
131
- nokogiri (1.17.2-aarch64-linux)
132
- racc (~> 1.4)
133
- nokogiri (1.17.2-arm-linux)
134
- racc (~> 1.4)
135
- nokogiri (1.17.2-arm64-darwin)
136
- racc (~> 1.4)
137
- nokogiri (1.17.2-x86-linux)
138
- racc (~> 1.4)
139
- nokogiri (1.17.2-x86_64-darwin)
140
- racc (~> 1.4)
141
- nokogiri (1.17.2-x86_64-linux)
142
- racc (~> 1.4)
143
54
  parallel (1.26.3)
144
55
  parser (3.3.6.0)
145
56
  ast (~> 2.4.1)
@@ -152,36 +63,6 @@ GEM
152
63
  pry (>= 0.13, < 0.15)
153
64
  racc (1.8.1)
154
65
  rack (2.2.10)
155
- rack-test (2.1.0)
156
- rack (>= 1.3)
157
- rails (6.1.7.10)
158
- actioncable (= 6.1.7.10)
159
- actionmailbox (= 6.1.7.10)
160
- actionmailer (= 6.1.7.10)
161
- actionpack (= 6.1.7.10)
162
- actiontext (= 6.1.7.10)
163
- actionview (= 6.1.7.10)
164
- activejob (= 6.1.7.10)
165
- activemodel (= 6.1.7.10)
166
- activerecord (= 6.1.7.10)
167
- activestorage (= 6.1.7.10)
168
- activesupport (= 6.1.7.10)
169
- bundler (>= 1.15.0)
170
- railties (= 6.1.7.10)
171
- sprockets-rails (>= 2.0.0)
172
- rails-dom-testing (2.2.0)
173
- activesupport (>= 5.0.0)
174
- minitest
175
- nokogiri (>= 1.6)
176
- rails-html-sanitizer (1.6.2)
177
- loofah (~> 2.21)
178
- 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)
179
- railties (6.1.7.10)
180
- actionpack (= 6.1.7.10)
181
- activesupport (= 6.1.7.10)
182
- method_source
183
- rake (>= 12.2)
184
- thor (~> 1.0)
185
66
  rainbow (3.1.1)
186
67
  rake (13.2.1)
187
68
  regexp_parser (2.9.3)
@@ -225,28 +106,16 @@ GEM
225
106
  rubocop (~> 1.61)
226
107
  ruby-progressbar (1.13.0)
227
108
  rubyzip (2.3.2)
228
- securerandom (0.3.2)
229
109
  simplecov (0.15.1)
230
110
  docile (~> 1.1.0)
231
111
  json (>= 1.8, < 3)
232
112
  simplecov-html (~> 0.10.0)
233
113
  simplecov-html (0.10.2)
234
- sprockets (4.2.1)
235
- concurrent-ruby (~> 1.0)
236
- rack (>= 2.2.4, < 4)
237
- sprockets-rails (3.5.2)
238
- actionpack (>= 6.1)
239
- activesupport (>= 6.1)
240
- sprockets (>= 3.0.0)
241
114
  thor (1.3.2)
242
- timeout (0.4.3)
243
115
  tomlrb (2.0.3)
244
116
  tzinfo (2.0.6)
245
117
  concurrent-ruby (~> 1.0)
246
118
  unicode-display_width (2.6.0)
247
- websocket-driver (0.7.6)
248
- websocket-extensions (>= 0.1.0)
249
- websocket-extensions (0.1.5)
250
119
  with_env (1.1.0)
251
120
  xml-simple (1.1.9)
252
121
  rexml
@@ -262,13 +131,14 @@ PLATFORMS
262
131
  x86_64-linux
263
132
 
264
133
  DEPENDENCIES
134
+ activemodel (~> 6.1.7)
135
+ activesupport (~> 6.1.7)
265
136
  aether_observatory!
266
137
  appraisal (~> 2.5.0)
267
138
  bundler (~> 2.1)
268
139
  license_finder (~> 7.0)
269
140
  pry (>= 0.14)
270
141
  pry-byebug (= 3.10.1)
271
- rails (~> 6.1.7)
272
142
  rake (~> 13.0)
273
143
  rspec (~> 3.0)
274
144
  rubocop-powerhome!
@@ -1,8 +1,11 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # This file was generated by Appraisal
2
4
 
3
5
  source "https://rubygems.org"
4
6
 
7
+ gem "activemodel", "~> 7.0.8"
8
+ gem "activesupport", "~> 7.0.8"
5
9
  gem "rubocop-powerhome", path: "../../rubocop-powerhome"
6
- gem "rails", "~> 7.0.8"
7
10
 
8
11
  gemspec path: "../"
@@ -11,73 +11,15 @@ PATH
11
11
  PATH
12
12
  remote: ..
13
13
  specs:
14
- aether_observatory (0.0.1pre4)
14
+ aether_observatory (1.0.0)
15
15
  activemodel (>= 6.0.6.1)
16
16
  activesupport (>= 6.0.6.1)
17
17
 
18
18
  GEM
19
19
  remote: https://rubygems.org/
20
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
21
  activemodel (7.0.8.7)
70
22
  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
23
  activesupport (7.0.8.7)
82
24
  concurrent-ruby (~> 1.0, >= 1.0.2)
83
25
  i18n (>= 1.6, < 2)
@@ -88,18 +30,12 @@ GEM
88
30
  rake
89
31
  thor (>= 0.14.0)
90
32
  ast (2.4.2)
91
- builder (3.3.0)
92
33
  byebug (11.1.3)
93
34
  coderay (1.1.3)
94
35
  concurrent-ruby (1.3.4)
95
- crass (1.0.6)
96
36
  csv (3.3.1)
97
- date (3.4.1)
98
37
  diff-lcs (1.5.1)
99
38
  docile (1.1.5)
100
- erubi (1.13.0)
101
- globalid (1.2.1)
102
- activesupport (>= 6.1)
103
39
  i18n (1.14.6)
104
40
  concurrent-ruby (~> 1.0)
105
41
  json (2.9.0)
@@ -112,40 +48,8 @@ GEM
112
48
  tomlrb (>= 1.3, < 2.1)
113
49
  with_env (= 1.1.0)
114
50
  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
51
  method_source (1.1.0)
125
- mini_mime (1.1.5)
126
52
  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
53
  parallel (1.26.3)
150
54
  parser (3.3.6.0)
151
55
  ast (~> 2.4.1)
@@ -158,36 +62,6 @@ GEM
158
62
  pry (>= 0.13, < 0.15)
159
63
  racc (1.8.1)
160
64
  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
65
  rainbow (3.1.1)
192
66
  rake (13.2.1)
193
67
  regexp_parser (2.9.3)
@@ -231,26 +105,20 @@ GEM
231
105
  rubocop (~> 1.61)
232
106
  ruby-progressbar (1.13.0)
233
107
  rubyzip (2.3.2)
234
- securerandom (0.3.2)
235
108
  simplecov (0.15.1)
236
109
  docile (~> 1.1.0)
237
110
  json (>= 1.8, < 3)
238
111
  simplecov-html (~> 0.10.0)
239
112
  simplecov-html (0.10.2)
240
113
  thor (1.3.2)
241
- timeout (0.4.3)
242
114
  tomlrb (2.0.3)
243
115
  tzinfo (2.0.6)
244
116
  concurrent-ruby (~> 1.0)
245
117
  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
118
  with_env (1.1.0)
250
119
  xml-simple (1.1.9)
251
120
  rexml
252
121
  yard (0.9.21)
253
- zeitwerk (2.6.18)
254
122
 
255
123
  PLATFORMS
256
124
  aarch64-linux
@@ -261,13 +129,14 @@ PLATFORMS
261
129
  x86_64-linux
262
130
 
263
131
  DEPENDENCIES
132
+ activemodel (~> 7.0.8)
133
+ activesupport (~> 7.0.8)
264
134
  aether_observatory!
265
135
  appraisal (~> 2.5.0)
266
136
  bundler (~> 2.1)
267
137
  license_finder (~> 7.0)
268
138
  pry (>= 0.14)
269
139
  pry-byebug (= 3.10.1)
270
- rails (~> 7.0.8)
271
140
  rake (~> 13.0)
272
141
  rspec (~> 3.0)
273
142
  rubocop-powerhome!
@@ -1,8 +1,11 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # This file was generated by Appraisal
2
4
 
3
5
  source "https://rubygems.org"
4
6
 
7
+ gem "activemodel", "~> 7.1.3"
8
+ gem "activesupport", "~> 7.1.3"
5
9
  gem "rubocop-powerhome", path: "../../rubocop-powerhome"
6
- gem "rails", "~> 7.1.3"
7
10
 
8
11
  gemspec path: "../"
@@ -11,77 +11,15 @@ PATH
11
11
  PATH
12
12
  remote: ..
13
13
  specs:
14
- aether_observatory (0.0.1pre4)
14
+ aether_observatory (1.0.0)
15
15
  activemodel (>= 6.0.6.1)
16
16
  activesupport (>= 6.0.6.1)
17
17
 
18
18
  GEM
19
19
  remote: https://rubygems.org/
20
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
21
  activemodel (7.1.5.1)
74
22
  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
23
  activesupport (7.1.5.1)
86
24
  base64
87
25
  benchmark (>= 0.3)
@@ -103,26 +41,16 @@ GEM
103
41
  base64 (0.2.0)
104
42
  benchmark (0.4.0)
105
43
  bigdecimal (3.1.8)
106
- builder (3.3.0)
107
44
  byebug (11.1.3)
108
45
  coderay (1.1.3)
109
46
  concurrent-ruby (1.3.4)
110
47
  connection_pool (2.4.1)
111
- crass (1.0.6)
112
48
  csv (3.3.1)
113
- date (3.4.1)
114
49
  diff-lcs (1.5.1)
115
50
  docile (1.1.5)
116
51
  drb (2.2.1)
117
- erubi (1.13.0)
118
- globalid (1.2.1)
119
- activesupport (>= 6.1)
120
52
  i18n (1.14.6)
121
53
  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
54
  json (2.9.0)
127
55
  language_server-protocol (3.17.0.3)
128
56
  license_finder (7.2.1)
@@ -134,41 +62,9 @@ GEM
134
62
  with_env (= 1.1.0)
135
63
  xml-simple (~> 1.1.9)
136
64
  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
65
  method_source (1.1.0)
147
- mini_mime (1.1.5)
148
66
  minitest (5.25.4)
149
67
  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
68
  parallel (1.26.3)
173
69
  parser (3.3.6.0)
174
70
  ast (~> 2.4.1)
@@ -179,53 +75,11 @@ GEM
179
75
  pry-byebug (3.10.1)
180
76
  byebug (~> 11.0)
181
77
  pry (>= 0.13, < 0.15)
182
- psych (5.2.1)
183
- date
184
- stringio
185
78
  racc (1.8.1)
186
79
  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
80
  rainbow (3.1.1)
223
81
  rake (13.2.1)
224
- rdoc (6.9.1)
225
- psych (>= 4.0.0)
226
82
  regexp_parser (2.9.3)
227
- reline (0.6.0)
228
- io-console (~> 0.5)
229
83
  rexml (3.4.0)
230
84
  rspec (3.13.0)
231
85
  rspec-core (~> 3.13.0)
@@ -272,21 +126,15 @@ GEM
272
126
  json (>= 1.8, < 3)
273
127
  simplecov-html (~> 0.10.0)
274
128
  simplecov-html (0.10.2)
275
- stringio (3.1.2)
276
129
  thor (1.3.2)
277
- timeout (0.4.3)
278
130
  tomlrb (2.0.3)
279
131
  tzinfo (2.0.6)
280
132
  concurrent-ruby (~> 1.0)
281
133
  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
134
  with_env (1.1.0)
286
135
  xml-simple (1.1.9)
287
136
  rexml
288
137
  yard (0.9.21)
289
- zeitwerk (2.6.18)
290
138
 
291
139
  PLATFORMS
292
140
  aarch64-linux
@@ -297,13 +145,14 @@ PLATFORMS
297
145
  x86_64-linux
298
146
 
299
147
  DEPENDENCIES
148
+ activemodel (~> 7.1.3)
149
+ activesupport (~> 7.1.3)
300
150
  aether_observatory!
301
151
  appraisal (~> 2.5.0)
302
152
  bundler (~> 2.1)
303
153
  license_finder (~> 7.0)
304
154
  pry (>= 0.14)
305
155
  pry-byebug (= 3.10.1)
306
- rails (~> 7.1.3)
307
156
  rake (~> 13.0)
308
157
  rspec (~> 3.0)
309
158
  rubocop-powerhome!
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AetherObservatory
4
- VERSION = "0.0.1pre4"
4
+ VERSION = "1.0.0"
5
5
  end
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: 0.0.1pre4
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Terry Finn
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2024-12-17 00:00:00.000000000 Z
12
+ date: 2024-12-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activemodel