warning_signs 0.7.1 → 0.7.2

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: 90007bee4f304b1e34e6c9581a0551b826b0ab606ad615129304a2669bca7082
4
- data.tar.gz: ba18293f9618bc9738e2b8c9adead63fa8480def38c155c75809030f33c968eb
3
+ metadata.gz: d2f8f41924be0b13ccf0b11a10239c7a6ec6d95c75ada7361e6d10e787957e4d
4
+ data.tar.gz: d88dc69a5fec6f4575bd4aec5a556bf0139701bc67398842f8bd38139c7c51c8
5
5
  SHA512:
6
- metadata.gz: 07f4d5625b108d970c250cd7f06a7b1d83eee0e3a955a28ecee07a0cd5b5e88628d8d84494f970fa67511357d7733f758473fc7e12c2f5fa57b02f40c09c8d9e
7
- data.tar.gz: 0661d7b47600542383c18dd1cb76f2d994b475d2e2fe500d7a309c936dfcbe04559be650287d0e995eee534bee2ef04f3513d883efe2a11f5d2a20e32de593db
6
+ metadata.gz: ef96a395e5197da8000733ce489c1384692aba88338eafe8b02b08ab6a430ccb0c07e2fec12d467ae60c31fa2616fdb913943910ce7b9daf638379e30f6b00e3
7
+ data.tar.gz: dc58043bb3926eb150d5610a6b7b556709477441f76628822dcf59eb8220a098036261ed7619d91ccc1843e77f7e8f13b521d2dbdc73879cc9947b6c007bb437
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.7.2 Feb 26, 2024
2
+
3
+ * For some reason, now need to explicitly require active_support/subscriber
4
+
1
5
  ## 0.7.1 Jan 26, 2024
2
6
 
3
7
  * Unneeded reference to awesome_print removed
data/Gemfile.lock CHANGED
@@ -1,41 +1,41 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- warning_signs (0.7.0)
4
+ warning_signs (0.7.2)
5
5
  rails
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actioncable (7.1.3)
11
- actionpack (= 7.1.3)
12
- activesupport (= 7.1.3)
10
+ actioncable (7.1.3.2)
11
+ actionpack (= 7.1.3.2)
12
+ activesupport (= 7.1.3.2)
13
13
  nio4r (~> 2.0)
14
14
  websocket-driver (>= 0.6.1)
15
15
  zeitwerk (~> 2.6)
16
- actionmailbox (7.1.3)
17
- actionpack (= 7.1.3)
18
- activejob (= 7.1.3)
19
- activerecord (= 7.1.3)
20
- activestorage (= 7.1.3)
21
- activesupport (= 7.1.3)
16
+ actionmailbox (7.1.3.2)
17
+ actionpack (= 7.1.3.2)
18
+ activejob (= 7.1.3.2)
19
+ activerecord (= 7.1.3.2)
20
+ activestorage (= 7.1.3.2)
21
+ activesupport (= 7.1.3.2)
22
22
  mail (>= 2.7.1)
23
23
  net-imap
24
24
  net-pop
25
25
  net-smtp
26
- actionmailer (7.1.3)
27
- actionpack (= 7.1.3)
28
- actionview (= 7.1.3)
29
- activejob (= 7.1.3)
30
- activesupport (= 7.1.3)
26
+ actionmailer (7.1.3.2)
27
+ actionpack (= 7.1.3.2)
28
+ actionview (= 7.1.3.2)
29
+ activejob (= 7.1.3.2)
30
+ activesupport (= 7.1.3.2)
31
31
  mail (~> 2.5, >= 2.5.4)
32
32
  net-imap
33
33
  net-pop
34
34
  net-smtp
35
35
  rails-dom-testing (~> 2.2)
36
- actionpack (7.1.3)
37
- actionview (= 7.1.3)
38
- activesupport (= 7.1.3)
36
+ actionpack (7.1.3.2)
37
+ actionview (= 7.1.3.2)
38
+ activesupport (= 7.1.3.2)
39
39
  nokogiri (>= 1.8.5)
40
40
  racc
41
41
  rack (>= 2.2.4)
@@ -43,35 +43,35 @@ GEM
43
43
  rack-test (>= 0.6.3)
44
44
  rails-dom-testing (~> 2.2)
45
45
  rails-html-sanitizer (~> 1.6)
46
- actiontext (7.1.3)
47
- actionpack (= 7.1.3)
48
- activerecord (= 7.1.3)
49
- activestorage (= 7.1.3)
50
- activesupport (= 7.1.3)
46
+ actiontext (7.1.3.2)
47
+ actionpack (= 7.1.3.2)
48
+ activerecord (= 7.1.3.2)
49
+ activestorage (= 7.1.3.2)
50
+ activesupport (= 7.1.3.2)
51
51
  globalid (>= 0.6.0)
52
52
  nokogiri (>= 1.8.5)
53
- actionview (7.1.3)
54
- activesupport (= 7.1.3)
53
+ actionview (7.1.3.2)
54
+ activesupport (= 7.1.3.2)
55
55
  builder (~> 3.1)
56
56
  erubi (~> 1.11)
57
57
  rails-dom-testing (~> 2.2)
58
58
  rails-html-sanitizer (~> 1.6)
59
- activejob (7.1.3)
60
- activesupport (= 7.1.3)
59
+ activejob (7.1.3.2)
60
+ activesupport (= 7.1.3.2)
61
61
  globalid (>= 0.3.6)
62
- activemodel (7.1.3)
63
- activesupport (= 7.1.3)
64
- activerecord (7.1.3)
65
- activemodel (= 7.1.3)
66
- activesupport (= 7.1.3)
62
+ activemodel (7.1.3.2)
63
+ activesupport (= 7.1.3.2)
64
+ activerecord (7.1.3.2)
65
+ activemodel (= 7.1.3.2)
66
+ activesupport (= 7.1.3.2)
67
67
  timeout (>= 0.4.0)
68
- activestorage (7.1.3)
69
- actionpack (= 7.1.3)
70
- activejob (= 7.1.3)
71
- activerecord (= 7.1.3)
72
- activesupport (= 7.1.3)
68
+ activestorage (7.1.3.2)
69
+ actionpack (= 7.1.3.2)
70
+ activejob (= 7.1.3.2)
71
+ activerecord (= 7.1.3.2)
72
+ activesupport (= 7.1.3.2)
73
73
  marcel (~> 1.0)
74
- activesupport (7.1.3)
74
+ activesupport (7.1.3.2)
75
75
  base64
76
76
  bigdecimal
77
77
  concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -95,7 +95,7 @@ GEM
95
95
  debug (1.9.1)
96
96
  irb (~> 1.10)
97
97
  reline (>= 0.3.8)
98
- diff-lcs (1.5.0)
98
+ diff-lcs (1.5.1)
99
99
  docile (1.4.0)
100
100
  drb (2.2.0)
101
101
  ruby2_keywords
@@ -105,7 +105,7 @@ GEM
105
105
  i18n (1.14.1)
106
106
  concurrent-ruby (~> 1.0)
107
107
  io-console (0.7.2)
108
- irb (1.11.1)
108
+ irb (1.11.2)
109
109
  rdoc
110
110
  reline (>= 0.4.2)
111
111
  json (2.7.1)
@@ -122,9 +122,9 @@ GEM
122
122
  marcel (1.0.2)
123
123
  method_source (1.0.0)
124
124
  mini_mime (1.1.5)
125
- minitest (5.21.2)
125
+ minitest (5.22.2)
126
126
  mutex_m (0.2.0)
127
- net-imap (0.4.9.1)
127
+ net-imap (0.4.10)
128
128
  date
129
129
  net-protocol
130
130
  net-pop (0.1.2)
@@ -134,11 +134,11 @@ GEM
134
134
  net-smtp (0.4.0.1)
135
135
  net-protocol
136
136
  nio4r (2.7.0)
137
- nokogiri (1.16.0-arm64-darwin)
137
+ nokogiri (1.16.2-arm64-darwin)
138
138
  racc (~> 1.4)
139
- nokogiri (1.16.0-x86_64-darwin)
139
+ nokogiri (1.16.2-x86_64-darwin)
140
140
  racc (~> 1.4)
141
- nokogiri (1.16.0-x86_64-linux)
141
+ nokogiri (1.16.2-x86_64-linux)
142
142
  racc (~> 1.4)
143
143
  parallel (1.24.0)
144
144
  parser (3.3.0.5)
@@ -153,7 +153,7 @@ GEM
153
153
  psych (5.1.2)
154
154
  stringio
155
155
  racc (1.7.3)
156
- rack (3.0.8)
156
+ rack (3.0.9.1)
157
157
  rack-session (2.0.0)
158
158
  rack (>= 3.0.0)
159
159
  rack-test (2.1.0)
@@ -161,20 +161,20 @@ GEM
161
161
  rackup (2.1.0)
162
162
  rack (>= 3)
163
163
  webrick (~> 1.8)
164
- rails (7.1.3)
165
- actioncable (= 7.1.3)
166
- actionmailbox (= 7.1.3)
167
- actionmailer (= 7.1.3)
168
- actionpack (= 7.1.3)
169
- actiontext (= 7.1.3)
170
- actionview (= 7.1.3)
171
- activejob (= 7.1.3)
172
- activemodel (= 7.1.3)
173
- activerecord (= 7.1.3)
174
- activestorage (= 7.1.3)
175
- activesupport (= 7.1.3)
164
+ rails (7.1.3.2)
165
+ actioncable (= 7.1.3.2)
166
+ actionmailbox (= 7.1.3.2)
167
+ actionmailer (= 7.1.3.2)
168
+ actionpack (= 7.1.3.2)
169
+ actiontext (= 7.1.3.2)
170
+ actionview (= 7.1.3.2)
171
+ activejob (= 7.1.3.2)
172
+ activemodel (= 7.1.3.2)
173
+ activerecord (= 7.1.3.2)
174
+ activestorage (= 7.1.3.2)
175
+ activesupport (= 7.1.3.2)
176
176
  bundler (>= 1.15.0)
177
- railties (= 7.1.3)
177
+ railties (= 7.1.3.2)
178
178
  rails-dom-testing (2.2.0)
179
179
  activesupport (>= 5.0.0)
180
180
  minitest
@@ -182,9 +182,9 @@ GEM
182
182
  rails-html-sanitizer (1.6.0)
183
183
  loofah (~> 2.21)
184
184
  nokogiri (~> 1.14)
185
- railties (7.1.3)
186
- actionpack (= 7.1.3)
187
- activesupport (= 7.1.3)
185
+ railties (7.1.3.2)
186
+ actionpack (= 7.1.3.2)
187
+ activesupport (= 7.1.3.2)
188
188
  irb
189
189
  rackup (>= 1.0.0)
190
190
  rake (>= 12.2)
@@ -195,31 +195,31 @@ GEM
195
195
  rdoc (6.6.2)
196
196
  psych (>= 4.0.0)
197
197
  regexp_parser (2.9.0)
198
- reline (0.4.2)
198
+ reline (0.4.3)
199
199
  io-console (~> 0.5)
200
200
  rexml (3.2.6)
201
- rspec (3.12.0)
202
- rspec-core (~> 3.12.0)
203
- rspec-expectations (~> 3.12.0)
204
- rspec-mocks (~> 3.12.0)
201
+ rspec (3.13.0)
202
+ rspec-core (~> 3.13.0)
203
+ rspec-expectations (~> 3.13.0)
204
+ rspec-mocks (~> 3.13.0)
205
205
  rspec-collection_matchers (1.2.1)
206
206
  rspec-expectations (>= 2.99.0.beta1)
207
- rspec-core (3.12.2)
208
- rspec-support (~> 3.12.0)
209
- rspec-expectations (3.12.3)
207
+ rspec-core (3.13.0)
208
+ rspec-support (~> 3.13.0)
209
+ rspec-expectations (3.13.0)
210
210
  diff-lcs (>= 1.2.0, < 2.0)
211
- rspec-support (~> 3.12.0)
212
- rspec-mocks (3.12.6)
211
+ rspec-support (~> 3.13.0)
212
+ rspec-mocks (3.13.0)
213
213
  diff-lcs (>= 1.2.0, < 2.0)
214
- rspec-support (~> 3.12.0)
215
- rspec-support (3.12.1)
214
+ rspec-support (~> 3.13.0)
215
+ rspec-support (3.13.1)
216
216
  rspec_junit_formatter (0.6.0)
217
217
  rspec-core (>= 2, < 4, != 2.12.0)
218
- rubocop (1.59.0)
218
+ rubocop (1.60.2)
219
219
  json (~> 2.3)
220
220
  language_server-protocol (>= 3.17.0)
221
221
  parallel (~> 1.10)
222
- parser (>= 3.2.2.4)
222
+ parser (>= 3.3.0.2)
223
223
  rainbow (>= 2.2.2, < 4.0)
224
224
  regexp_parser (>= 1.8, < 3.0)
225
225
  rexml (>= 3.2.5, < 4.0)
@@ -238,10 +238,10 @@ GEM
238
238
  json (>= 1.8, < 3)
239
239
  simplecov-html (~> 0.10.0)
240
240
  simplecov-html (0.10.2)
241
- standard (1.33.0)
241
+ standard (1.34.0)
242
242
  language_server-protocol (~> 3.17.0.2)
243
243
  lint_roller (~> 1.0)
244
- rubocop (~> 1.59.0)
244
+ rubocop (~> 1.60)
245
245
  standard-custom (~> 1.0.0)
246
246
  standard-performance (~> 1.3)
247
247
  standard-custom (1.0.2)
@@ -261,7 +261,7 @@ GEM
261
261
  websocket-extensions (>= 0.1.0)
262
262
  websocket-extensions (0.1.5)
263
263
  yard (0.9.34)
264
- zeitwerk (2.6.12)
264
+ zeitwerk (2.6.13)
265
265
 
266
266
  PLATFORMS
267
267
  arm64-darwin-22
@@ -1,3 +1,3 @@
1
1
  module WarningSigns
2
- VERSION = "0.7.1"
2
+ VERSION = "0.7.2"
3
3
  end
data/lib/warning_signs.rb CHANGED
@@ -3,6 +3,7 @@
3
3
  require "English"
4
4
  require "yaml"
5
5
  require "rails/railtie"
6
+ require "active_support/subscriber"
6
7
  require "active_support/all"
7
8
 
8
9
  require "zeitwerk"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: warning_signs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
4
+ version: 0.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Noel Rappin
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-01-26 00:00:00.000000000 Z
11
+ date: 2024-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails