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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 334adfd10ad13c52b7a3e24973adb808447737f1f7099576aac44b21c871df46
4
- data.tar.gz: dcfab6f923a4d6ccce9d57f57c10c8b883ff4729a2e36fa977be03c58f631487
3
+ metadata.gz: e5aef8673af0d3e5798277db9206a7f7fef07b78f1980b0386db443216b8aec5
4
+ data.tar.gz: 174e8ebe69d69028a9fcc8fc6862687db14399658c8f4b4948a4a07f8e9c2bec
5
5
  SHA512:
6
- metadata.gz: 0776a645c92e2fcc3bb17c1df01b364c5ad070690c388628060461a8a1c1880cee6bfa5605eb53d24443bbdec853407bb3f9ebafbc76a7b799cd3278bf3c2eb9
7
- data.tar.gz: a964344a187aaccc49c3eda2dddd8f17077541b9b836eb836507cda7980c608818510e3e6330df1d51602d27fe7e7c1b46b50d456e92b4296033173a77167dde
6
+ metadata.gz: ce7eb35d43a8cffe37681cd566e395d0e603d6cd1b8f0c464f21cd1592c4d00599e12ece75b99feebbf2b03a29533135bc8d203ca82ca079e8fcc77f2d8d253d
7
+ data.tar.gz: fd70029d7df690721689898dfd8546f935f2ce1597abc0ecbb5c93066e3d7474e1fef1081ef81356ccfcd997486067b162f1decc117856fb4ad82ee5cce2b76c
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,185 +1,206 @@
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.1)
5
+ rails (>= 7.1.2, < 8.2)
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
+ 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 (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)
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 (7.2.1)
24
- actionpack (= 7.2.1)
25
- actionview (= 7.2.1)
26
- activejob (= 7.2.1)
27
- activesupport (= 7.2.1)
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 (7.2.1)
31
- actionview (= 7.2.1)
32
- activesupport (= 7.2.1)
32
+ actionpack (8.1.0)
33
+ actionview (= 8.1.0)
34
+ activesupport (= 8.1.0)
33
35
  nokogiri (>= 1.8.5)
34
- racc
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 (7.2.1)
42
- actionpack (= 7.2.1)
43
- activerecord (= 7.2.1)
44
- activestorage (= 7.2.1)
45
- activesupport (= 7.2.1)
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 (7.2.1)
49
- activesupport (= 7.2.1)
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 (7.2.1)
55
- activesupport (= 7.2.1)
56
+ activejob (8.1.0)
57
+ activesupport (= 8.1.0)
56
58
  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)
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 (7.2.1)
64
- actionpack (= 7.2.1)
65
- activejob (= 7.2.1)
66
- activerecord (= 7.2.1)
67
- activesupport (= 7.2.1)
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 (7.2.1)
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
- base64 (0.2.0)
81
- bigdecimal (3.1.8)
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.4)
84
- connection_pool (2.4.1)
87
+ concurrent-ruby (1.3.5)
88
+ connection_pool (2.5.4)
85
89
  crass (1.0.6)
86
- date (3.3.4)
87
- drb (2.2.1)
88
- erubi (1.13.0)
89
- globalid (1.2.1)
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.6)
96
+ i18n (1.14.7)
92
97
  concurrent-ruby (~> 1.0)
93
- io-console (0.7.2)
94
- irb (1.14.0)
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
- logger (1.6.1)
98
- loofah (2.22.0)
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.8.1)
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.4)
114
+ marcel (1.1.0)
107
115
  mini_mime (1.1.5)
108
- minitest (5.25.1)
109
- net-imap (0.4.16)
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.0)
124
+ net-smtp (0.5.1)
116
125
  net-protocol
117
- nio4r (2.7.3)
118
- nokogiri (1.16.7-arm64-darwin)
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.16.7-x86_64-darwin)
131
+ nokogiri (1.18.10-x86_64-darwin)
121
132
  racc (~> 1.4)
122
- nokogiri (1.16.7-x86_64-linux)
133
+ nokogiri (1.18.10-x86_64-linux-gnu)
123
134
  racc (~> 1.4)
124
- psych (5.1.2)
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.1.7)
128
- rack-session (2.0.0)
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.1.0)
146
+ rack-test (2.2.0)
131
147
  rack (>= 1.3)
132
- rackup (2.1.0)
148
+ rackup (2.2.1)
133
149
  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)
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 (= 7.2.1)
149
- rails-dom-testing (2.2.0)
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.0)
168
+ rails-html-sanitizer (1.6.2)
154
169
  loofah (~> 2.21)
155
- nokogiri (~> 1.14)
156
- railties (7.2.1)
157
- actionpack (= 7.2.1)
158
- activesupport (= 7.2.1)
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.2.1)
165
- rdoc (6.7.0)
180
+ rake (13.3.0)
181
+ rdoc (6.15.0)
182
+ erb
166
183
  psych (>= 4.0.0)
167
- reline (0.5.10)
184
+ tsort
185
+ reline (0.6.2)
168
186
  io-console (~> 0.5)
169
- securerandom (0.3.1)
170
- stringio (3.1.1)
171
- thor (1.3.2)
172
- timeout (0.4.1)
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
- useragent (0.16.10)
176
- webrick (1.8.1)
177
- websocket-driver (0.7.6)
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.6.18)
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.5.11
212
+ 2.6.9
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2017-2024 thomas morgan
1
+ Copyright 2017-2025 thomas morgan
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
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.1'
3
3
  end
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 |s|
6
- s.name = "log_sanity"
7
- s.version = LogSanity::VERSION
8
- s.authors = ["thomas morgan"]
9
- s.email = ["tm@iprog.com"]
10
- s.homepage = 'https://github.com/zarqman/log_sanity'
11
- s.summary = 'LogSanity - Bring sanity to Rails logs'
12
- s.description = 'LogSanity - Bring sanity to Rails logs by reducing verbosity, using json output, and more.'
13
- s.license = 'MIT'
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
- s.files = `git ls-files`.split($/)
16
- s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
17
- s.test_files = s.files.grep(%r{^(test|spec|features)/})
18
- s.require_paths = ["lib"]
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
- s.add_dependency 'rails', '>= 7.1.2', '< 7.3'
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.2.0
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: 2024-09-21 00:00:00.000000000 Z
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: '7.3'
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: '7.3'
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.5.11
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: