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