memolog 0.6.0 → 0.6.2

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: 8d171aa5ced9284f7f5e31c648314d97287e24d8b725b2774916c359249b87a9
4
- data.tar.gz: 7c3dd99958a86b8d8be39facde64c2958d77945a290c30fa94d1030a446de48a
3
+ metadata.gz: 844bf7c4a834f3a0a0c583c007459f75cb615d519ba33eda6f88834241349fec
4
+ data.tar.gz: c4375416c36e4687949fecfc152a9a9469d735f106ad79869a6c24964efa5f16
5
5
  SHA512:
6
- metadata.gz: 252c86451103ba7b64f056e42ac334490afb5dc6a73b5e7a1429ef2b072222ff6a0fae2d7b225639a52b258abf7c5e4bf8747d8f894f292289682eca123e6cbb
7
- data.tar.gz: ebe4ad917f3e1e87eb9e3991fc5f1cad2f664c4d22359a8846268574112eeab0c663ef454152e0b30ef31cd45489aa82637d2ab6f6f9f94c7ce4fd1d33c1aa48
6
+ metadata.gz: 698daa4389abe08e46df598bcdd31d8fc2857ec2317dce1055642d4d8db6797ac55339095e7ca6b1942828e7bf66b16175977f90e937a5b448275d542b7619da
7
+ data.tar.gz: 5e295815f856b69792ef3b76a033ef1bf17d46283827471e0cb6a4b083876fab938126535a0afe414d5d7bd194bde6e3d878681fe5dc21334da80592f782ac71
data/.gitignore CHANGED
@@ -9,3 +9,5 @@
9
9
 
10
10
  # rspec failure tracking
11
11
  .rspec_status
12
+
13
+ memolog-*.gem
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- memolog (0.6.0)
4
+ memolog (0.6.2)
5
5
  json
6
6
  logger
7
7
  securerandom
@@ -9,31 +9,31 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- action_text-trix (2.1.15)
12
+ action_text-trix (2.1.18)
13
13
  railties
14
- actioncable (8.1.1)
15
- actionpack (= 8.1.1)
16
- activesupport (= 8.1.1)
14
+ actioncable (8.1.3)
15
+ actionpack (= 8.1.3)
16
+ activesupport (= 8.1.3)
17
17
  nio4r (~> 2.0)
18
18
  websocket-driver (>= 0.6.1)
19
19
  zeitwerk (~> 2.6)
20
- actionmailbox (8.1.1)
21
- actionpack (= 8.1.1)
22
- activejob (= 8.1.1)
23
- activerecord (= 8.1.1)
24
- activestorage (= 8.1.1)
25
- activesupport (= 8.1.1)
20
+ actionmailbox (8.1.3)
21
+ actionpack (= 8.1.3)
22
+ activejob (= 8.1.3)
23
+ activerecord (= 8.1.3)
24
+ activestorage (= 8.1.3)
25
+ activesupport (= 8.1.3)
26
26
  mail (>= 2.8.0)
27
- actionmailer (8.1.1)
28
- actionpack (= 8.1.1)
29
- actionview (= 8.1.1)
30
- activejob (= 8.1.1)
31
- activesupport (= 8.1.1)
27
+ actionmailer (8.1.3)
28
+ actionpack (= 8.1.3)
29
+ actionview (= 8.1.3)
30
+ activejob (= 8.1.3)
31
+ activesupport (= 8.1.3)
32
32
  mail (>= 2.8.0)
33
33
  rails-dom-testing (~> 2.2)
34
- actionpack (8.1.1)
35
- actionview (= 8.1.1)
36
- activesupport (= 8.1.1)
34
+ actionpack (8.1.3)
35
+ actionview (= 8.1.3)
36
+ activesupport (= 8.1.3)
37
37
  nokogiri (>= 1.8.5)
38
38
  rack (>= 2.2.4)
39
39
  rack-session (>= 1.0.1)
@@ -41,36 +41,36 @@ GEM
41
41
  rails-dom-testing (~> 2.2)
42
42
  rails-html-sanitizer (~> 1.6)
43
43
  useragent (~> 0.16)
44
- actiontext (8.1.1)
44
+ actiontext (8.1.3)
45
45
  action_text-trix (~> 2.1.15)
46
- actionpack (= 8.1.1)
47
- activerecord (= 8.1.1)
48
- activestorage (= 8.1.1)
49
- activesupport (= 8.1.1)
46
+ actionpack (= 8.1.3)
47
+ activerecord (= 8.1.3)
48
+ activestorage (= 8.1.3)
49
+ activesupport (= 8.1.3)
50
50
  globalid (>= 0.6.0)
51
51
  nokogiri (>= 1.8.5)
52
- actionview (8.1.1)
53
- activesupport (= 8.1.1)
52
+ actionview (8.1.3)
53
+ activesupport (= 8.1.3)
54
54
  builder (~> 3.1)
55
55
  erubi (~> 1.11)
56
56
  rails-dom-testing (~> 2.2)
57
57
  rails-html-sanitizer (~> 1.6)
58
- activejob (8.1.1)
59
- activesupport (= 8.1.1)
58
+ activejob (8.1.3)
59
+ activesupport (= 8.1.3)
60
60
  globalid (>= 0.3.6)
61
- activemodel (8.1.1)
62
- activesupport (= 8.1.1)
63
- activerecord (8.1.1)
64
- activemodel (= 8.1.1)
65
- activesupport (= 8.1.1)
61
+ activemodel (8.1.3)
62
+ activesupport (= 8.1.3)
63
+ activerecord (8.1.3)
64
+ activemodel (= 8.1.3)
65
+ activesupport (= 8.1.3)
66
66
  timeout (>= 0.4.0)
67
- activestorage (8.1.1)
68
- actionpack (= 8.1.1)
69
- activejob (= 8.1.1)
70
- activerecord (= 8.1.1)
71
- activesupport (= 8.1.1)
67
+ activestorage (8.1.3)
68
+ actionpack (= 8.1.3)
69
+ activejob (= 8.1.3)
70
+ activerecord (= 8.1.3)
71
+ activesupport (= 8.1.3)
72
72
  marcel (~> 1.0)
73
- activesupport (8.1.1)
73
+ activesupport (8.1.3)
74
74
  base64
75
75
  bigdecimal
76
76
  concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -85,7 +85,7 @@ GEM
85
85
  uri (>= 0.13.1)
86
86
  ast (2.4.3)
87
87
  base64 (0.3.0)
88
- bigdecimal (4.0.1)
88
+ bigdecimal (4.1.2)
89
89
  builder (3.3.0)
90
90
  coderay (1.1.3)
91
91
  concurrent-ruby (1.3.6)
@@ -94,22 +94,23 @@ GEM
94
94
  date (3.5.1)
95
95
  diff-lcs (1.6.2)
96
96
  drb (2.2.3)
97
- erb (6.0.1)
97
+ erb (6.0.4)
98
98
  erubi (1.13.1)
99
99
  globalid (1.3.0)
100
100
  activesupport (>= 6.1)
101
101
  i18n (1.14.8)
102
102
  concurrent-ruby (~> 1.0)
103
103
  io-console (0.8.2)
104
- irb (1.16.0)
104
+ irb (1.18.0)
105
105
  pp (>= 0.6.0)
106
+ prism (>= 1.3.0)
106
107
  rdoc (>= 4.0.0)
107
108
  reline (>= 0.4.2)
108
- json (2.18.0)
109
+ json (2.19.5)
109
110
  language_server-protocol (3.17.0.5)
110
111
  lint_roller (1.1.0)
111
112
  logger (1.7.0)
112
- loofah (2.25.0)
113
+ loofah (2.25.1)
113
114
  crass (~> 1.0.2)
114
115
  nokogiri (>= 1.12.0)
115
116
  mail (2.9.0)
@@ -121,10 +122,10 @@ GEM
121
122
  marcel (1.1.0)
122
123
  method_source (1.1.0)
123
124
  mini_mime (1.1.5)
124
- mini_portile2 (2.8.9)
125
- minitest (6.0.0)
125
+ minitest (6.0.6)
126
+ drb (~> 2.0)
126
127
  prism (~> 1.5)
127
- net-imap (0.6.2)
128
+ net-imap (0.6.4)
128
129
  date
129
130
  net-protocol
130
131
  net-pop (0.1.2)
@@ -134,56 +135,60 @@ GEM
134
135
  net-smtp (0.5.1)
135
136
  net-protocol
136
137
  nio4r (2.7.5)
137
- nokogiri (1.18.10)
138
- mini_portile2 (~> 2.8.2)
138
+ nokogiri (1.19.3-arm64-darwin)
139
139
  racc (~> 1.4)
140
- parallel (1.27.0)
141
- parser (3.3.10.0)
140
+ nokogiri (1.19.3-x86_64-darwin)
141
+ racc (~> 1.4)
142
+ nokogiri (1.19.3-x86_64-linux-gnu)
143
+ racc (~> 1.4)
144
+ parallel (1.28.0)
145
+ parser (3.3.11.1)
142
146
  ast (~> 2.4.1)
143
147
  racc
144
148
  pp (0.6.3)
145
149
  prettyprint
146
150
  prettyprint (0.2.0)
147
- prism (1.7.0)
148
- pry (0.15.2)
151
+ prism (1.9.0)
152
+ pry (0.16.0)
149
153
  coderay (~> 1.1)
150
154
  method_source (~> 1.0)
155
+ reline (>= 0.6.0)
151
156
  psych (5.3.1)
152
157
  date
153
158
  stringio
154
159
  racc (1.8.1)
155
- rack (3.2.4)
156
- rack-session (2.1.1)
160
+ rack (3.2.6)
161
+ rack-session (2.1.2)
157
162
  base64 (>= 0.1.0)
158
163
  rack (>= 3.0.0)
159
164
  rack-test (2.2.0)
160
165
  rack (>= 1.3)
161
166
  rackup (2.3.1)
162
167
  rack (>= 3)
163
- rails (8.1.1)
164
- actioncable (= 8.1.1)
165
- actionmailbox (= 8.1.1)
166
- actionmailer (= 8.1.1)
167
- actionpack (= 8.1.1)
168
- actiontext (= 8.1.1)
169
- actionview (= 8.1.1)
170
- activejob (= 8.1.1)
171
- activemodel (= 8.1.1)
172
- activerecord (= 8.1.1)
173
- activestorage (= 8.1.1)
174
- activesupport (= 8.1.1)
168
+ rails (8.1.3)
169
+ actioncable (= 8.1.3)
170
+ actionmailbox (= 8.1.3)
171
+ actionmailer (= 8.1.3)
172
+ actionpack (= 8.1.3)
173
+ actiontext (= 8.1.3)
174
+ actionview (= 8.1.3)
175
+ activejob (= 8.1.3)
176
+ activemodel (= 8.1.3)
177
+ activerecord (= 8.1.3)
178
+ activestorage (= 8.1.3)
179
+ activesupport (= 8.1.3)
175
180
  bundler (>= 1.15.0)
176
- railties (= 8.1.1)
181
+ railties (= 8.1.3)
177
182
  rails-dom-testing (2.3.0)
178
183
  activesupport (>= 5.0.0)
179
184
  minitest
180
185
  nokogiri (>= 1.6)
181
- rails-html-sanitizer (1.6.2)
182
- loofah (~> 2.21)
186
+ rails-html-sanitizer (1.7.0)
187
+ loofah (~> 2.25)
183
188
  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)
184
- railties (8.1.1)
185
- actionpack (= 8.1.1)
186
- activesupport (= 8.1.1)
189
+ railties (8.1.3)
190
+ actionpack (= 8.1.3)
191
+ activesupport (= 8.1.3)
187
192
  irb (~> 1.13)
188
193
  rackup (>= 1.0.0)
189
194
  rake (>= 12.2)
@@ -191,14 +196,14 @@ GEM
191
196
  tsort (>= 0.2)
192
197
  zeitwerk (~> 2.6)
193
198
  rainbow (3.1.1)
194
- rake (13.3.1)
195
- rdoc (7.0.3)
199
+ rake (13.4.2)
200
+ rdoc (7.2.0)
196
201
  erb
197
202
  psych (>= 4.0.0)
198
203
  tsort
199
- redis-client (0.26.2)
204
+ redis-client (0.28.0)
200
205
  connection_pool
201
- regexp_parser (2.11.3)
206
+ regexp_parser (2.12.0)
202
207
  reline (0.6.3)
203
208
  io-console (~> 0.5)
204
209
  rspec (3.13.2)
@@ -210,11 +215,11 @@ GEM
210
215
  rspec-expectations (3.13.5)
211
216
  diff-lcs (>= 1.2.0, < 2.0)
212
217
  rspec-support (~> 3.13.0)
213
- rspec-mocks (3.13.7)
218
+ rspec-mocks (3.13.8)
214
219
  diff-lcs (>= 1.2.0, < 2.0)
215
220
  rspec-support (~> 3.13.0)
216
- rspec-support (3.13.6)
217
- rubocop (1.81.7)
221
+ rspec-support (3.13.7)
222
+ rubocop (1.84.2)
218
223
  json (~> 2.3)
219
224
  language_server-protocol (~> 3.17.0.2)
220
225
  lint_roller (~> 1.1.0)
@@ -222,28 +227,28 @@ GEM
222
227
  parser (>= 3.3.0.2)
223
228
  rainbow (>= 2.2.2, < 4.0)
224
229
  regexp_parser (>= 2.9.3, < 3.0)
225
- rubocop-ast (>= 1.47.1, < 2.0)
230
+ rubocop-ast (>= 1.49.0, < 2.0)
226
231
  ruby-progressbar (~> 1.7)
227
232
  unicode-display_width (>= 2.4.0, < 4.0)
228
- rubocop-ast (1.48.0)
233
+ rubocop-ast (1.49.1)
229
234
  parser (>= 3.3.7.2)
230
- prism (~> 1.4)
231
- rubocop-config-umbrellio (1.81.109)
232
- rubocop (~> 1.81.0)
233
- rubocop-factory_bot (~> 2.27.0)
235
+ prism (~> 1.7)
236
+ rubocop-config-umbrellio (1.84.118)
237
+ rubocop (~> 1.84.0)
238
+ rubocop-factory_bot (~> 2.28.0)
234
239
  rubocop-performance (~> 1.26.0)
235
- rubocop-rails (~> 2.33.0)
240
+ rubocop-rails (~> 2.34.0)
236
241
  rubocop-rake (~> 0.7.0)
237
- rubocop-rspec (~> 3.7.0)
242
+ rubocop-rspec (~> 3.9.0)
238
243
  rubocop-sequel (~> 0.4.0)
239
- rubocop-factory_bot (2.27.1)
244
+ rubocop-factory_bot (2.28.0)
240
245
  lint_roller (~> 1.1)
241
246
  rubocop (~> 1.72, >= 1.72.1)
242
247
  rubocop-performance (1.26.1)
243
248
  lint_roller (~> 1.1)
244
249
  rubocop (>= 1.75.0, < 2.0)
245
250
  rubocop-ast (>= 1.47.1, < 2.0)
246
- rubocop-rails (2.33.4)
251
+ rubocop-rails (2.34.3)
247
252
  activesupport (>= 4.2.0)
248
253
  lint_roller (~> 1.1)
249
254
  rack (>= 1.1)
@@ -252,23 +257,23 @@ GEM
252
257
  rubocop-rake (0.7.1)
253
258
  lint_roller (~> 1.1)
254
259
  rubocop (>= 1.72.1)
255
- rubocop-rspec (3.7.0)
260
+ rubocop-rspec (3.9.0)
256
261
  lint_roller (~> 1.1)
257
- rubocop (~> 1.72, >= 1.72.1)
262
+ rubocop (~> 1.81)
258
263
  rubocop-sequel (0.4.1)
259
264
  lint_roller (~> 1.1)
260
265
  rubocop (>= 1.72.1, < 2)
261
266
  ruby-progressbar (1.13.0)
262
267
  securerandom (0.4.1)
263
- sidekiq (8.1.0)
268
+ sidekiq (8.1.3)
264
269
  connection_pool (>= 3.0.0)
265
270
  json (>= 2.16.0)
266
271
  logger (>= 1.7.0)
267
272
  rack (>= 3.2.0)
268
273
  redis-client (>= 0.26.0)
269
274
  stringio (3.2.0)
270
- thor (1.4.0)
271
- timeout (0.6.0)
275
+ thor (1.5.0)
276
+ timeout (0.6.1)
272
277
  tsort (0.2.0)
273
278
  tzinfo (2.0.6)
274
279
  concurrent-ruby (~> 1.0)
@@ -281,7 +286,7 @@ GEM
281
286
  base64
282
287
  websocket-extensions (>= 0.1.0)
283
288
  websocket-extensions (0.1.5)
284
- zeitwerk (2.7.4)
289
+ zeitwerk (2.7.5)
285
290
 
286
291
  PLATFORMS
287
292
  arm64-darwin-22
@@ -302,4 +307,4 @@ DEPENDENCIES
302
307
  sidekiq
303
308
 
304
309
  BUNDLED WITH
305
- 4.0.3
310
+ 4.0.4
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Memolog
4
- VERSION = "0.6.0"
4
+ VERSION = "0.6.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: memolog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stepan Kirushkin
@@ -102,7 +102,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
102
102
  - !ruby/object:Gem::Version
103
103
  version: '0'
104
104
  requirements: []
105
- rubygems_version: 4.0.3
105
+ rubygems_version: 4.0.4
106
106
  specification_version: 4
107
107
  summary: In-memory logger for exceptions.
108
108
  test_files: []