log_sanity 2.2.0 → 2.3.1
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 +121 -100
- data/LICENSE +1 -1
- data/README.md +0 -2
- data/lib/log_sanity/version.rb +1 -1
- data/log_sanity.gemspec +14 -14
- metadata +5 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e5aef8673af0d3e5798277db9206a7f7fef07b78f1980b0386db443216b8aec5
|
|
4
|
+
data.tar.gz: 174e8ebe69d69028a9fcc8fc6862687db14399658c8f4b4948a4a07f8e9c2bec
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ce7eb35d43a8cffe37681cd566e395d0e603d6cd1b8f0c464f21cd1592c4d00599e12ece75b99feebbf2b03a29533135bc8d203ca82ca079e8fcc77f2d8d253d
|
|
7
|
+
data.tar.gz: fd70029d7df690721689898dfd8546f935f2ce1597abc0ecbb5c93066e3d7474e1fef1081ef81356ccfcd997486067b162f1decc117856fb4ad82ee5cce2b76c
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,185 +1,206 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
log_sanity (2.
|
|
5
|
-
rails (>= 7.1.2, <
|
|
4
|
+
log_sanity (2.3.1)
|
|
5
|
+
rails (>= 7.1.2, < 8.2)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
8
8
|
remote: https://rubygems.org/
|
|
9
9
|
specs:
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
action_text-trix (2.1.15)
|
|
11
|
+
railties
|
|
12
|
+
actioncable (8.1.0)
|
|
13
|
+
actionpack (= 8.1.0)
|
|
14
|
+
activesupport (= 8.1.0)
|
|
13
15
|
nio4r (~> 2.0)
|
|
14
16
|
websocket-driver (>= 0.6.1)
|
|
15
17
|
zeitwerk (~> 2.6)
|
|
16
|
-
actionmailbox (
|
|
17
|
-
actionpack (=
|
|
18
|
-
activejob (=
|
|
19
|
-
activerecord (=
|
|
20
|
-
activestorage (=
|
|
21
|
-
activesupport (=
|
|
18
|
+
actionmailbox (8.1.0)
|
|
19
|
+
actionpack (= 8.1.0)
|
|
20
|
+
activejob (= 8.1.0)
|
|
21
|
+
activerecord (= 8.1.0)
|
|
22
|
+
activestorage (= 8.1.0)
|
|
23
|
+
activesupport (= 8.1.0)
|
|
22
24
|
mail (>= 2.8.0)
|
|
23
|
-
actionmailer (
|
|
24
|
-
actionpack (=
|
|
25
|
-
actionview (=
|
|
26
|
-
activejob (=
|
|
27
|
-
activesupport (=
|
|
25
|
+
actionmailer (8.1.0)
|
|
26
|
+
actionpack (= 8.1.0)
|
|
27
|
+
actionview (= 8.1.0)
|
|
28
|
+
activejob (= 8.1.0)
|
|
29
|
+
activesupport (= 8.1.0)
|
|
28
30
|
mail (>= 2.8.0)
|
|
29
31
|
rails-dom-testing (~> 2.2)
|
|
30
|
-
actionpack (
|
|
31
|
-
actionview (=
|
|
32
|
-
activesupport (=
|
|
32
|
+
actionpack (8.1.0)
|
|
33
|
+
actionview (= 8.1.0)
|
|
34
|
+
activesupport (= 8.1.0)
|
|
33
35
|
nokogiri (>= 1.8.5)
|
|
34
|
-
|
|
35
|
-
rack (>= 2.2.4, < 3.2)
|
|
36
|
+
rack (>= 2.2.4)
|
|
36
37
|
rack-session (>= 1.0.1)
|
|
37
38
|
rack-test (>= 0.6.3)
|
|
38
39
|
rails-dom-testing (~> 2.2)
|
|
39
40
|
rails-html-sanitizer (~> 1.6)
|
|
40
41
|
useragent (~> 0.16)
|
|
41
|
-
actiontext (
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
42
|
+
actiontext (8.1.0)
|
|
43
|
+
action_text-trix (~> 2.1.15)
|
|
44
|
+
actionpack (= 8.1.0)
|
|
45
|
+
activerecord (= 8.1.0)
|
|
46
|
+
activestorage (= 8.1.0)
|
|
47
|
+
activesupport (= 8.1.0)
|
|
46
48
|
globalid (>= 0.6.0)
|
|
47
49
|
nokogiri (>= 1.8.5)
|
|
48
|
-
actionview (
|
|
49
|
-
activesupport (=
|
|
50
|
+
actionview (8.1.0)
|
|
51
|
+
activesupport (= 8.1.0)
|
|
50
52
|
builder (~> 3.1)
|
|
51
53
|
erubi (~> 1.11)
|
|
52
54
|
rails-dom-testing (~> 2.2)
|
|
53
55
|
rails-html-sanitizer (~> 1.6)
|
|
54
|
-
activejob (
|
|
55
|
-
activesupport (=
|
|
56
|
+
activejob (8.1.0)
|
|
57
|
+
activesupport (= 8.1.0)
|
|
56
58
|
globalid (>= 0.3.6)
|
|
57
|
-
activemodel (
|
|
58
|
-
activesupport (=
|
|
59
|
-
activerecord (
|
|
60
|
-
activemodel (=
|
|
61
|
-
activesupport (=
|
|
59
|
+
activemodel (8.1.0)
|
|
60
|
+
activesupport (= 8.1.0)
|
|
61
|
+
activerecord (8.1.0)
|
|
62
|
+
activemodel (= 8.1.0)
|
|
63
|
+
activesupport (= 8.1.0)
|
|
62
64
|
timeout (>= 0.4.0)
|
|
63
|
-
activestorage (
|
|
64
|
-
actionpack (=
|
|
65
|
-
activejob (=
|
|
66
|
-
activerecord (=
|
|
67
|
-
activesupport (=
|
|
65
|
+
activestorage (8.1.0)
|
|
66
|
+
actionpack (= 8.1.0)
|
|
67
|
+
activejob (= 8.1.0)
|
|
68
|
+
activerecord (= 8.1.0)
|
|
69
|
+
activesupport (= 8.1.0)
|
|
68
70
|
marcel (~> 1.0)
|
|
69
|
-
activesupport (
|
|
71
|
+
activesupport (8.1.0)
|
|
70
72
|
base64
|
|
71
73
|
bigdecimal
|
|
72
74
|
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
73
75
|
connection_pool (>= 2.2.5)
|
|
74
76
|
drb
|
|
75
77
|
i18n (>= 1.6, < 2)
|
|
78
|
+
json
|
|
76
79
|
logger (>= 1.4.2)
|
|
77
80
|
minitest (>= 5.1)
|
|
78
81
|
securerandom (>= 0.3)
|
|
79
82
|
tzinfo (~> 2.0, >= 2.0.5)
|
|
80
|
-
|
|
81
|
-
|
|
83
|
+
uri (>= 0.13.1)
|
|
84
|
+
base64 (0.3.0)
|
|
85
|
+
bigdecimal (3.3.1)
|
|
82
86
|
builder (3.3.0)
|
|
83
|
-
concurrent-ruby (1.3.
|
|
84
|
-
connection_pool (2.4
|
|
87
|
+
concurrent-ruby (1.3.5)
|
|
88
|
+
connection_pool (2.5.4)
|
|
85
89
|
crass (1.0.6)
|
|
86
|
-
date (3.
|
|
87
|
-
drb (2.2.
|
|
88
|
-
|
|
89
|
-
|
|
90
|
+
date (3.4.1)
|
|
91
|
+
drb (2.2.3)
|
|
92
|
+
erb (5.1.1)
|
|
93
|
+
erubi (1.13.1)
|
|
94
|
+
globalid (1.3.0)
|
|
90
95
|
activesupport (>= 6.1)
|
|
91
|
-
i18n (1.14.
|
|
96
|
+
i18n (1.14.7)
|
|
92
97
|
concurrent-ruby (~> 1.0)
|
|
93
|
-
io-console (0.
|
|
94
|
-
irb (1.
|
|
98
|
+
io-console (0.8.1)
|
|
99
|
+
irb (1.15.2)
|
|
100
|
+
pp (>= 0.6.0)
|
|
95
101
|
rdoc (>= 4.0.0)
|
|
96
102
|
reline (>= 0.4.2)
|
|
97
|
-
|
|
98
|
-
|
|
103
|
+
json (2.15.1)
|
|
104
|
+
logger (1.7.0)
|
|
105
|
+
loofah (2.24.1)
|
|
99
106
|
crass (~> 1.0.2)
|
|
100
107
|
nokogiri (>= 1.12.0)
|
|
101
|
-
mail (2.
|
|
108
|
+
mail (2.9.0)
|
|
109
|
+
logger
|
|
102
110
|
mini_mime (>= 0.1.1)
|
|
103
111
|
net-imap
|
|
104
112
|
net-pop
|
|
105
113
|
net-smtp
|
|
106
|
-
marcel (1.0
|
|
114
|
+
marcel (1.1.0)
|
|
107
115
|
mini_mime (1.1.5)
|
|
108
|
-
minitest (5.
|
|
109
|
-
net-imap (0.
|
|
116
|
+
minitest (5.26.0)
|
|
117
|
+
net-imap (0.5.12)
|
|
110
118
|
date
|
|
111
119
|
net-protocol
|
|
112
120
|
net-pop (0.1.2)
|
|
121
|
+
net-protocol
|
|
113
122
|
net-protocol (0.2.2)
|
|
114
123
|
timeout
|
|
115
|
-
net-smtp (0.5.
|
|
124
|
+
net-smtp (0.5.1)
|
|
116
125
|
net-protocol
|
|
117
|
-
nio4r (2.7.
|
|
118
|
-
nokogiri (1.
|
|
126
|
+
nio4r (2.7.4)
|
|
127
|
+
nokogiri (1.18.10-aarch64-linux-gnu)
|
|
128
|
+
racc (~> 1.4)
|
|
129
|
+
nokogiri (1.18.10-arm64-darwin)
|
|
119
130
|
racc (~> 1.4)
|
|
120
|
-
nokogiri (1.
|
|
131
|
+
nokogiri (1.18.10-x86_64-darwin)
|
|
121
132
|
racc (~> 1.4)
|
|
122
|
-
nokogiri (1.
|
|
133
|
+
nokogiri (1.18.10-x86_64-linux-gnu)
|
|
123
134
|
racc (~> 1.4)
|
|
124
|
-
|
|
135
|
+
pp (0.6.3)
|
|
136
|
+
prettyprint
|
|
137
|
+
prettyprint (0.2.0)
|
|
138
|
+
psych (5.2.6)
|
|
139
|
+
date
|
|
125
140
|
stringio
|
|
126
141
|
racc (1.8.1)
|
|
127
|
-
rack (3.
|
|
128
|
-
rack-session (2.
|
|
142
|
+
rack (3.2.3)
|
|
143
|
+
rack-session (2.1.1)
|
|
144
|
+
base64 (>= 0.1.0)
|
|
129
145
|
rack (>= 3.0.0)
|
|
130
|
-
rack-test (2.
|
|
146
|
+
rack-test (2.2.0)
|
|
131
147
|
rack (>= 1.3)
|
|
132
|
-
rackup (2.1
|
|
148
|
+
rackup (2.2.1)
|
|
133
149
|
rack (>= 3)
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
activesupport (= 7.2.1)
|
|
150
|
+
rails (8.1.0)
|
|
151
|
+
actioncable (= 8.1.0)
|
|
152
|
+
actionmailbox (= 8.1.0)
|
|
153
|
+
actionmailer (= 8.1.0)
|
|
154
|
+
actionpack (= 8.1.0)
|
|
155
|
+
actiontext (= 8.1.0)
|
|
156
|
+
actionview (= 8.1.0)
|
|
157
|
+
activejob (= 8.1.0)
|
|
158
|
+
activemodel (= 8.1.0)
|
|
159
|
+
activerecord (= 8.1.0)
|
|
160
|
+
activestorage (= 8.1.0)
|
|
161
|
+
activesupport (= 8.1.0)
|
|
147
162
|
bundler (>= 1.15.0)
|
|
148
|
-
railties (=
|
|
149
|
-
rails-dom-testing (2.
|
|
163
|
+
railties (= 8.1.0)
|
|
164
|
+
rails-dom-testing (2.3.0)
|
|
150
165
|
activesupport (>= 5.0.0)
|
|
151
166
|
minitest
|
|
152
167
|
nokogiri (>= 1.6)
|
|
153
|
-
rails-html-sanitizer (1.6.
|
|
168
|
+
rails-html-sanitizer (1.6.2)
|
|
154
169
|
loofah (~> 2.21)
|
|
155
|
-
nokogiri (
|
|
156
|
-
railties (
|
|
157
|
-
actionpack (=
|
|
158
|
-
activesupport (=
|
|
170
|
+
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)
|
|
171
|
+
railties (8.1.0)
|
|
172
|
+
actionpack (= 8.1.0)
|
|
173
|
+
activesupport (= 8.1.0)
|
|
159
174
|
irb (~> 1.13)
|
|
160
175
|
rackup (>= 1.0.0)
|
|
161
176
|
rake (>= 12.2)
|
|
162
177
|
thor (~> 1.0, >= 1.2.2)
|
|
178
|
+
tsort (>= 0.2)
|
|
163
179
|
zeitwerk (~> 2.6)
|
|
164
|
-
rake (13.
|
|
165
|
-
rdoc (6.
|
|
180
|
+
rake (13.3.0)
|
|
181
|
+
rdoc (6.15.0)
|
|
182
|
+
erb
|
|
166
183
|
psych (>= 4.0.0)
|
|
167
|
-
|
|
184
|
+
tsort
|
|
185
|
+
reline (0.6.2)
|
|
168
186
|
io-console (~> 0.5)
|
|
169
|
-
securerandom (0.
|
|
170
|
-
stringio (3.1.
|
|
171
|
-
thor (1.
|
|
172
|
-
timeout (0.4.
|
|
187
|
+
securerandom (0.4.1)
|
|
188
|
+
stringio (3.1.7)
|
|
189
|
+
thor (1.4.0)
|
|
190
|
+
timeout (0.4.3)
|
|
191
|
+
tsort (0.2.0)
|
|
173
192
|
tzinfo (2.0.6)
|
|
174
193
|
concurrent-ruby (~> 1.0)
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
websocket-driver (0.
|
|
194
|
+
uri (1.0.4)
|
|
195
|
+
useragent (0.16.11)
|
|
196
|
+
websocket-driver (0.8.0)
|
|
197
|
+
base64
|
|
178
198
|
websocket-extensions (>= 0.1.0)
|
|
179
199
|
websocket-extensions (0.1.5)
|
|
180
|
-
zeitwerk (2.
|
|
200
|
+
zeitwerk (2.7.3)
|
|
181
201
|
|
|
182
202
|
PLATFORMS
|
|
203
|
+
aarch64-linux
|
|
183
204
|
arm64-darwin
|
|
184
205
|
x86_64-darwin
|
|
185
206
|
x86_64-linux
|
|
@@ -188,4 +209,4 @@ DEPENDENCIES
|
|
|
188
209
|
log_sanity!
|
|
189
210
|
|
|
190
211
|
BUNDLED WITH
|
|
191
|
-
2.
|
|
212
|
+
2.6.9
|
data/LICENSE
CHANGED
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
|
@@ -2,20 +2,20 @@ lib = File.expand_path('../lib', __FILE__)
|
|
|
2
2
|
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
3
3
|
require 'log_sanity/version'
|
|
4
4
|
|
|
5
|
-
Gem::Specification.new do |
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
5
|
+
Gem::Specification.new do |spec|
|
|
6
|
+
spec.name = "log_sanity"
|
|
7
|
+
spec.version = LogSanity::VERSION
|
|
8
|
+
spec.authors = ["thomas morgan"]
|
|
9
|
+
spec.email = ["tm@iprog.com"]
|
|
10
|
+
spec.homepage = 'https://github.com/zarqman/log_sanity'
|
|
11
|
+
spec.summary = 'LogSanity - Bring sanity to Rails logs'
|
|
12
|
+
spec.description = 'LogSanity - Bring sanity to Rails logs by reducing verbosity, using json output, and more.'
|
|
13
|
+
spec.license = 'MIT'
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
15
|
+
spec.files = `git ls-files`.split($/)
|
|
16
|
+
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
|
17
|
+
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
|
18
|
+
spec.require_paths = ["lib"]
|
|
19
19
|
|
|
20
|
-
|
|
20
|
+
spec.add_dependency 'rails', '>= 7.1.2', '< 8.2'
|
|
21
21
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
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.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- thomas morgan
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: rails
|
|
@@ -19,7 +18,7 @@ dependencies:
|
|
|
19
18
|
version: 7.1.2
|
|
20
19
|
- - "<"
|
|
21
20
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: '
|
|
21
|
+
version: '8.2'
|
|
23
22
|
type: :runtime
|
|
24
23
|
prerelease: false
|
|
25
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +28,7 @@ dependencies:
|
|
|
29
28
|
version: 7.1.2
|
|
30
29
|
- - "<"
|
|
31
30
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: '
|
|
31
|
+
version: '8.2'
|
|
33
32
|
description: LogSanity - Bring sanity to Rails logs by reducing verbosity, using json
|
|
34
33
|
output, and more.
|
|
35
34
|
email:
|
|
@@ -106,7 +105,6 @@ homepage: https://github.com/zarqman/log_sanity
|
|
|
106
105
|
licenses:
|
|
107
106
|
- MIT
|
|
108
107
|
metadata: {}
|
|
109
|
-
post_install_message:
|
|
110
108
|
rdoc_options: []
|
|
111
109
|
require_paths:
|
|
112
110
|
- lib
|
|
@@ -121,8 +119,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
121
119
|
- !ruby/object:Gem::Version
|
|
122
120
|
version: '0'
|
|
123
121
|
requirements: []
|
|
124
|
-
rubygems_version: 3.
|
|
125
|
-
signing_key:
|
|
122
|
+
rubygems_version: 3.6.9
|
|
126
123
|
specification_version: 4
|
|
127
124
|
summary: LogSanity - Bring sanity to Rails logs
|
|
128
125
|
test_files:
|