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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 334adfd10ad13c52b7a3e24973adb808447737f1f7099576aac44b21c871df46
4
- data.tar.gz: dcfab6f923a4d6ccce9d57f57c10c8b883ff4729a2e36fa977be03c58f631487
3
+ metadata.gz: d613c22d31fcb596cc1e0f541fc0ad4276c15f676bb745bdb6a25bef91776ff7
4
+ data.tar.gz: ae3e8726988cfb06a3abc80cb0bcab3c589a8be69734daa12ab5e292973bfd39
5
5
  SHA512:
6
- metadata.gz: 0776a645c92e2fcc3bb17c1df01b364c5ad070690c388628060461a8a1c1880cee6bfa5605eb53d24443bbdec853407bb3f9ebafbc76a7b799cd3278bf3c2eb9
7
- data.tar.gz: a964344a187aaccc49c3eda2dddd8f17077541b9b836eb836507cda7980c608818510e3e6330df1d51602d27fe7e7c1b46b50d456e92b4296033173a77167dde
6
+ metadata.gz: d105457230a833fe578edbdc5ba963b52cf66236341aa5f80fc634a2e9f954ec82eba63c55467bfac50fb505f732131b7312cb223e517178aa433f8fa2b2346a
7
+ data.tar.gz: 59b7a90ce10d634523831e778699c4e5e56419e00db9d09979b56a50052c8332647161274a93ee8666ff0db2aa9508c5f6a53088a2334de7534cb3c0939d4594
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ #### 2.3.0
2
+
3
+ - Support Rails 8.0
4
+
1
5
  #### 2.2.0
2
6
 
3
7
  - Add DB query counts for ActiveRecord 7.2
data/Gemfile.lock CHANGED
@@ -1,73 +1,73 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- log_sanity (2.2.0)
5
- rails (>= 7.1.2, < 7.3)
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 (7.2.1)
11
- actionpack (= 7.2.1)
12
- activesupport (= 7.2.1)
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 (7.2.1)
17
- actionpack (= 7.2.1)
18
- activejob (= 7.2.1)
19
- activerecord (= 7.2.1)
20
- activestorage (= 7.2.1)
21
- activesupport (= 7.2.1)
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 (7.2.1)
24
- actionpack (= 7.2.1)
25
- actionview (= 7.2.1)
26
- activejob (= 7.2.1)
27
- activesupport (= 7.2.1)
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 (7.2.1)
31
- actionview (= 7.2.1)
32
- activesupport (= 7.2.1)
30
+ actionpack (8.0.0)
31
+ actionview (= 8.0.0)
32
+ activesupport (= 8.0.0)
33
33
  nokogiri (>= 1.8.5)
34
- racc
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 (7.2.1)
42
- actionpack (= 7.2.1)
43
- activerecord (= 7.2.1)
44
- activestorage (= 7.2.1)
45
- activesupport (= 7.2.1)
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 (7.2.1)
49
- activesupport (= 7.2.1)
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 (7.2.1)
55
- activesupport (= 7.2.1)
53
+ activejob (8.0.0)
54
+ activesupport (= 8.0.0)
56
55
  globalid (>= 0.3.6)
57
- activemodel (7.2.1)
58
- activesupport (= 7.2.1)
59
- activerecord (7.2.1)
60
- activemodel (= 7.2.1)
61
- activesupport (= 7.2.1)
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 (7.2.1)
64
- actionpack (= 7.2.1)
65
- activejob (= 7.2.1)
66
- activerecord (= 7.2.1)
67
- activesupport (= 7.2.1)
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 (7.2.1)
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.3.4)
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.0)
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.22.0)
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.1)
109
- net-imap (0.4.16)
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.3)
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.1.2)
127
+ psych (5.2.0)
125
128
  stringio
126
129
  racc (1.8.1)
127
- rack (3.1.7)
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.0)
135
+ rackup (2.2.1)
133
136
  rack (>= 3)
134
- webrick (~> 1.8)
135
- rails (7.2.1)
136
- actioncable (= 7.2.1)
137
- actionmailbox (= 7.2.1)
138
- actionmailer (= 7.2.1)
139
- actionpack (= 7.2.1)
140
- actiontext (= 7.2.1)
141
- actionview (= 7.2.1)
142
- activejob (= 7.2.1)
143
- activemodel (= 7.2.1)
144
- activerecord (= 7.2.1)
145
- activestorage (= 7.2.1)
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 (= 7.2.1)
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 (7.2.1)
157
- actionpack (= 7.2.1)
158
- activesupport (= 7.2.1)
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.7.0)
167
+ rdoc (6.8.1)
166
168
  psych (>= 4.0.0)
167
- reline (0.5.10)
169
+ reline (0.5.11)
168
170
  io-console (~> 0.5)
169
- securerandom (0.3.1)
170
- stringio (3.1.1)
171
+ securerandom (0.3.2)
172
+ stringio (3.1.2)
171
173
  thor (1.3.2)
172
- timeout (0.4.1)
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.6.18)
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.11
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
 
@@ -1,3 +1,3 @@
1
1
  module LogSanity
2
- VERSION = '2.2.0'
2
+ VERSION = '2.3.0'
3
3
  end
data/log_sanity.gemspec CHANGED
@@ -17,5 +17,5 @@ Gem::Specification.new do |s|
17
17
  s.test_files = s.files.grep(%r{^(test|spec|features)/})
18
18
  s.require_paths = ["lib"]
19
19
 
20
- s.add_dependency 'rails', '>= 7.1.2', '< 7.3'
20
+ s.add_dependency 'rails', '>= 7.1.2', '< 8.1'
21
21
  end
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.2.0
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-09-21 00:00:00.000000000 Z
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: '7.3'
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: '7.3'
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.11
124
+ rubygems_version: 3.5.22
125
125
  signing_key:
126
126
  specification_version: 4
127
127
  summary: LogSanity - Bring sanity to Rails logs