warning_signs 0.7.1 → 0.7.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +79 -79
- data/lib/warning_signs/version.rb +1 -1
- data/lib/warning_signs.rb +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d2f8f41924be0b13ccf0b11a10239c7a6ec6d95c75ada7361e6d10e787957e4d
|
4
|
+
data.tar.gz: d88dc69a5fec6f4575bd4aec5a556bf0139701bc67398842f8bd38139c7c51c8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ef96a395e5197da8000733ce489c1384692aba88338eafe8b02b08ab6a430ccb0c07e2fec12d467ae60c31fa2616fdb913943910ce7b9daf638379e30f6b00e3
|
7
|
+
data.tar.gz: dc58043bb3926eb150d5610a6b7b556709477441f76628822dcf59eb8220a098036261ed7619d91ccc1843e77f7e8f13b521d2dbdc73879cc9947b6c007bb437
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,41 +1,41 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
warning_signs (0.7.
|
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.
|
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.
|
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.
|
125
|
+
minitest (5.22.2)
|
126
126
|
mutex_m (0.2.0)
|
127
|
-
net-imap (0.4.
|
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.
|
137
|
+
nokogiri (1.16.2-arm64-darwin)
|
138
138
|
racc (~> 1.4)
|
139
|
-
nokogiri (1.16.
|
139
|
+
nokogiri (1.16.2-x86_64-darwin)
|
140
140
|
racc (~> 1.4)
|
141
|
-
nokogiri (1.16.
|
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.
|
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.
|
198
|
+
reline (0.4.3)
|
199
199
|
io-console (~> 0.5)
|
200
200
|
rexml (3.2.6)
|
201
|
-
rspec (3.
|
202
|
-
rspec-core (~> 3.
|
203
|
-
rspec-expectations (~> 3.
|
204
|
-
rspec-mocks (~> 3.
|
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.
|
208
|
-
rspec-support (~> 3.
|
209
|
-
rspec-expectations (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.
|
212
|
-
rspec-mocks (3.
|
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.
|
215
|
-
rspec-support (3.
|
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.
|
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.
|
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.
|
241
|
+
standard (1.34.0)
|
242
242
|
language_server-protocol (~> 3.17.0.2)
|
243
243
|
lint_roller (~> 1.0)
|
244
|
-
rubocop (~> 1.
|
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.
|
264
|
+
zeitwerk (2.6.13)
|
265
265
|
|
266
266
|
PLATFORMS
|
267
267
|
arm64-darwin-22
|
data/lib/warning_signs.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2024-02-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|