log_sanity 2.2.0 → 2.3.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/CHANGELOG.md +4 -0
- data/Gemfile.lock +77 -75
- data/README.md +0 -2
- data/lib/log_sanity/version.rb +1 -1
- data/log_sanity.gemspec +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d613c22d31fcb596cc1e0f541fc0ad4276c15f676bb745bdb6a25bef91776ff7
|
|
4
|
+
data.tar.gz: ae3e8726988cfb06a3abc80cb0bcab3c589a8be69734daa12ab5e292973bfd39
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d105457230a833fe578edbdc5ba963b52cf66236341aa5f80fc634a2e9f954ec82eba63c55467bfac50fb505f732131b7312cb223e517178aa433f8fa2b2346a
|
|
7
|
+
data.tar.gz: 59b7a90ce10d634523831e778699c4e5e56419e00db9d09979b56a50052c8332647161274a93ee8666ff0db2aa9508c5f6a53088a2334de7534cb3c0939d4594
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,73 +1,73 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
log_sanity (2.
|
|
5
|
-
rails (>= 7.1.2, <
|
|
4
|
+
log_sanity (2.3.0)
|
|
5
|
+
rails (>= 7.1.2, < 8.1)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
8
8
|
remote: https://rubygems.org/
|
|
9
9
|
specs:
|
|
10
|
-
actioncable (
|
|
11
|
-
actionpack (=
|
|
12
|
-
activesupport (=
|
|
10
|
+
actioncable (8.0.0)
|
|
11
|
+
actionpack (= 8.0.0)
|
|
12
|
+
activesupport (= 8.0.0)
|
|
13
13
|
nio4r (~> 2.0)
|
|
14
14
|
websocket-driver (>= 0.6.1)
|
|
15
15
|
zeitwerk (~> 2.6)
|
|
16
|
-
actionmailbox (
|
|
17
|
-
actionpack (=
|
|
18
|
-
activejob (=
|
|
19
|
-
activerecord (=
|
|
20
|
-
activestorage (=
|
|
21
|
-
activesupport (=
|
|
16
|
+
actionmailbox (8.0.0)
|
|
17
|
+
actionpack (= 8.0.0)
|
|
18
|
+
activejob (= 8.0.0)
|
|
19
|
+
activerecord (= 8.0.0)
|
|
20
|
+
activestorage (= 8.0.0)
|
|
21
|
+
activesupport (= 8.0.0)
|
|
22
22
|
mail (>= 2.8.0)
|
|
23
|
-
actionmailer (
|
|
24
|
-
actionpack (=
|
|
25
|
-
actionview (=
|
|
26
|
-
activejob (=
|
|
27
|
-
activesupport (=
|
|
23
|
+
actionmailer (8.0.0)
|
|
24
|
+
actionpack (= 8.0.0)
|
|
25
|
+
actionview (= 8.0.0)
|
|
26
|
+
activejob (= 8.0.0)
|
|
27
|
+
activesupport (= 8.0.0)
|
|
28
28
|
mail (>= 2.8.0)
|
|
29
29
|
rails-dom-testing (~> 2.2)
|
|
30
|
-
actionpack (
|
|
31
|
-
actionview (=
|
|
32
|
-
activesupport (=
|
|
30
|
+
actionpack (8.0.0)
|
|
31
|
+
actionview (= 8.0.0)
|
|
32
|
+
activesupport (= 8.0.0)
|
|
33
33
|
nokogiri (>= 1.8.5)
|
|
34
|
-
|
|
35
|
-
rack (>= 2.2.4, < 3.2)
|
|
34
|
+
rack (>= 2.2.4)
|
|
36
35
|
rack-session (>= 1.0.1)
|
|
37
36
|
rack-test (>= 0.6.3)
|
|
38
37
|
rails-dom-testing (~> 2.2)
|
|
39
38
|
rails-html-sanitizer (~> 1.6)
|
|
40
39
|
useragent (~> 0.16)
|
|
41
|
-
actiontext (
|
|
42
|
-
actionpack (=
|
|
43
|
-
activerecord (=
|
|
44
|
-
activestorage (=
|
|
45
|
-
activesupport (=
|
|
40
|
+
actiontext (8.0.0)
|
|
41
|
+
actionpack (= 8.0.0)
|
|
42
|
+
activerecord (= 8.0.0)
|
|
43
|
+
activestorage (= 8.0.0)
|
|
44
|
+
activesupport (= 8.0.0)
|
|
46
45
|
globalid (>= 0.6.0)
|
|
47
46
|
nokogiri (>= 1.8.5)
|
|
48
|
-
actionview (
|
|
49
|
-
activesupport (=
|
|
47
|
+
actionview (8.0.0)
|
|
48
|
+
activesupport (= 8.0.0)
|
|
50
49
|
builder (~> 3.1)
|
|
51
50
|
erubi (~> 1.11)
|
|
52
51
|
rails-dom-testing (~> 2.2)
|
|
53
52
|
rails-html-sanitizer (~> 1.6)
|
|
54
|
-
activejob (
|
|
55
|
-
activesupport (=
|
|
53
|
+
activejob (8.0.0)
|
|
54
|
+
activesupport (= 8.0.0)
|
|
56
55
|
globalid (>= 0.3.6)
|
|
57
|
-
activemodel (
|
|
58
|
-
activesupport (=
|
|
59
|
-
activerecord (
|
|
60
|
-
activemodel (=
|
|
61
|
-
activesupport (=
|
|
56
|
+
activemodel (8.0.0)
|
|
57
|
+
activesupport (= 8.0.0)
|
|
58
|
+
activerecord (8.0.0)
|
|
59
|
+
activemodel (= 8.0.0)
|
|
60
|
+
activesupport (= 8.0.0)
|
|
62
61
|
timeout (>= 0.4.0)
|
|
63
|
-
activestorage (
|
|
64
|
-
actionpack (=
|
|
65
|
-
activejob (=
|
|
66
|
-
activerecord (=
|
|
67
|
-
activesupport (=
|
|
62
|
+
activestorage (8.0.0)
|
|
63
|
+
actionpack (= 8.0.0)
|
|
64
|
+
activejob (= 8.0.0)
|
|
65
|
+
activerecord (= 8.0.0)
|
|
66
|
+
activesupport (= 8.0.0)
|
|
68
67
|
marcel (~> 1.0)
|
|
69
|
-
activesupport (
|
|
68
|
+
activesupport (8.0.0)
|
|
70
69
|
base64
|
|
70
|
+
benchmark (>= 0.3)
|
|
71
71
|
bigdecimal
|
|
72
72
|
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
73
73
|
connection_pool (>= 2.2.5)
|
|
@@ -77,13 +77,15 @@ GEM
|
|
|
77
77
|
minitest (>= 5.1)
|
|
78
78
|
securerandom (>= 0.3)
|
|
79
79
|
tzinfo (~> 2.0, >= 2.0.5)
|
|
80
|
+
uri (>= 0.13.1)
|
|
80
81
|
base64 (0.2.0)
|
|
82
|
+
benchmark (0.4.0)
|
|
81
83
|
bigdecimal (3.1.8)
|
|
82
84
|
builder (3.3.0)
|
|
83
85
|
concurrent-ruby (1.3.4)
|
|
84
86
|
connection_pool (2.4.1)
|
|
85
87
|
crass (1.0.6)
|
|
86
|
-
date (3.
|
|
88
|
+
date (3.4.0)
|
|
87
89
|
drb (2.2.1)
|
|
88
90
|
erubi (1.13.0)
|
|
89
91
|
globalid (1.2.1)
|
|
@@ -91,11 +93,11 @@ GEM
|
|
|
91
93
|
i18n (1.14.6)
|
|
92
94
|
concurrent-ruby (~> 1.0)
|
|
93
95
|
io-console (0.7.2)
|
|
94
|
-
irb (1.14.
|
|
96
|
+
irb (1.14.1)
|
|
95
97
|
rdoc (>= 4.0.0)
|
|
96
98
|
reline (>= 0.4.2)
|
|
97
99
|
logger (1.6.1)
|
|
98
|
-
loofah (2.
|
|
100
|
+
loofah (2.23.1)
|
|
99
101
|
crass (~> 1.0.2)
|
|
100
102
|
nokogiri (>= 1.12.0)
|
|
101
103
|
mail (2.8.1)
|
|
@@ -105,47 +107,47 @@ GEM
|
|
|
105
107
|
net-smtp
|
|
106
108
|
marcel (1.0.4)
|
|
107
109
|
mini_mime (1.1.5)
|
|
108
|
-
minitest (5.25.
|
|
109
|
-
net-imap (0.
|
|
110
|
+
minitest (5.25.2)
|
|
111
|
+
net-imap (0.5.1)
|
|
110
112
|
date
|
|
111
113
|
net-protocol
|
|
112
114
|
net-pop (0.1.2)
|
|
115
|
+
net-protocol
|
|
113
116
|
net-protocol (0.2.2)
|
|
114
117
|
timeout
|
|
115
118
|
net-smtp (0.5.0)
|
|
116
119
|
net-protocol
|
|
117
|
-
nio4r (2.7.
|
|
120
|
+
nio4r (2.7.4)
|
|
118
121
|
nokogiri (1.16.7-arm64-darwin)
|
|
119
122
|
racc (~> 1.4)
|
|
120
123
|
nokogiri (1.16.7-x86_64-darwin)
|
|
121
124
|
racc (~> 1.4)
|
|
122
125
|
nokogiri (1.16.7-x86_64-linux)
|
|
123
126
|
racc (~> 1.4)
|
|
124
|
-
psych (5.
|
|
127
|
+
psych (5.2.0)
|
|
125
128
|
stringio
|
|
126
129
|
racc (1.8.1)
|
|
127
|
-
rack (3.1.
|
|
130
|
+
rack (3.1.8)
|
|
128
131
|
rack-session (2.0.0)
|
|
129
132
|
rack (>= 3.0.0)
|
|
130
133
|
rack-test (2.1.0)
|
|
131
134
|
rack (>= 1.3)
|
|
132
|
-
rackup (2.1
|
|
135
|
+
rackup (2.2.1)
|
|
133
136
|
rack (>= 3)
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
activesupport (= 7.2.1)
|
|
137
|
+
rails (8.0.0)
|
|
138
|
+
actioncable (= 8.0.0)
|
|
139
|
+
actionmailbox (= 8.0.0)
|
|
140
|
+
actionmailer (= 8.0.0)
|
|
141
|
+
actionpack (= 8.0.0)
|
|
142
|
+
actiontext (= 8.0.0)
|
|
143
|
+
actionview (= 8.0.0)
|
|
144
|
+
activejob (= 8.0.0)
|
|
145
|
+
activemodel (= 8.0.0)
|
|
146
|
+
activerecord (= 8.0.0)
|
|
147
|
+
activestorage (= 8.0.0)
|
|
148
|
+
activesupport (= 8.0.0)
|
|
147
149
|
bundler (>= 1.15.0)
|
|
148
|
-
railties (=
|
|
150
|
+
railties (= 8.0.0)
|
|
149
151
|
rails-dom-testing (2.2.0)
|
|
150
152
|
activesupport (>= 5.0.0)
|
|
151
153
|
minitest
|
|
@@ -153,31 +155,31 @@ GEM
|
|
|
153
155
|
rails-html-sanitizer (1.6.0)
|
|
154
156
|
loofah (~> 2.21)
|
|
155
157
|
nokogiri (~> 1.14)
|
|
156
|
-
railties (
|
|
157
|
-
actionpack (=
|
|
158
|
-
activesupport (=
|
|
158
|
+
railties (8.0.0)
|
|
159
|
+
actionpack (= 8.0.0)
|
|
160
|
+
activesupport (= 8.0.0)
|
|
159
161
|
irb (~> 1.13)
|
|
160
162
|
rackup (>= 1.0.0)
|
|
161
163
|
rake (>= 12.2)
|
|
162
164
|
thor (~> 1.0, >= 1.2.2)
|
|
163
165
|
zeitwerk (~> 2.6)
|
|
164
166
|
rake (13.2.1)
|
|
165
|
-
rdoc (6.
|
|
167
|
+
rdoc (6.8.1)
|
|
166
168
|
psych (>= 4.0.0)
|
|
167
|
-
reline (0.5.
|
|
169
|
+
reline (0.5.11)
|
|
168
170
|
io-console (~> 0.5)
|
|
169
|
-
securerandom (0.3.
|
|
170
|
-
stringio (3.1.
|
|
171
|
+
securerandom (0.3.2)
|
|
172
|
+
stringio (3.1.2)
|
|
171
173
|
thor (1.3.2)
|
|
172
|
-
timeout (0.4.
|
|
174
|
+
timeout (0.4.2)
|
|
173
175
|
tzinfo (2.0.6)
|
|
174
176
|
concurrent-ruby (~> 1.0)
|
|
177
|
+
uri (1.0.2)
|
|
175
178
|
useragent (0.16.10)
|
|
176
|
-
webrick (1.8.1)
|
|
177
179
|
websocket-driver (0.7.6)
|
|
178
180
|
websocket-extensions (>= 0.1.0)
|
|
179
181
|
websocket-extensions (0.1.5)
|
|
180
|
-
zeitwerk (2.
|
|
182
|
+
zeitwerk (2.7.1)
|
|
181
183
|
|
|
182
184
|
PLATFORMS
|
|
183
185
|
arm64-darwin
|
|
@@ -188,4 +190,4 @@ DEPENDENCIES
|
|
|
188
190
|
log_sanity!
|
|
189
191
|
|
|
190
192
|
BUNDLED WITH
|
|
191
|
-
2.5.
|
|
193
|
+
2.5.22
|
data/README.md
CHANGED
|
@@ -185,8 +185,6 @@ There are still some things that could be handled better (such as multi-line str
|
|
|
185
185
|
|
|
186
186
|
Pull requests are welcomed and encouraged. The only goal is to avoid making things unnecessarily complex.
|
|
187
187
|
|
|
188
|
-
Tested on Rails 5.2 through 7.1 (or later). Anything older is untested. Small patches for older compatibility will be considered.
|
|
189
|
-
|
|
190
188
|
License: MIT
|
|
191
189
|
|
|
192
190
|
|
data/lib/log_sanity/version.rb
CHANGED
data/log_sanity.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: log_sanity
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- thomas morgan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-11-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
version: 7.1.2
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: '
|
|
22
|
+
version: '8.1'
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
version: 7.1.2
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: '
|
|
32
|
+
version: '8.1'
|
|
33
33
|
description: LogSanity - Bring sanity to Rails logs by reducing verbosity, using json
|
|
34
34
|
output, and more.
|
|
35
35
|
email:
|
|
@@ -121,7 +121,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
121
121
|
- !ruby/object:Gem::Version
|
|
122
122
|
version: '0'
|
|
123
123
|
requirements: []
|
|
124
|
-
rubygems_version: 3.5.
|
|
124
|
+
rubygems_version: 3.5.22
|
|
125
125
|
signing_key:
|
|
126
126
|
specification_version: 4
|
|
127
127
|
summary: LogSanity - Bring sanity to Rails logs
|