memolog 0.5.6 → 0.5.7
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/.github/workflows/test.yml +1 -1
- data/CHANGELOG.md +3 -0
- data/Gemfile.lock +143 -140
- data/lib/memolog/version.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 29f8aa81ea000c86d622e07947d66ec38143cd1526acf9c7372e5eea831c8b97
|
4
|
+
data.tar.gz: becb2911eda7ecc5574dbb2709b4fac5a006c0d29012fc44b3c2dd8dd9182643
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ffeb8c928f3dafae54994b62b44e627192d57819ead62f7f8bca5985152be93862e1f140da2092e58b3227c02b4ff7cfe9d0b4164f08962310d3474db5d2311b
|
7
|
+
data.tar.gz: 3a34ffcb0b404a8522ea0101c27b42068a080f93744657b5765bdd3e851f75544d338d31a1adb9030053b40ea08cb9c5544bd903ccfb92b38c33a2cacf99a7d9
|
data/.github/workflows/test.yml
CHANGED
data/CHANGELOG.md
CHANGED
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.7)
|
5
5
|
json
|
6
6
|
logger
|
7
7
|
securerandom
|
@@ -9,67 +9,67 @@ PATH
|
|
9
9
|
GEM
|
10
10
|
remote: https://rubygems.org/
|
11
11
|
specs:
|
12
|
-
actioncable (
|
13
|
-
actionpack (=
|
14
|
-
activesupport (=
|
12
|
+
actioncable (8.0.2)
|
13
|
+
actionpack (= 8.0.2)
|
14
|
+
activesupport (= 8.0.2)
|
15
15
|
nio4r (~> 2.0)
|
16
16
|
websocket-driver (>= 0.6.1)
|
17
17
|
zeitwerk (~> 2.6)
|
18
|
-
actionmailbox (
|
19
|
-
actionpack (=
|
20
|
-
activejob (=
|
21
|
-
activerecord (=
|
22
|
-
activestorage (=
|
23
|
-
activesupport (=
|
18
|
+
actionmailbox (8.0.2)
|
19
|
+
actionpack (= 8.0.2)
|
20
|
+
activejob (= 8.0.2)
|
21
|
+
activerecord (= 8.0.2)
|
22
|
+
activestorage (= 8.0.2)
|
23
|
+
activesupport (= 8.0.2)
|
24
24
|
mail (>= 2.8.0)
|
25
|
-
actionmailer (
|
26
|
-
actionpack (=
|
27
|
-
actionview (=
|
28
|
-
activejob (=
|
29
|
-
activesupport (=
|
25
|
+
actionmailer (8.0.2)
|
26
|
+
actionpack (= 8.0.2)
|
27
|
+
actionview (= 8.0.2)
|
28
|
+
activejob (= 8.0.2)
|
29
|
+
activesupport (= 8.0.2)
|
30
30
|
mail (>= 2.8.0)
|
31
31
|
rails-dom-testing (~> 2.2)
|
32
|
-
actionpack (
|
33
|
-
actionview (=
|
34
|
-
activesupport (=
|
32
|
+
actionpack (8.0.2)
|
33
|
+
actionview (= 8.0.2)
|
34
|
+
activesupport (= 8.0.2)
|
35
35
|
nokogiri (>= 1.8.5)
|
36
|
-
|
37
|
-
rack (>= 2.2.4, < 3.2)
|
36
|
+
rack (>= 2.2.4)
|
38
37
|
rack-session (>= 1.0.1)
|
39
38
|
rack-test (>= 0.6.3)
|
40
39
|
rails-dom-testing (~> 2.2)
|
41
40
|
rails-html-sanitizer (~> 1.6)
|
42
41
|
useragent (~> 0.16)
|
43
|
-
actiontext (
|
44
|
-
actionpack (=
|
45
|
-
activerecord (=
|
46
|
-
activestorage (=
|
47
|
-
activesupport (=
|
42
|
+
actiontext (8.0.2)
|
43
|
+
actionpack (= 8.0.2)
|
44
|
+
activerecord (= 8.0.2)
|
45
|
+
activestorage (= 8.0.2)
|
46
|
+
activesupport (= 8.0.2)
|
48
47
|
globalid (>= 0.6.0)
|
49
48
|
nokogiri (>= 1.8.5)
|
50
|
-
actionview (
|
51
|
-
activesupport (=
|
49
|
+
actionview (8.0.2)
|
50
|
+
activesupport (= 8.0.2)
|
52
51
|
builder (~> 3.1)
|
53
52
|
erubi (~> 1.11)
|
54
53
|
rails-dom-testing (~> 2.2)
|
55
54
|
rails-html-sanitizer (~> 1.6)
|
56
|
-
activejob (
|
57
|
-
activesupport (=
|
55
|
+
activejob (8.0.2)
|
56
|
+
activesupport (= 8.0.2)
|
58
57
|
globalid (>= 0.3.6)
|
59
|
-
activemodel (
|
60
|
-
activesupport (=
|
61
|
-
activerecord (
|
62
|
-
activemodel (=
|
63
|
-
activesupport (=
|
58
|
+
activemodel (8.0.2)
|
59
|
+
activesupport (= 8.0.2)
|
60
|
+
activerecord (8.0.2)
|
61
|
+
activemodel (= 8.0.2)
|
62
|
+
activesupport (= 8.0.2)
|
64
63
|
timeout (>= 0.4.0)
|
65
|
-
activestorage (
|
66
|
-
actionpack (=
|
67
|
-
activejob (=
|
68
|
-
activerecord (=
|
69
|
-
activesupport (=
|
64
|
+
activestorage (8.0.2)
|
65
|
+
actionpack (= 8.0.2)
|
66
|
+
activejob (= 8.0.2)
|
67
|
+
activerecord (= 8.0.2)
|
68
|
+
activesupport (= 8.0.2)
|
70
69
|
marcel (~> 1.0)
|
71
|
-
activesupport (
|
70
|
+
activesupport (8.0.2)
|
72
71
|
base64
|
72
|
+
benchmark (>= 0.3)
|
73
73
|
bigdecimal
|
74
74
|
concurrent-ruby (~> 1.0, >= 1.3.1)
|
75
75
|
connection_pool (>= 2.2.5)
|
@@ -79,30 +79,33 @@ GEM
|
|
79
79
|
minitest (>= 5.1)
|
80
80
|
securerandom (>= 0.3)
|
81
81
|
tzinfo (~> 2.0, >= 2.0.5)
|
82
|
-
|
82
|
+
uri (>= 0.13.1)
|
83
|
+
ast (2.4.3)
|
83
84
|
base64 (0.2.0)
|
84
|
-
|
85
|
+
benchmark (0.4.0)
|
86
|
+
bigdecimal (3.1.9)
|
85
87
|
builder (3.3.0)
|
86
88
|
coderay (1.1.3)
|
87
|
-
concurrent-ruby (1.3.
|
88
|
-
connection_pool (2.
|
89
|
+
concurrent-ruby (1.3.5)
|
90
|
+
connection_pool (2.5.0)
|
89
91
|
crass (1.0.6)
|
90
|
-
date (3.
|
91
|
-
diff-lcs (1.
|
92
|
+
date (3.4.1)
|
93
|
+
diff-lcs (1.6.1)
|
92
94
|
drb (2.2.1)
|
93
|
-
erubi (1.13.
|
95
|
+
erubi (1.13.1)
|
94
96
|
globalid (1.2.1)
|
95
97
|
activesupport (>= 6.1)
|
96
|
-
i18n (1.14.
|
98
|
+
i18n (1.14.7)
|
97
99
|
concurrent-ruby (~> 1.0)
|
98
|
-
io-console (0.
|
99
|
-
irb (1.
|
100
|
+
io-console (0.8.0)
|
101
|
+
irb (1.15.1)
|
102
|
+
pp (>= 0.6.0)
|
100
103
|
rdoc (>= 4.0.0)
|
101
104
|
reline (>= 0.4.2)
|
102
|
-
json (2.
|
103
|
-
language_server-protocol (3.17.0.
|
104
|
-
logger (1.
|
105
|
-
loofah (2.
|
105
|
+
json (2.10.2)
|
106
|
+
language_server-protocol (3.17.0.4)
|
107
|
+
logger (1.7.0)
|
108
|
+
loofah (2.24.0)
|
106
109
|
crass (~> 1.0.2)
|
107
110
|
nokogiri (>= 1.12.0)
|
108
111
|
mail (2.8.1)
|
@@ -113,65 +116,70 @@ GEM
|
|
113
116
|
marcel (1.0.4)
|
114
117
|
method_source (1.1.0)
|
115
118
|
mini_mime (1.1.5)
|
116
|
-
minitest (5.
|
117
|
-
net-imap (0.
|
119
|
+
minitest (5.25.5)
|
120
|
+
net-imap (0.5.6)
|
118
121
|
date
|
119
122
|
net-protocol
|
120
123
|
net-pop (0.1.2)
|
121
124
|
net-protocol
|
122
125
|
net-protocol (0.2.2)
|
123
126
|
timeout
|
124
|
-
net-smtp (0.5.
|
127
|
+
net-smtp (0.5.1)
|
125
128
|
net-protocol
|
126
|
-
nio4r (2.7.
|
127
|
-
nokogiri (1.
|
129
|
+
nio4r (2.7.4)
|
130
|
+
nokogiri (1.18.7-arm64-darwin)
|
128
131
|
racc (~> 1.4)
|
129
|
-
nokogiri (1.
|
132
|
+
nokogiri (1.18.7-x86_64-darwin)
|
130
133
|
racc (~> 1.4)
|
131
|
-
nokogiri (1.
|
134
|
+
nokogiri (1.18.7-x86_64-linux-gnu)
|
132
135
|
racc (~> 1.4)
|
133
|
-
parallel (1.26.
|
134
|
-
parser (3.3.4
|
136
|
+
parallel (1.26.3)
|
137
|
+
parser (3.3.7.4)
|
135
138
|
ast (~> 2.4.1)
|
136
139
|
racc
|
137
|
-
|
140
|
+
pp (0.6.2)
|
141
|
+
prettyprint
|
142
|
+
prettyprint (0.2.0)
|
143
|
+
prism (1.4.0)
|
144
|
+
pry (0.15.2)
|
138
145
|
coderay (~> 1.1)
|
139
146
|
method_source (~> 1.0)
|
140
|
-
psych (5.
|
147
|
+
psych (5.2.3)
|
148
|
+
date
|
141
149
|
stringio
|
142
150
|
racc (1.8.1)
|
143
|
-
rack (3.1.
|
144
|
-
rack-session (2.
|
151
|
+
rack (3.1.12)
|
152
|
+
rack-session (2.1.0)
|
153
|
+
base64 (>= 0.1.0)
|
145
154
|
rack (>= 3.0.0)
|
146
|
-
rack-test (2.
|
155
|
+
rack-test (2.2.0)
|
147
156
|
rack (>= 1.3)
|
148
|
-
rackup (2.1
|
157
|
+
rackup (2.2.1)
|
149
158
|
rack (>= 3)
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
activesupport (= 7.2.0)
|
159
|
+
rails (8.0.2)
|
160
|
+
actioncable (= 8.0.2)
|
161
|
+
actionmailbox (= 8.0.2)
|
162
|
+
actionmailer (= 8.0.2)
|
163
|
+
actionpack (= 8.0.2)
|
164
|
+
actiontext (= 8.0.2)
|
165
|
+
actionview (= 8.0.2)
|
166
|
+
activejob (= 8.0.2)
|
167
|
+
activemodel (= 8.0.2)
|
168
|
+
activerecord (= 8.0.2)
|
169
|
+
activestorage (= 8.0.2)
|
170
|
+
activesupport (= 8.0.2)
|
163
171
|
bundler (>= 1.15.0)
|
164
|
-
railties (=
|
172
|
+
railties (= 8.0.2)
|
165
173
|
rails-dom-testing (2.2.0)
|
166
174
|
activesupport (>= 5.0.0)
|
167
175
|
minitest
|
168
176
|
nokogiri (>= 1.6)
|
169
|
-
rails-html-sanitizer (1.6.
|
177
|
+
rails-html-sanitizer (1.6.2)
|
170
178
|
loofah (~> 2.21)
|
171
|
-
nokogiri (
|
172
|
-
railties (
|
173
|
-
actionpack (=
|
174
|
-
activesupport (=
|
179
|
+
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)
|
180
|
+
railties (8.0.2)
|
181
|
+
actionpack (= 8.0.2)
|
182
|
+
activesupport (= 8.0.2)
|
175
183
|
irb (~> 1.13)
|
176
184
|
rackup (>= 1.0.0)
|
177
185
|
rake (>= 12.2)
|
@@ -179,96 +187,91 @@ GEM
|
|
179
187
|
zeitwerk (~> 2.6)
|
180
188
|
rainbow (3.1.1)
|
181
189
|
rake (13.2.1)
|
182
|
-
rdoc (6.
|
190
|
+
rdoc (6.13.1)
|
183
191
|
psych (>= 4.0.0)
|
184
|
-
redis-client (0.
|
192
|
+
redis-client (0.24.0)
|
185
193
|
connection_pool
|
186
|
-
regexp_parser (2.
|
187
|
-
reline (0.
|
194
|
+
regexp_parser (2.10.0)
|
195
|
+
reline (0.6.0)
|
188
196
|
io-console (~> 0.5)
|
189
|
-
rexml (3.3.4)
|
190
|
-
strscan
|
191
197
|
rspec (3.13.0)
|
192
198
|
rspec-core (~> 3.13.0)
|
193
199
|
rspec-expectations (~> 3.13.0)
|
194
200
|
rspec-mocks (~> 3.13.0)
|
195
|
-
rspec-core (3.13.
|
201
|
+
rspec-core (3.13.3)
|
196
202
|
rspec-support (~> 3.13.0)
|
197
|
-
rspec-expectations (3.13.
|
203
|
+
rspec-expectations (3.13.3)
|
198
204
|
diff-lcs (>= 1.2.0, < 2.0)
|
199
205
|
rspec-support (~> 3.13.0)
|
200
|
-
rspec-mocks (3.13.
|
206
|
+
rspec-mocks (3.13.2)
|
201
207
|
diff-lcs (>= 1.2.0, < 2.0)
|
202
208
|
rspec-support (~> 3.13.0)
|
203
|
-
rspec-support (3.13.
|
204
|
-
rubocop (1.
|
209
|
+
rspec-support (3.13.2)
|
210
|
+
rubocop (1.69.2)
|
205
211
|
json (~> 2.3)
|
206
212
|
language_server-protocol (>= 3.17.0)
|
207
213
|
parallel (~> 1.10)
|
208
214
|
parser (>= 3.3.0.2)
|
209
215
|
rainbow (>= 2.2.2, < 4.0)
|
210
|
-
regexp_parser (>=
|
211
|
-
|
212
|
-
rubocop-ast (>= 1.31.1, < 2.0)
|
216
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
217
|
+
rubocop-ast (>= 1.36.2, < 2.0)
|
213
218
|
ruby-progressbar (~> 1.7)
|
214
|
-
unicode-display_width (>= 2.4.0, <
|
215
|
-
rubocop-ast (1.
|
216
|
-
parser (>= 3.3.
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
rubocop (~>
|
221
|
-
rubocop-performance (~> 1.
|
222
|
-
rubocop-rails (~> 2.
|
219
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
220
|
+
rubocop-ast (1.43.0)
|
221
|
+
parser (>= 3.3.7.2)
|
222
|
+
prism (~> 1.4)
|
223
|
+
rubocop-config-umbrellio (1.69.0.101)
|
224
|
+
rubocop (~> 1.69.0)
|
225
|
+
rubocop-factory_bot (~> 2.26.0)
|
226
|
+
rubocop-performance (~> 1.23.0)
|
227
|
+
rubocop-rails (~> 2.28.0)
|
223
228
|
rubocop-rake (~> 0.6.0)
|
224
|
-
rubocop-rspec (~>
|
225
|
-
rubocop-sequel (~> 0.3.
|
229
|
+
rubocop-rspec (~> 3.3.0)
|
230
|
+
rubocop-sequel (~> 0.3.0)
|
226
231
|
rubocop-factory_bot (2.26.1)
|
227
232
|
rubocop (~> 1.61)
|
228
|
-
rubocop-performance (1.
|
233
|
+
rubocop-performance (1.23.1)
|
229
234
|
rubocop (>= 1.48.1, < 2.0)
|
230
235
|
rubocop-ast (>= 1.31.1, < 2.0)
|
231
|
-
rubocop-rails (2.
|
236
|
+
rubocop-rails (2.28.0)
|
232
237
|
activesupport (>= 4.2.0)
|
233
238
|
rack (>= 1.1)
|
234
|
-
rubocop (>= 1.
|
239
|
+
rubocop (>= 1.52.0, < 2.0)
|
235
240
|
rubocop-ast (>= 1.31.1, < 2.0)
|
236
241
|
rubocop-rake (0.6.0)
|
237
242
|
rubocop (~> 1.0)
|
238
|
-
rubocop-rspec (
|
239
|
-
rubocop (~> 1.40)
|
240
|
-
rubocop-capybara (~> 2.17)
|
241
|
-
rubocop-factory_bot (~> 2.22)
|
242
|
-
rubocop-rspec_rails (~> 2.28)
|
243
|
-
rubocop-rspec_rails (2.29.1)
|
243
|
+
rubocop-rspec (3.3.0)
|
244
244
|
rubocop (~> 1.61)
|
245
|
-
rubocop-sequel (0.3.
|
245
|
+
rubocop-sequel (0.3.8)
|
246
246
|
rubocop (~> 1.0)
|
247
247
|
ruby-progressbar (1.13.0)
|
248
|
-
securerandom (0.
|
249
|
-
sidekiq (
|
250
|
-
|
251
|
-
|
252
|
-
logger
|
253
|
-
rack (>=
|
254
|
-
redis-client (>= 0.
|
255
|
-
stringio (3.1.
|
256
|
-
|
257
|
-
|
258
|
-
timeout (0.4.1)
|
248
|
+
securerandom (0.4.1)
|
249
|
+
sidekiq (8.0.1)
|
250
|
+
connection_pool (>= 2.5.0)
|
251
|
+
json (>= 2.9.0)
|
252
|
+
logger (>= 1.6.2)
|
253
|
+
rack (>= 3.1.0)
|
254
|
+
redis-client (>= 0.23.2)
|
255
|
+
stringio (3.1.6)
|
256
|
+
thor (1.3.2)
|
257
|
+
timeout (0.4.3)
|
259
258
|
tzinfo (2.0.6)
|
260
259
|
concurrent-ruby (~> 1.0)
|
261
|
-
unicode-display_width (
|
262
|
-
|
263
|
-
|
264
|
-
|
260
|
+
unicode-display_width (3.1.4)
|
261
|
+
unicode-emoji (~> 4.0, >= 4.0.4)
|
262
|
+
unicode-emoji (4.0.4)
|
263
|
+
uri (1.0.3)
|
264
|
+
useragent (0.16.11)
|
265
|
+
websocket-driver (0.7.7)
|
266
|
+
base64
|
265
267
|
websocket-extensions (>= 0.1.0)
|
266
268
|
websocket-extensions (0.1.5)
|
267
|
-
zeitwerk (2.
|
269
|
+
zeitwerk (2.7.2)
|
268
270
|
|
269
271
|
PLATFORMS
|
270
272
|
arm64-darwin-22
|
271
273
|
arm64-darwin-23
|
274
|
+
arm64-darwin-24
|
272
275
|
x86_64-darwin-20
|
273
276
|
x86_64-darwin-21
|
274
277
|
x86_64-linux
|
@@ -283,4 +286,4 @@ DEPENDENCIES
|
|
283
286
|
sidekiq
|
284
287
|
|
285
288
|
BUNDLED WITH
|
286
|
-
2.5.
|
289
|
+
2.5.18
|
data/lib/memolog/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
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.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stepan Kirushkin
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-03-31 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: json
|
@@ -89,7 +88,6 @@ metadata:
|
|
89
88
|
homepage_uri: https://github.com/skirushkin/memolog
|
90
89
|
source_code_uri: https://github.com/skirushkin/memolog
|
91
90
|
changelog_uri: https://github.com/skirushkin/memolog/blob/master/CHANGELOG.md
|
92
|
-
post_install_message:
|
93
91
|
rdoc_options: []
|
94
92
|
require_paths:
|
95
93
|
- lib
|
@@ -104,8 +102,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
104
102
|
- !ruby/object:Gem::Version
|
105
103
|
version: '0'
|
106
104
|
requirements: []
|
107
|
-
rubygems_version: 3.
|
108
|
-
signing_key:
|
105
|
+
rubygems_version: 3.6.6
|
109
106
|
specification_version: 4
|
110
107
|
summary: In-memory logger for exceptions.
|
111
108
|
test_files: []
|