memolog 0.5.5 → 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 +79 -83
- data/lib/memolog/version.rb +1 -1
- data/log/development.log +0 -0
- metadata +15 -14
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,94 +1,90 @@
|
|
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.4)
|
32
|
-
activesupport (= 7.1.3.4)
|
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
84
|
bigdecimal (3.1.8)
|
89
85
|
builder (3.3.0)
|
90
86
|
coderay (1.1.3)
|
91
|
-
concurrent-ruby (1.3.
|
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)
|
@@ -105,7 +101,7 @@ GEM
|
|
105
101
|
reline (>= 0.4.2)
|
106
102
|
json (2.7.2)
|
107
103
|
language_server-protocol (3.17.0.3)
|
108
|
-
logger (1.
|
104
|
+
logger (1.6.0)
|
109
105
|
loofah (2.22.0)
|
110
106
|
crass (~> 1.0.2)
|
111
107
|
nokogiri (>= 1.12.0)
|
@@ -118,7 +114,6 @@ GEM
|
|
118
114
|
method_source (1.1.0)
|
119
115
|
mini_mime (1.1.5)
|
120
116
|
minitest (5.24.1)
|
121
|
-
mutex_m (0.2.0)
|
122
117
|
net-imap (0.4.14)
|
123
118
|
date
|
124
119
|
net-protocol
|
@@ -129,14 +124,14 @@ GEM
|
|
129
124
|
net-smtp (0.5.0)
|
130
125
|
net-protocol
|
131
126
|
nio4r (2.7.3)
|
132
|
-
nokogiri (1.16.
|
127
|
+
nokogiri (1.16.7-arm64-darwin)
|
133
128
|
racc (~> 1.4)
|
134
|
-
nokogiri (1.16.
|
129
|
+
nokogiri (1.16.7-x86_64-darwin)
|
135
130
|
racc (~> 1.4)
|
136
|
-
nokogiri (1.16.
|
131
|
+
nokogiri (1.16.7-x86_64-linux)
|
137
132
|
racc (~> 1.4)
|
138
|
-
parallel (1.
|
139
|
-
parser (3.3.4.
|
133
|
+
parallel (1.26.2)
|
134
|
+
parser (3.3.4.2)
|
140
135
|
ast (~> 2.4.1)
|
141
136
|
racc
|
142
137
|
pry (0.14.2)
|
@@ -144,7 +139,7 @@ GEM
|
|
144
139
|
method_source (~> 1.0)
|
145
140
|
psych (5.1.2)
|
146
141
|
stringio
|
147
|
-
racc (1.8.
|
142
|
+
racc (1.8.1)
|
148
143
|
rack (3.1.7)
|
149
144
|
rack-session (2.0.0)
|
150
145
|
rack (>= 3.0.0)
|
@@ -153,20 +148,20 @@ GEM
|
|
153
148
|
rackup (2.1.0)
|
154
149
|
rack (>= 3)
|
155
150
|
webrick (~> 1.8)
|
156
|
-
rails (7.
|
157
|
-
actioncable (= 7.
|
158
|
-
actionmailbox (= 7.
|
159
|
-
actionmailer (= 7.
|
160
|
-
actionpack (= 7.
|
161
|
-
actiontext (= 7.
|
162
|
-
actionview (= 7.
|
163
|
-
activejob (= 7.
|
164
|
-
activemodel (= 7.
|
165
|
-
activerecord (= 7.
|
166
|
-
activestorage (= 7.
|
167
|
-
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)
|
168
163
|
bundler (>= 1.15.0)
|
169
|
-
railties (= 7.
|
164
|
+
railties (= 7.2.0)
|
170
165
|
rails-dom-testing (2.2.0)
|
171
166
|
activesupport (>= 5.0.0)
|
172
167
|
minitest
|
@@ -174,10 +169,10 @@ GEM
|
|
174
169
|
rails-html-sanitizer (1.6.0)
|
175
170
|
loofah (~> 2.21)
|
176
171
|
nokogiri (~> 1.14)
|
177
|
-
railties (7.
|
178
|
-
actionpack (= 7.
|
179
|
-
activesupport (= 7.
|
180
|
-
irb
|
172
|
+
railties (7.2.0)
|
173
|
+
actionpack (= 7.2.0)
|
174
|
+
activesupport (= 7.2.0)
|
175
|
+
irb (~> 1.13)
|
181
176
|
rackup (>= 1.0.0)
|
182
177
|
rake (>= 12.2)
|
183
178
|
thor (~> 1.0, >= 1.2.2)
|
@@ -191,7 +186,7 @@ GEM
|
|
191
186
|
regexp_parser (2.9.2)
|
192
187
|
reline (0.5.9)
|
193
188
|
io-console (~> 0.5)
|
194
|
-
rexml (3.3.
|
189
|
+
rexml (3.3.4)
|
195
190
|
strscan
|
196
191
|
rspec (3.13.0)
|
197
192
|
rspec-core (~> 3.13.0)
|
@@ -217,7 +212,7 @@ GEM
|
|
217
212
|
rubocop-ast (>= 1.31.1, < 2.0)
|
218
213
|
ruby-progressbar (~> 1.7)
|
219
214
|
unicode-display_width (>= 2.4.0, < 3.0)
|
220
|
-
rubocop-ast (1.
|
215
|
+
rubocop-ast (1.32.0)
|
221
216
|
parser (>= 3.3.1.0)
|
222
217
|
rubocop-capybara (2.21.0)
|
223
218
|
rubocop (~> 1.41)
|
@@ -250,7 +245,7 @@ GEM
|
|
250
245
|
rubocop-sequel (0.3.4)
|
251
246
|
rubocop (~> 1.0)
|
252
247
|
ruby-progressbar (1.13.0)
|
253
|
-
securerandom (0.
|
248
|
+
securerandom (0.3.1)
|
254
249
|
sidekiq (7.3.0)
|
255
250
|
concurrent-ruby (< 2)
|
256
251
|
connection_pool (>= 2.3.0)
|
@@ -264,11 +259,12 @@ GEM
|
|
264
259
|
tzinfo (2.0.6)
|
265
260
|
concurrent-ruby (~> 1.0)
|
266
261
|
unicode-display_width (2.5.0)
|
262
|
+
useragent (0.16.10)
|
267
263
|
webrick (1.8.1)
|
268
264
|
websocket-driver (0.7.6)
|
269
265
|
websocket-extensions (>= 0.1.0)
|
270
266
|
websocket-extensions (0.1.5)
|
271
|
-
zeitwerk (2.6.
|
267
|
+
zeitwerk (2.6.17)
|
272
268
|
|
273
269
|
PLATFORMS
|
274
270
|
arm64-darwin-22
|
data/lib/memolog/version.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
|