memolog 0.5.4 → 0.5.5
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/Gemfile.lock +117 -104
- data/lib/memolog/logger_extension.rb +1 -6
- data/lib/memolog/version.rb +1 -1
- data/lib/memolog.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 79a834148919b7b13b255fd75fcf5f7ac1bd005da334f3d8ea0555d5cb0a5d10
|
4
|
+
data.tar.gz: 2c9324080a975f9df5dbfcca093a690d26a1853a9f9ba221fb5d334b547eeb85
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a731f51dd07d622e0fe67ff5c2f0e911ef40beafd29734e351975cbdd14558633c4b0c096c29da8664af8073cee4c09042f93f353b07732b57d91738a0420d2f
|
7
|
+
data.tar.gz: 65a2393b478fed9466d0a26a0d56af1d5d48d14a2cabb3fe90c6c490e959af6f99a229ae0434361c5b1510516ccddd201a514fa3158fabc4d26a341c7c64f736
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
memolog (0.5.
|
4
|
+
memolog (0.5.5)
|
5
5
|
json (~> 2)
|
6
6
|
logger (~> 1.4.3)
|
7
7
|
securerandom (~> 0.1.0)
|
@@ -9,35 +9,35 @@ PATH
|
|
9
9
|
GEM
|
10
10
|
remote: https://rubygems.org/
|
11
11
|
specs:
|
12
|
-
actioncable (7.1.3.
|
13
|
-
actionpack (= 7.1.3.
|
14
|
-
activesupport (= 7.1.3.
|
12
|
+
actioncable (7.1.3.4)
|
13
|
+
actionpack (= 7.1.3.4)
|
14
|
+
activesupport (= 7.1.3.4)
|
15
15
|
nio4r (~> 2.0)
|
16
16
|
websocket-driver (>= 0.6.1)
|
17
17
|
zeitwerk (~> 2.6)
|
18
|
-
actionmailbox (7.1.3.
|
19
|
-
actionpack (= 7.1.3.
|
20
|
-
activejob (= 7.1.3.
|
21
|
-
activerecord (= 7.1.3.
|
22
|
-
activestorage (= 7.1.3.
|
23
|
-
activesupport (= 7.1.3.
|
18
|
+
actionmailbox (7.1.3.4)
|
19
|
+
actionpack (= 7.1.3.4)
|
20
|
+
activejob (= 7.1.3.4)
|
21
|
+
activerecord (= 7.1.3.4)
|
22
|
+
activestorage (= 7.1.3.4)
|
23
|
+
activesupport (= 7.1.3.4)
|
24
24
|
mail (>= 2.7.1)
|
25
25
|
net-imap
|
26
26
|
net-pop
|
27
27
|
net-smtp
|
28
|
-
actionmailer (7.1.3.
|
29
|
-
actionpack (= 7.1.3.
|
30
|
-
actionview (= 7.1.3.
|
31
|
-
activejob (= 7.1.3.
|
32
|
-
activesupport (= 7.1.3.
|
28
|
+
actionmailer (7.1.3.4)
|
29
|
+
actionpack (= 7.1.3.4)
|
30
|
+
actionview (= 7.1.3.4)
|
31
|
+
activejob (= 7.1.3.4)
|
32
|
+
activesupport (= 7.1.3.4)
|
33
33
|
mail (~> 2.5, >= 2.5.4)
|
34
34
|
net-imap
|
35
35
|
net-pop
|
36
36
|
net-smtp
|
37
37
|
rails-dom-testing (~> 2.2)
|
38
|
-
actionpack (7.1.3.
|
39
|
-
actionview (= 7.1.3.
|
40
|
-
activesupport (= 7.1.3.
|
38
|
+
actionpack (7.1.3.4)
|
39
|
+
actionview (= 7.1.3.4)
|
40
|
+
activesupport (= 7.1.3.4)
|
41
41
|
nokogiri (>= 1.8.5)
|
42
42
|
racc
|
43
43
|
rack (>= 2.2.4)
|
@@ -45,35 +45,35 @@ GEM
|
|
45
45
|
rack-test (>= 0.6.3)
|
46
46
|
rails-dom-testing (~> 2.2)
|
47
47
|
rails-html-sanitizer (~> 1.6)
|
48
|
-
actiontext (7.1.3.
|
49
|
-
actionpack (= 7.1.3.
|
50
|
-
activerecord (= 7.1.3.
|
51
|
-
activestorage (= 7.1.3.
|
52
|
-
activesupport (= 7.1.3.
|
48
|
+
actiontext (7.1.3.4)
|
49
|
+
actionpack (= 7.1.3.4)
|
50
|
+
activerecord (= 7.1.3.4)
|
51
|
+
activestorage (= 7.1.3.4)
|
52
|
+
activesupport (= 7.1.3.4)
|
53
53
|
globalid (>= 0.6.0)
|
54
54
|
nokogiri (>= 1.8.5)
|
55
|
-
actionview (7.1.3.
|
56
|
-
activesupport (= 7.1.3.
|
55
|
+
actionview (7.1.3.4)
|
56
|
+
activesupport (= 7.1.3.4)
|
57
57
|
builder (~> 3.1)
|
58
58
|
erubi (~> 1.11)
|
59
59
|
rails-dom-testing (~> 2.2)
|
60
60
|
rails-html-sanitizer (~> 1.6)
|
61
|
-
activejob (7.1.3.
|
62
|
-
activesupport (= 7.1.3.
|
61
|
+
activejob (7.1.3.4)
|
62
|
+
activesupport (= 7.1.3.4)
|
63
63
|
globalid (>= 0.3.6)
|
64
|
-
activemodel (7.1.3.
|
65
|
-
activesupport (= 7.1.3.
|
66
|
-
activerecord (7.1.3.
|
67
|
-
activemodel (= 7.1.3.
|
68
|
-
activesupport (= 7.1.3.
|
64
|
+
activemodel (7.1.3.4)
|
65
|
+
activesupport (= 7.1.3.4)
|
66
|
+
activerecord (7.1.3.4)
|
67
|
+
activemodel (= 7.1.3.4)
|
68
|
+
activesupport (= 7.1.3.4)
|
69
69
|
timeout (>= 0.4.0)
|
70
|
-
activestorage (7.1.3.
|
71
|
-
actionpack (= 7.1.3.
|
72
|
-
activejob (= 7.1.3.
|
73
|
-
activerecord (= 7.1.3.
|
74
|
-
activesupport (= 7.1.3.
|
70
|
+
activestorage (7.1.3.4)
|
71
|
+
actionpack (= 7.1.3.4)
|
72
|
+
activejob (= 7.1.3.4)
|
73
|
+
activerecord (= 7.1.3.4)
|
74
|
+
activesupport (= 7.1.3.4)
|
75
75
|
marcel (~> 1.0)
|
76
|
-
activesupport (7.1.3.
|
76
|
+
activesupport (7.1.3.4)
|
77
77
|
base64
|
78
78
|
bigdecimal
|
79
79
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
@@ -85,25 +85,26 @@ GEM
|
|
85
85
|
tzinfo (~> 2.0)
|
86
86
|
ast (2.4.2)
|
87
87
|
base64 (0.2.0)
|
88
|
-
bigdecimal (3.1.
|
89
|
-
builder (3.
|
88
|
+
bigdecimal (3.1.8)
|
89
|
+
builder (3.3.0)
|
90
90
|
coderay (1.1.3)
|
91
|
-
concurrent-ruby (1.
|
91
|
+
concurrent-ruby (1.3.3)
|
92
92
|
connection_pool (2.4.1)
|
93
93
|
crass (1.0.6)
|
94
94
|
date (3.3.4)
|
95
95
|
diff-lcs (1.5.1)
|
96
96
|
drb (2.2.1)
|
97
|
-
erubi (1.
|
97
|
+
erubi (1.13.0)
|
98
98
|
globalid (1.2.1)
|
99
99
|
activesupport (>= 6.1)
|
100
|
-
i18n (1.14.
|
100
|
+
i18n (1.14.5)
|
101
101
|
concurrent-ruby (~> 1.0)
|
102
102
|
io-console (0.7.2)
|
103
|
-
irb (1.
|
104
|
-
rdoc
|
103
|
+
irb (1.14.0)
|
104
|
+
rdoc (>= 4.0.0)
|
105
105
|
reline (>= 0.4.2)
|
106
|
-
json (2.7.
|
106
|
+
json (2.7.2)
|
107
|
+
language_server-protocol (3.17.0.3)
|
107
108
|
logger (1.4.4)
|
108
109
|
loofah (2.22.0)
|
109
110
|
crass (~> 1.0.2)
|
@@ -114,28 +115,28 @@ GEM
|
|
114
115
|
net-pop
|
115
116
|
net-smtp
|
116
117
|
marcel (1.0.4)
|
117
|
-
method_source (1.
|
118
|
+
method_source (1.1.0)
|
118
119
|
mini_mime (1.1.5)
|
119
|
-
minitest (5.
|
120
|
+
minitest (5.24.1)
|
120
121
|
mutex_m (0.2.0)
|
121
|
-
net-imap (0.4.
|
122
|
+
net-imap (0.4.14)
|
122
123
|
date
|
123
124
|
net-protocol
|
124
125
|
net-pop (0.1.2)
|
125
126
|
net-protocol
|
126
127
|
net-protocol (0.2.2)
|
127
128
|
timeout
|
128
|
-
net-smtp (0.
|
129
|
+
net-smtp (0.5.0)
|
129
130
|
net-protocol
|
130
|
-
nio4r (2.7.
|
131
|
-
nokogiri (1.16.
|
131
|
+
nio4r (2.7.3)
|
132
|
+
nokogiri (1.16.6-arm64-darwin)
|
132
133
|
racc (~> 1.4)
|
133
|
-
nokogiri (1.16.
|
134
|
+
nokogiri (1.16.6-x86_64-darwin)
|
134
135
|
racc (~> 1.4)
|
135
|
-
nokogiri (1.16.
|
136
|
+
nokogiri (1.16.6-x86_64-linux)
|
136
137
|
racc (~> 1.4)
|
137
|
-
parallel (1.
|
138
|
-
parser (3.3.0
|
138
|
+
parallel (1.25.1)
|
139
|
+
parser (3.3.4.0)
|
139
140
|
ast (~> 2.4.1)
|
140
141
|
racc
|
141
142
|
pry (0.14.2)
|
@@ -143,8 +144,8 @@ GEM
|
|
143
144
|
method_source (~> 1.0)
|
144
145
|
psych (5.1.2)
|
145
146
|
stringio
|
146
|
-
racc (1.
|
147
|
-
rack (3.
|
147
|
+
racc (1.8.0)
|
148
|
+
rack (3.1.7)
|
148
149
|
rack-session (2.0.0)
|
149
150
|
rack (>= 3.0.0)
|
150
151
|
rack-test (2.1.0)
|
@@ -152,20 +153,20 @@ GEM
|
|
152
153
|
rackup (2.1.0)
|
153
154
|
rack (>= 3)
|
154
155
|
webrick (~> 1.8)
|
155
|
-
rails (7.1.3.
|
156
|
-
actioncable (= 7.1.3.
|
157
|
-
actionmailbox (= 7.1.3.
|
158
|
-
actionmailer (= 7.1.3.
|
159
|
-
actionpack (= 7.1.3.
|
160
|
-
actiontext (= 7.1.3.
|
161
|
-
actionview (= 7.1.3.
|
162
|
-
activejob (= 7.1.3.
|
163
|
-
activemodel (= 7.1.3.
|
164
|
-
activerecord (= 7.1.3.
|
165
|
-
activestorage (= 7.1.3.
|
166
|
-
activesupport (= 7.1.3.
|
156
|
+
rails (7.1.3.4)
|
157
|
+
actioncable (= 7.1.3.4)
|
158
|
+
actionmailbox (= 7.1.3.4)
|
159
|
+
actionmailer (= 7.1.3.4)
|
160
|
+
actionpack (= 7.1.3.4)
|
161
|
+
actiontext (= 7.1.3.4)
|
162
|
+
actionview (= 7.1.3.4)
|
163
|
+
activejob (= 7.1.3.4)
|
164
|
+
activemodel (= 7.1.3.4)
|
165
|
+
activerecord (= 7.1.3.4)
|
166
|
+
activestorage (= 7.1.3.4)
|
167
|
+
activesupport (= 7.1.3.4)
|
167
168
|
bundler (>= 1.15.0)
|
168
|
-
railties (= 7.1.3.
|
169
|
+
railties (= 7.1.3.4)
|
169
170
|
rails-dom-testing (2.2.0)
|
170
171
|
activesupport (>= 5.0.0)
|
171
172
|
minitest
|
@@ -173,80 +174,91 @@ GEM
|
|
173
174
|
rails-html-sanitizer (1.6.0)
|
174
175
|
loofah (~> 2.21)
|
175
176
|
nokogiri (~> 1.14)
|
176
|
-
railties (7.1.3.
|
177
|
-
actionpack (= 7.1.3.
|
178
|
-
activesupport (= 7.1.3.
|
177
|
+
railties (7.1.3.4)
|
178
|
+
actionpack (= 7.1.3.4)
|
179
|
+
activesupport (= 7.1.3.4)
|
179
180
|
irb
|
180
181
|
rackup (>= 1.0.0)
|
181
182
|
rake (>= 12.2)
|
182
183
|
thor (~> 1.0, >= 1.2.2)
|
183
184
|
zeitwerk (~> 2.6)
|
184
185
|
rainbow (3.1.1)
|
185
|
-
rake (13.1
|
186
|
-
rdoc (6.
|
186
|
+
rake (13.2.1)
|
187
|
+
rdoc (6.7.0)
|
187
188
|
psych (>= 4.0.0)
|
188
|
-
redis-client (0.
|
189
|
+
redis-client (0.22.2)
|
189
190
|
connection_pool
|
190
|
-
regexp_parser (2.9.
|
191
|
-
reline (0.5.
|
191
|
+
regexp_parser (2.9.2)
|
192
|
+
reline (0.5.9)
|
192
193
|
io-console (~> 0.5)
|
193
|
-
rexml (3.
|
194
|
+
rexml (3.3.1)
|
195
|
+
strscan
|
194
196
|
rspec (3.13.0)
|
195
197
|
rspec-core (~> 3.13.0)
|
196
198
|
rspec-expectations (~> 3.13.0)
|
197
199
|
rspec-mocks (~> 3.13.0)
|
198
200
|
rspec-core (3.13.0)
|
199
201
|
rspec-support (~> 3.13.0)
|
200
|
-
rspec-expectations (3.13.
|
202
|
+
rspec-expectations (3.13.1)
|
201
203
|
diff-lcs (>= 1.2.0, < 2.0)
|
202
204
|
rspec-support (~> 3.13.0)
|
203
|
-
rspec-mocks (3.13.
|
205
|
+
rspec-mocks (3.13.1)
|
204
206
|
diff-lcs (>= 1.2.0, < 2.0)
|
205
207
|
rspec-support (~> 3.13.0)
|
206
208
|
rspec-support (3.13.1)
|
207
|
-
rubocop (1.
|
209
|
+
rubocop (1.63.5)
|
208
210
|
json (~> 2.3)
|
211
|
+
language_server-protocol (>= 3.17.0)
|
209
212
|
parallel (~> 1.10)
|
210
|
-
parser (>= 3.
|
213
|
+
parser (>= 3.3.0.2)
|
211
214
|
rainbow (>= 2.2.2, < 4.0)
|
212
215
|
regexp_parser (>= 1.8, < 3.0)
|
213
216
|
rexml (>= 3.2.5, < 4.0)
|
214
|
-
rubocop-ast (>= 1.
|
217
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
215
218
|
ruby-progressbar (~> 1.7)
|
216
219
|
unicode-display_width (>= 2.4.0, < 3.0)
|
217
|
-
rubocop-ast (1.31.
|
218
|
-
parser (>= 3.3.0
|
219
|
-
rubocop-capybara (2.
|
220
|
+
rubocop-ast (1.31.3)
|
221
|
+
parser (>= 3.3.1.0)
|
222
|
+
rubocop-capybara (2.21.0)
|
220
223
|
rubocop (~> 1.41)
|
221
|
-
rubocop-config-umbrellio (1.
|
222
|
-
rubocop (~> 1.
|
223
|
-
rubocop-performance (~> 1.
|
224
|
-
rubocop-rails (~> 2.
|
224
|
+
rubocop-config-umbrellio (1.63.0.93)
|
225
|
+
rubocop (~> 1.63.0)
|
226
|
+
rubocop-performance (~> 1.21.0)
|
227
|
+
rubocop-rails (~> 2.24.0)
|
225
228
|
rubocop-rake (~> 0.6.0)
|
226
|
-
rubocop-rspec (~> 2.
|
229
|
+
rubocop-rspec (~> 2.29.0)
|
227
230
|
rubocop-sequel (~> 0.3.3)
|
228
|
-
rubocop-
|
229
|
-
rubocop (
|
230
|
-
|
231
|
-
|
231
|
+
rubocop-factory_bot (2.26.1)
|
232
|
+
rubocop (~> 1.61)
|
233
|
+
rubocop-performance (1.21.1)
|
234
|
+
rubocop (>= 1.48.1, < 2.0)
|
235
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
236
|
+
rubocop-rails (2.24.1)
|
232
237
|
activesupport (>= 4.2.0)
|
233
238
|
rack (>= 1.1)
|
234
239
|
rubocop (>= 1.33.0, < 2.0)
|
240
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
235
241
|
rubocop-rake (0.6.0)
|
236
242
|
rubocop (~> 1.0)
|
237
|
-
rubocop-rspec (2.
|
238
|
-
rubocop (~> 1.
|
243
|
+
rubocop-rspec (2.29.2)
|
244
|
+
rubocop (~> 1.40)
|
239
245
|
rubocop-capybara (~> 2.17)
|
246
|
+
rubocop-factory_bot (~> 2.22)
|
247
|
+
rubocop-rspec_rails (~> 2.28)
|
248
|
+
rubocop-rspec_rails (2.29.1)
|
249
|
+
rubocop (~> 1.61)
|
240
250
|
rubocop-sequel (0.3.4)
|
241
251
|
rubocop (~> 1.0)
|
242
252
|
ruby-progressbar (1.13.0)
|
243
253
|
securerandom (0.1.1)
|
244
|
-
sidekiq (7.
|
254
|
+
sidekiq (7.3.0)
|
245
255
|
concurrent-ruby (< 2)
|
246
256
|
connection_pool (>= 2.3.0)
|
257
|
+
logger
|
247
258
|
rack (>= 2.2.4)
|
248
|
-
redis-client (>= 0.
|
249
|
-
stringio (3.1.
|
259
|
+
redis-client (>= 0.22.2)
|
260
|
+
stringio (3.1.1)
|
261
|
+
strscan (3.1.0)
|
250
262
|
thor (1.3.1)
|
251
263
|
timeout (0.4.1)
|
252
264
|
tzinfo (2.0.6)
|
@@ -256,10 +268,11 @@ GEM
|
|
256
268
|
websocket-driver (0.7.6)
|
257
269
|
websocket-extensions (>= 0.1.0)
|
258
270
|
websocket-extensions (0.1.5)
|
259
|
-
zeitwerk (2.6.
|
271
|
+
zeitwerk (2.6.16)
|
260
272
|
|
261
273
|
PLATFORMS
|
262
274
|
arm64-darwin-22
|
275
|
+
arm64-darwin-23
|
263
276
|
x86_64-darwin-20
|
264
277
|
x86_64-darwin-21
|
265
278
|
x86_64-linux
|
@@ -274,4 +287,4 @@ DEPENDENCIES
|
|
274
287
|
sidekiq
|
275
288
|
|
276
289
|
BUNDLED WITH
|
277
|
-
2.5.
|
290
|
+
2.5.9
|
data/lib/memolog/version.rb
CHANGED
data/lib/memolog.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: memolog
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stepan Kirushkin
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-07-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: json
|
@@ -103,7 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
103
103
|
- !ruby/object:Gem::Version
|
104
104
|
version: '0'
|
105
105
|
requirements: []
|
106
|
-
rubygems_version: 3.5.
|
106
|
+
rubygems_version: 3.5.11
|
107
107
|
signing_key:
|
108
108
|
specification_version: 4
|
109
109
|
summary: In-memory logger for exceptions.
|