warning_signs 0.7.0 → 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 +8 -0
- data/Gemfile +0 -2
- data/Gemfile.lock +123 -33
- data/lib/warning_signs/version.rb +1 -1
- data/lib/warning_signs.rb +1 -1
- data/warning_signs.gemspec +3 -0
- metadata +30 -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
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,14 +1,41 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
warning_signs (0.7.
|
4
|
+
warning_signs (0.7.2)
|
5
|
+
rails
|
5
6
|
|
6
7
|
GEM
|
7
8
|
remote: https://rubygems.org/
|
8
9
|
specs:
|
9
|
-
|
10
|
-
|
11
|
-
activesupport (= 7.1.3)
|
10
|
+
actioncable (7.1.3.2)
|
11
|
+
actionpack (= 7.1.3.2)
|
12
|
+
activesupport (= 7.1.3.2)
|
13
|
+
nio4r (~> 2.0)
|
14
|
+
websocket-driver (>= 0.6.1)
|
15
|
+
zeitwerk (~> 2.6)
|
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
|
+
mail (>= 2.7.1)
|
23
|
+
net-imap
|
24
|
+
net-pop
|
25
|
+
net-smtp
|
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
|
+
mail (~> 2.5, >= 2.5.4)
|
32
|
+
net-imap
|
33
|
+
net-pop
|
34
|
+
net-smtp
|
35
|
+
rails-dom-testing (~> 2.2)
|
36
|
+
actionpack (7.1.3.2)
|
37
|
+
actionview (= 7.1.3.2)
|
38
|
+
activesupport (= 7.1.3.2)
|
12
39
|
nokogiri (>= 1.8.5)
|
13
40
|
racc
|
14
41
|
rack (>= 2.2.4)
|
@@ -16,13 +43,35 @@ GEM
|
|
16
43
|
rack-test (>= 0.6.3)
|
17
44
|
rails-dom-testing (~> 2.2)
|
18
45
|
rails-html-sanitizer (~> 1.6)
|
19
|
-
|
20
|
-
|
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
|
+
globalid (>= 0.6.0)
|
52
|
+
nokogiri (>= 1.8.5)
|
53
|
+
actionview (7.1.3.2)
|
54
|
+
activesupport (= 7.1.3.2)
|
21
55
|
builder (~> 3.1)
|
22
56
|
erubi (~> 1.11)
|
23
57
|
rails-dom-testing (~> 2.2)
|
24
58
|
rails-html-sanitizer (~> 1.6)
|
25
|
-
|
59
|
+
activejob (7.1.3.2)
|
60
|
+
activesupport (= 7.1.3.2)
|
61
|
+
globalid (>= 0.3.6)
|
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
|
+
timeout (>= 0.4.0)
|
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
|
+
marcel (~> 1.0)
|
74
|
+
activesupport (7.1.3.2)
|
26
75
|
base64
|
27
76
|
bigdecimal
|
28
77
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
@@ -42,18 +91,21 @@ GEM
|
|
42
91
|
concurrent-ruby (1.2.3)
|
43
92
|
connection_pool (2.4.1)
|
44
93
|
crass (1.0.6)
|
94
|
+
date (3.3.4)
|
45
95
|
debug (1.9.1)
|
46
96
|
irb (~> 1.10)
|
47
97
|
reline (>= 0.3.8)
|
48
|
-
diff-lcs (1.5.
|
98
|
+
diff-lcs (1.5.1)
|
49
99
|
docile (1.4.0)
|
50
100
|
drb (2.2.0)
|
51
101
|
ruby2_keywords
|
52
102
|
erubi (1.12.0)
|
103
|
+
globalid (1.2.1)
|
104
|
+
activesupport (>= 6.1)
|
53
105
|
i18n (1.14.1)
|
54
106
|
concurrent-ruby (~> 1.0)
|
55
107
|
io-console (0.7.2)
|
56
|
-
irb (1.11.
|
108
|
+
irb (1.11.2)
|
57
109
|
rdoc
|
58
110
|
reline (>= 0.4.2)
|
59
111
|
json (2.7.1)
|
@@ -62,10 +114,31 @@ GEM
|
|
62
114
|
loofah (2.22.0)
|
63
115
|
crass (~> 1.0.2)
|
64
116
|
nokogiri (>= 1.12.0)
|
117
|
+
mail (2.8.1)
|
118
|
+
mini_mime (>= 0.1.1)
|
119
|
+
net-imap
|
120
|
+
net-pop
|
121
|
+
net-smtp
|
122
|
+
marcel (1.0.2)
|
65
123
|
method_source (1.0.0)
|
66
|
-
|
124
|
+
mini_mime (1.1.5)
|
125
|
+
minitest (5.22.2)
|
67
126
|
mutex_m (0.2.0)
|
68
|
-
|
127
|
+
net-imap (0.4.10)
|
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.4.0.1)
|
135
|
+
net-protocol
|
136
|
+
nio4r (2.7.0)
|
137
|
+
nokogiri (1.16.2-arm64-darwin)
|
138
|
+
racc (~> 1.4)
|
139
|
+
nokogiri (1.16.2-x86_64-darwin)
|
140
|
+
racc (~> 1.4)
|
141
|
+
nokogiri (1.16.2-x86_64-linux)
|
69
142
|
racc (~> 1.4)
|
70
143
|
parallel (1.24.0)
|
71
144
|
parser (3.3.0.5)
|
@@ -80,7 +153,7 @@ GEM
|
|
80
153
|
psych (5.1.2)
|
81
154
|
stringio
|
82
155
|
racc (1.7.3)
|
83
|
-
rack (3.0.
|
156
|
+
rack (3.0.9.1)
|
84
157
|
rack-session (2.0.0)
|
85
158
|
rack (>= 3.0.0)
|
86
159
|
rack-test (2.1.0)
|
@@ -88,6 +161,20 @@ GEM
|
|
88
161
|
rackup (2.1.0)
|
89
162
|
rack (>= 3)
|
90
163
|
webrick (~> 1.8)
|
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
|
+
bundler (>= 1.15.0)
|
177
|
+
railties (= 7.1.3.2)
|
91
178
|
rails-dom-testing (2.2.0)
|
92
179
|
activesupport (>= 5.0.0)
|
93
180
|
minitest
|
@@ -95,9 +182,9 @@ GEM
|
|
95
182
|
rails-html-sanitizer (1.6.0)
|
96
183
|
loofah (~> 2.21)
|
97
184
|
nokogiri (~> 1.14)
|
98
|
-
railties (7.1.3)
|
99
|
-
actionpack (= 7.1.3)
|
100
|
-
activesupport (= 7.1.3)
|
185
|
+
railties (7.1.3.2)
|
186
|
+
actionpack (= 7.1.3.2)
|
187
|
+
activesupport (= 7.1.3.2)
|
101
188
|
irb
|
102
189
|
rackup (>= 1.0.0)
|
103
190
|
rake (>= 12.2)
|
@@ -108,31 +195,31 @@ GEM
|
|
108
195
|
rdoc (6.6.2)
|
109
196
|
psych (>= 4.0.0)
|
110
197
|
regexp_parser (2.9.0)
|
111
|
-
reline (0.4.
|
198
|
+
reline (0.4.3)
|
112
199
|
io-console (~> 0.5)
|
113
200
|
rexml (3.2.6)
|
114
|
-
rspec (3.
|
115
|
-
rspec-core (~> 3.
|
116
|
-
rspec-expectations (~> 3.
|
117
|
-
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)
|
118
205
|
rspec-collection_matchers (1.2.1)
|
119
206
|
rspec-expectations (>= 2.99.0.beta1)
|
120
|
-
rspec-core (3.
|
121
|
-
rspec-support (~> 3.
|
122
|
-
rspec-expectations (3.
|
207
|
+
rspec-core (3.13.0)
|
208
|
+
rspec-support (~> 3.13.0)
|
209
|
+
rspec-expectations (3.13.0)
|
123
210
|
diff-lcs (>= 1.2.0, < 2.0)
|
124
|
-
rspec-support (~> 3.
|
125
|
-
rspec-mocks (3.
|
211
|
+
rspec-support (~> 3.13.0)
|
212
|
+
rspec-mocks (3.13.0)
|
126
213
|
diff-lcs (>= 1.2.0, < 2.0)
|
127
|
-
rspec-support (~> 3.
|
128
|
-
rspec-support (3.
|
214
|
+
rspec-support (~> 3.13.0)
|
215
|
+
rspec-support (3.13.1)
|
129
216
|
rspec_junit_formatter (0.6.0)
|
130
217
|
rspec-core (>= 2, < 4, != 2.12.0)
|
131
|
-
rubocop (1.
|
218
|
+
rubocop (1.60.2)
|
132
219
|
json (~> 2.3)
|
133
220
|
language_server-protocol (>= 3.17.0)
|
134
221
|
parallel (~> 1.10)
|
135
|
-
parser (>= 3.
|
222
|
+
parser (>= 3.3.0.2)
|
136
223
|
rainbow (>= 2.2.2, < 4.0)
|
137
224
|
regexp_parser (>= 1.8, < 3.0)
|
138
225
|
rexml (>= 3.2.5, < 4.0)
|
@@ -151,10 +238,10 @@ GEM
|
|
151
238
|
json (>= 1.8, < 3)
|
152
239
|
simplecov-html (~> 0.10.0)
|
153
240
|
simplecov-html (0.10.2)
|
154
|
-
standard (1.
|
241
|
+
standard (1.34.0)
|
155
242
|
language_server-protocol (~> 3.17.0.2)
|
156
243
|
lint_roller (~> 1.0)
|
157
|
-
rubocop (~> 1.
|
244
|
+
rubocop (~> 1.60)
|
158
245
|
standard-custom (~> 1.0.0)
|
159
246
|
standard-performance (~> 1.3)
|
160
247
|
standard-custom (1.0.2)
|
@@ -165,12 +252,16 @@ GEM
|
|
165
252
|
rubocop-performance (~> 1.20.2)
|
166
253
|
stringio (3.1.0)
|
167
254
|
thor (1.3.0)
|
255
|
+
timeout (0.4.1)
|
168
256
|
tzinfo (2.0.6)
|
169
257
|
concurrent-ruby (~> 1.0)
|
170
258
|
unicode-display_width (2.5.0)
|
171
259
|
webrick (1.8.1)
|
260
|
+
websocket-driver (0.7.6)
|
261
|
+
websocket-extensions (>= 0.1.0)
|
262
|
+
websocket-extensions (0.1.5)
|
172
263
|
yard (0.9.34)
|
173
|
-
zeitwerk (2.6.
|
264
|
+
zeitwerk (2.6.13)
|
174
265
|
|
175
266
|
PLATFORMS
|
176
267
|
arm64-darwin-22
|
@@ -182,7 +273,6 @@ DEPENDENCIES
|
|
182
273
|
awesome_print
|
183
274
|
debug
|
184
275
|
pry-byebug
|
185
|
-
railties (~> 7.1.0)
|
186
276
|
rake
|
187
277
|
rspec
|
188
278
|
rspec-collection_matchers
|
data/lib/warning_signs.rb
CHANGED
data/warning_signs.gemspec
CHANGED
@@ -29,6 +29,8 @@ Gem::Specification.new do |spec|
|
|
29
29
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
30
30
|
spec.require_paths = ["lib"]
|
31
31
|
|
32
|
+
spec.add_dependency "rails"
|
33
|
+
|
32
34
|
spec.add_development_dependency "pry-byebug"
|
33
35
|
spec.add_development_dependency "debug"
|
34
36
|
spec.add_development_dependency "rake"
|
@@ -38,4 +40,5 @@ Gem::Specification.new do |spec|
|
|
38
40
|
spec.add_development_dependency "standard"
|
39
41
|
spec.add_development_dependency "simplecov", "~> 0.17.0"
|
40
42
|
spec.add_development_dependency "yard"
|
43
|
+
spec.add_development_dependency "awesome_print"
|
41
44
|
end
|
metadata
CHANGED
@@ -1,15 +1,29 @@
|
|
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
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: rails
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - ">="
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '0'
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - ">="
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '0'
|
13
27
|
- !ruby/object:Gem::Dependency
|
14
28
|
name: pry-byebug
|
15
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -136,6 +150,20 @@ dependencies:
|
|
136
150
|
- - ">="
|
137
151
|
- !ruby/object:Gem::Version
|
138
152
|
version: '0'
|
153
|
+
- !ruby/object:Gem::Dependency
|
154
|
+
name: awesome_print
|
155
|
+
requirement: !ruby/object:Gem::Requirement
|
156
|
+
requirements:
|
157
|
+
- - ">="
|
158
|
+
- !ruby/object:Gem::Version
|
159
|
+
version: '0'
|
160
|
+
type: :development
|
161
|
+
prerelease: false
|
162
|
+
version_requirements: !ruby/object:Gem::Requirement
|
163
|
+
requirements:
|
164
|
+
- - ">="
|
165
|
+
- !ruby/object:Gem::Version
|
166
|
+
version: '0'
|
139
167
|
description: A gem for managing ruby and rails deprecation warnings
|
140
168
|
email:
|
141
169
|
- noelrap@hey.com
|