memolog 0.4.4 → 0.4.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +57 -57
  3. data/lib/memolog/version.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 209b6cb9c56b92b3efd69c32c7b4009498a2f71d1e41f1ddbc6956f1a0ad09c8
4
- data.tar.gz: b8ac41b371bcc278f136ea2456b637b3bd0ba70470f97304720d18ca241eb1d9
3
+ metadata.gz: bbdaaef804200b8db555f34b6cad769fec87a4a3227ceee95bee487b803aa07f
4
+ data.tar.gz: 88d9629d1c90b5422999cb40e9834a7509ddee2c81a21cf5f23164f494442024
5
5
  SHA512:
6
- metadata.gz: c70926e60266485e29ac65943de44d38a337b82f9448ce98dd643e5cc374e2407d302f057d579d7ec44d4dd969c1d55ee04bd62674dd65f53ac108810c81f2c5
7
- data.tar.gz: 8d4753e1842f5928619cabb3286ac6ad99388f7b201a0772979a1ef80320c29037018afe8b778be409a46ff8afa1d2fca902a8f07c984c3417367d24514c23e4
6
+ metadata.gz: 41cd96c155ddc4be43eb557c3b3f2ebf1efdb086a8e505a39927f078dee958087b2561f35f2a742968c6ed7d4f74e5df1e3950c11752dbabde2c5fb37564a05a
7
+ data.tar.gz: adb02272efe0d282dad31432312a00b5ed2c46f9ac5645c44117132165ba8f7db90c15aa0f453ac20e247aa5791683a2b0b9827c187db3f0a53d8fc88e9423ba
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- memolog (0.4.4)
4
+ memolog (0.4.5)
5
5
  json (~> 2)
6
6
  logger (~> 1.4.3)
7
7
  securerandom (~> 0.1.0)
@@ -9,67 +9,67 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- actioncable (7.0.2.3)
13
- actionpack (= 7.0.2.3)
14
- activesupport (= 7.0.2.3)
12
+ actioncable (7.0.2.4)
13
+ actionpack (= 7.0.2.4)
14
+ activesupport (= 7.0.2.4)
15
15
  nio4r (~> 2.0)
16
16
  websocket-driver (>= 0.6.1)
17
- actionmailbox (7.0.2.3)
18
- actionpack (= 7.0.2.3)
19
- activejob (= 7.0.2.3)
20
- activerecord (= 7.0.2.3)
21
- activestorage (= 7.0.2.3)
22
- activesupport (= 7.0.2.3)
17
+ actionmailbox (7.0.2.4)
18
+ actionpack (= 7.0.2.4)
19
+ activejob (= 7.0.2.4)
20
+ activerecord (= 7.0.2.4)
21
+ activestorage (= 7.0.2.4)
22
+ activesupport (= 7.0.2.4)
23
23
  mail (>= 2.7.1)
24
24
  net-imap
25
25
  net-pop
26
26
  net-smtp
27
- actionmailer (7.0.2.3)
28
- actionpack (= 7.0.2.3)
29
- actionview (= 7.0.2.3)
30
- activejob (= 7.0.2.3)
31
- activesupport (= 7.0.2.3)
27
+ actionmailer (7.0.2.4)
28
+ actionpack (= 7.0.2.4)
29
+ actionview (= 7.0.2.4)
30
+ activejob (= 7.0.2.4)
31
+ activesupport (= 7.0.2.4)
32
32
  mail (~> 2.5, >= 2.5.4)
33
33
  net-imap
34
34
  net-pop
35
35
  net-smtp
36
36
  rails-dom-testing (~> 2.0)
37
- actionpack (7.0.2.3)
38
- actionview (= 7.0.2.3)
39
- activesupport (= 7.0.2.3)
37
+ actionpack (7.0.2.4)
38
+ actionview (= 7.0.2.4)
39
+ activesupport (= 7.0.2.4)
40
40
  rack (~> 2.0, >= 2.2.0)
41
41
  rack-test (>= 0.6.3)
42
42
  rails-dom-testing (~> 2.0)
43
43
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
44
- actiontext (7.0.2.3)
45
- actionpack (= 7.0.2.3)
46
- activerecord (= 7.0.2.3)
47
- activestorage (= 7.0.2.3)
48
- activesupport (= 7.0.2.3)
44
+ actiontext (7.0.2.4)
45
+ actionpack (= 7.0.2.4)
46
+ activerecord (= 7.0.2.4)
47
+ activestorage (= 7.0.2.4)
48
+ activesupport (= 7.0.2.4)
49
49
  globalid (>= 0.6.0)
50
50
  nokogiri (>= 1.8.5)
51
- actionview (7.0.2.3)
52
- activesupport (= 7.0.2.3)
51
+ actionview (7.0.2.4)
52
+ activesupport (= 7.0.2.4)
53
53
  builder (~> 3.1)
54
54
  erubi (~> 1.4)
55
55
  rails-dom-testing (~> 2.0)
56
56
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
57
- activejob (7.0.2.3)
58
- activesupport (= 7.0.2.3)
57
+ activejob (7.0.2.4)
58
+ activesupport (= 7.0.2.4)
59
59
  globalid (>= 0.3.6)
60
- activemodel (7.0.2.3)
61
- activesupport (= 7.0.2.3)
62
- activerecord (7.0.2.3)
63
- activemodel (= 7.0.2.3)
64
- activesupport (= 7.0.2.3)
65
- activestorage (7.0.2.3)
66
- actionpack (= 7.0.2.3)
67
- activejob (= 7.0.2.3)
68
- activerecord (= 7.0.2.3)
69
- activesupport (= 7.0.2.3)
60
+ activemodel (7.0.2.4)
61
+ activesupport (= 7.0.2.4)
62
+ activerecord (7.0.2.4)
63
+ activemodel (= 7.0.2.4)
64
+ activesupport (= 7.0.2.4)
65
+ activestorage (7.0.2.4)
66
+ actionpack (= 7.0.2.4)
67
+ activejob (= 7.0.2.4)
68
+ activerecord (= 7.0.2.4)
69
+ activesupport (= 7.0.2.4)
70
70
  marcel (~> 1.0)
71
71
  mini_mime (>= 1.1.0)
72
- activesupport (7.0.2.3)
72
+ activesupport (7.0.2.4)
73
73
  concurrent-ruby (~> 1.0, >= 1.0.2)
74
74
  i18n (>= 1.6, < 2)
75
75
  minitest (>= 5.1)
@@ -89,7 +89,7 @@ GEM
89
89
  concurrent-ruby (~> 1.0)
90
90
  json (2.6.1)
91
91
  logger (1.4.4)
92
- loofah (2.16.0)
92
+ loofah (2.17.0)
93
93
  crass (~> 1.0.2)
94
94
  nokogiri (>= 1.5.9)
95
95
  mail (2.7.1)
@@ -127,28 +127,28 @@ GEM
127
127
  rack (2.2.3)
128
128
  rack-test (1.1.0)
129
129
  rack (>= 1.0, < 3)
130
- rails (7.0.2.3)
131
- actioncable (= 7.0.2.3)
132
- actionmailbox (= 7.0.2.3)
133
- actionmailer (= 7.0.2.3)
134
- actionpack (= 7.0.2.3)
135
- actiontext (= 7.0.2.3)
136
- actionview (= 7.0.2.3)
137
- activejob (= 7.0.2.3)
138
- activemodel (= 7.0.2.3)
139
- activerecord (= 7.0.2.3)
140
- activestorage (= 7.0.2.3)
141
- activesupport (= 7.0.2.3)
130
+ rails (7.0.2.4)
131
+ actioncable (= 7.0.2.4)
132
+ actionmailbox (= 7.0.2.4)
133
+ actionmailer (= 7.0.2.4)
134
+ actionpack (= 7.0.2.4)
135
+ actiontext (= 7.0.2.4)
136
+ actionview (= 7.0.2.4)
137
+ activejob (= 7.0.2.4)
138
+ activemodel (= 7.0.2.4)
139
+ activerecord (= 7.0.2.4)
140
+ activestorage (= 7.0.2.4)
141
+ activesupport (= 7.0.2.4)
142
142
  bundler (>= 1.15.0)
143
- railties (= 7.0.2.3)
143
+ railties (= 7.0.2.4)
144
144
  rails-dom-testing (2.0.3)
145
145
  activesupport (>= 4.2.0)
146
146
  nokogiri (>= 1.6)
147
147
  rails-html-sanitizer (1.4.2)
148
148
  loofah (~> 2.3)
149
- railties (7.0.2.3)
150
- actionpack (= 7.0.2.3)
151
- activesupport (= 7.0.2.3)
149
+ railties (7.0.2.4)
150
+ actionpack (= 7.0.2.4)
151
+ activesupport (= 7.0.2.4)
152
152
  method_source
153
153
  rake (>= 12.2)
154
154
  thor (~> 1.0)
@@ -156,7 +156,7 @@ GEM
156
156
  rainbow (3.1.1)
157
157
  rake (13.0.6)
158
158
  redis (4.6.0)
159
- regexp_parser (2.3.0)
159
+ regexp_parser (2.3.1)
160
160
  rexml (3.2.5)
161
161
  rspec (3.11.0)
162
162
  rspec-core (~> 3.11.0)
@@ -204,7 +204,7 @@ GEM
204
204
  rubocop (~> 1.0)
205
205
  ruby-progressbar (1.11.0)
206
206
  securerandom (0.1.1)
207
- sidekiq (6.4.1)
207
+ sidekiq (6.4.2)
208
208
  connection_pool (>= 2.2.2)
209
209
  rack (~> 2.0)
210
210
  redis (>= 4.2.0)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Memolog
4
- VERSION = "0.4.4"
4
+ VERSION = "0.4.5"
5
5
  end
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.4.4
4
+ version: 0.4.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: 2022-04-19 00:00:00.000000000 Z
11
+ date: 2022-04-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json
@@ -187,7 +187,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
187
187
  - !ruby/object:Gem::Version
188
188
  version: '0'
189
189
  requirements: []
190
- rubygems_version: 3.3.3
190
+ rubygems_version: 3.3.12
191
191
  signing_key:
192
192
  specification_version: 4
193
193
  summary: In-memory logger for exceptions.