memolog 0.5.3 → 0.5.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +73 -75
  3. data/lib/memolog/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 559e5a7e0fa209df80d730d510940cbd02f86af04bdc776639720cc16f258cb1
4
- data.tar.gz: eb0c3ded2c2832495c5faf135427c44e14e1f045b55316b93483768fe8d01a7e
3
+ metadata.gz: 82369d058781c4d017978c86ea35de50ee9c8687f1d21ff75416df867457741c
4
+ data.tar.gz: 3b607a8e00627ac3063a0a711280d09df75088032621c75ee182fcbbdfface8b
5
5
  SHA512:
6
- metadata.gz: edb4ac11fc4e7376307ae0a34574a06119221415cb858aae319ce998e37e90292496bb3df98ba163be4edda9131a87202831277f7ce60773d9343218d631a8f1
7
- data.tar.gz: e269e99c5de9fce600d4eb72ea12dd2691a89d925ef9260acb393eedb36d3fb782ed41586135296c936fd810f7a5db91a5531aaba1f98491341da2eeba432174
6
+ metadata.gz: f4bbb18a85fa043aa037948b431b13b37963284afcd00e6f6e384c063e259314f9a8a2fb90917da1f154fa6c57fae5048a9670a704da727466df48d828f5039c
7
+ data.tar.gz: 59ebfea192c6ce4037048e2456be70a4961d7094c60309deb20497a56206ce11395f20fceba9e497786137476ecbe14cd06f00063572b59b3ebb6734916a3d54
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- memolog (0.5.3)
4
+ memolog (0.5.4)
5
5
  json (~> 2)
6
6
  logger (~> 1.4.3)
7
7
  securerandom (~> 0.1.0)
@@ -9,35 +9,35 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- actioncable (7.1.3)
13
- actionpack (= 7.1.3)
14
- activesupport (= 7.1.3)
12
+ actioncable (7.1.3.2)
13
+ actionpack (= 7.1.3.2)
14
+ activesupport (= 7.1.3.2)
15
15
  nio4r (~> 2.0)
16
16
  websocket-driver (>= 0.6.1)
17
17
  zeitwerk (~> 2.6)
18
- actionmailbox (7.1.3)
19
- actionpack (= 7.1.3)
20
- activejob (= 7.1.3)
21
- activerecord (= 7.1.3)
22
- activestorage (= 7.1.3)
23
- activesupport (= 7.1.3)
18
+ actionmailbox (7.1.3.2)
19
+ actionpack (= 7.1.3.2)
20
+ activejob (= 7.1.3.2)
21
+ activerecord (= 7.1.3.2)
22
+ activestorage (= 7.1.3.2)
23
+ activesupport (= 7.1.3.2)
24
24
  mail (>= 2.7.1)
25
25
  net-imap
26
26
  net-pop
27
27
  net-smtp
28
- actionmailer (7.1.3)
29
- actionpack (= 7.1.3)
30
- actionview (= 7.1.3)
31
- activejob (= 7.1.3)
32
- activesupport (= 7.1.3)
28
+ actionmailer (7.1.3.2)
29
+ actionpack (= 7.1.3.2)
30
+ actionview (= 7.1.3.2)
31
+ activejob (= 7.1.3.2)
32
+ activesupport (= 7.1.3.2)
33
33
  mail (~> 2.5, >= 2.5.4)
34
34
  net-imap
35
35
  net-pop
36
36
  net-smtp
37
37
  rails-dom-testing (~> 2.2)
38
- actionpack (7.1.3)
39
- actionview (= 7.1.3)
40
- activesupport (= 7.1.3)
38
+ actionpack (7.1.3.2)
39
+ actionview (= 7.1.3.2)
40
+ activesupport (= 7.1.3.2)
41
41
  nokogiri (>= 1.8.5)
42
42
  racc
43
43
  rack (>= 2.2.4)
@@ -45,35 +45,35 @@ GEM
45
45
  rack-test (>= 0.6.3)
46
46
  rails-dom-testing (~> 2.2)
47
47
  rails-html-sanitizer (~> 1.6)
48
- actiontext (7.1.3)
49
- actionpack (= 7.1.3)
50
- activerecord (= 7.1.3)
51
- activestorage (= 7.1.3)
52
- activesupport (= 7.1.3)
48
+ actiontext (7.1.3.2)
49
+ actionpack (= 7.1.3.2)
50
+ activerecord (= 7.1.3.2)
51
+ activestorage (= 7.1.3.2)
52
+ activesupport (= 7.1.3.2)
53
53
  globalid (>= 0.6.0)
54
54
  nokogiri (>= 1.8.5)
55
- actionview (7.1.3)
56
- activesupport (= 7.1.3)
55
+ actionview (7.1.3.2)
56
+ activesupport (= 7.1.3.2)
57
57
  builder (~> 3.1)
58
58
  erubi (~> 1.11)
59
59
  rails-dom-testing (~> 2.2)
60
60
  rails-html-sanitizer (~> 1.6)
61
- activejob (7.1.3)
62
- activesupport (= 7.1.3)
61
+ activejob (7.1.3.2)
62
+ activesupport (= 7.1.3.2)
63
63
  globalid (>= 0.3.6)
64
- activemodel (7.1.3)
65
- activesupport (= 7.1.3)
66
- activerecord (7.1.3)
67
- activemodel (= 7.1.3)
68
- activesupport (= 7.1.3)
64
+ activemodel (7.1.3.2)
65
+ activesupport (= 7.1.3.2)
66
+ activerecord (7.1.3.2)
67
+ activemodel (= 7.1.3.2)
68
+ activesupport (= 7.1.3.2)
69
69
  timeout (>= 0.4.0)
70
- activestorage (7.1.3)
71
- actionpack (= 7.1.3)
72
- activejob (= 7.1.3)
73
- activerecord (= 7.1.3)
74
- activesupport (= 7.1.3)
70
+ activestorage (7.1.3.2)
71
+ actionpack (= 7.1.3.2)
72
+ activejob (= 7.1.3.2)
73
+ activerecord (= 7.1.3.2)
74
+ activesupport (= 7.1.3.2)
75
75
  marcel (~> 1.0)
76
- activesupport (7.1.3)
76
+ activesupport (7.1.3.2)
77
77
  base64
78
78
  bigdecimal
79
79
  concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -85,7 +85,7 @@ GEM
85
85
  tzinfo (~> 2.0)
86
86
  ast (2.4.2)
87
87
  base64 (0.2.0)
88
- bigdecimal (3.1.6)
88
+ bigdecimal (3.1.7)
89
89
  builder (3.2.4)
90
90
  coderay (1.1.3)
91
91
  concurrent-ruby (1.2.3)
@@ -93,15 +93,14 @@ GEM
93
93
  crass (1.0.6)
94
94
  date (3.3.4)
95
95
  diff-lcs (1.5.1)
96
- drb (2.2.0)
97
- ruby2_keywords
96
+ drb (2.2.1)
98
97
  erubi (1.12.0)
99
98
  globalid (1.2.1)
100
99
  activesupport (>= 6.1)
101
- i18n (1.14.1)
100
+ i18n (1.14.4)
102
101
  concurrent-ruby (~> 1.0)
103
102
  io-console (0.7.2)
104
- irb (1.11.1)
103
+ irb (1.12.0)
105
104
  rdoc
106
105
  reline (>= 0.4.2)
107
106
  json (2.7.1)
@@ -114,10 +113,10 @@ GEM
114
113
  net-imap
115
114
  net-pop
116
115
  net-smtp
117
- marcel (1.0.2)
116
+ marcel (1.0.4)
118
117
  method_source (1.0.0)
119
118
  mini_mime (1.1.5)
120
- minitest (5.22.0)
119
+ minitest (5.22.3)
121
120
  mutex_m (0.2.0)
122
121
  net-imap (0.4.10)
123
122
  date
@@ -128,12 +127,12 @@ GEM
128
127
  timeout
129
128
  net-smtp (0.4.0.1)
130
129
  net-protocol
131
- nio4r (2.7.0)
132
- nokogiri (1.16.2-arm64-darwin)
130
+ nio4r (2.7.1)
131
+ nokogiri (1.16.3-arm64-darwin)
133
132
  racc (~> 1.4)
134
- nokogiri (1.16.2-x86_64-darwin)
133
+ nokogiri (1.16.3-x86_64-darwin)
135
134
  racc (~> 1.4)
136
- nokogiri (1.16.2-x86_64-linux)
135
+ nokogiri (1.16.3-x86_64-linux)
137
136
  racc (~> 1.4)
138
137
  parallel (1.24.0)
139
138
  parser (3.3.0.5)
@@ -145,7 +144,7 @@ GEM
145
144
  psych (5.1.2)
146
145
  stringio
147
146
  racc (1.7.3)
148
- rack (3.0.9)
147
+ rack (3.0.10)
149
148
  rack-session (2.0.0)
150
149
  rack (>= 3.0.0)
151
150
  rack-test (2.1.0)
@@ -153,20 +152,20 @@ GEM
153
152
  rackup (2.1.0)
154
153
  rack (>= 3)
155
154
  webrick (~> 1.8)
156
- rails (7.1.3)
157
- actioncable (= 7.1.3)
158
- actionmailbox (= 7.1.3)
159
- actionmailer (= 7.1.3)
160
- actionpack (= 7.1.3)
161
- actiontext (= 7.1.3)
162
- actionview (= 7.1.3)
163
- activejob (= 7.1.3)
164
- activemodel (= 7.1.3)
165
- activerecord (= 7.1.3)
166
- activestorage (= 7.1.3)
167
- activesupport (= 7.1.3)
155
+ rails (7.1.3.2)
156
+ actioncable (= 7.1.3.2)
157
+ actionmailbox (= 7.1.3.2)
158
+ actionmailer (= 7.1.3.2)
159
+ actionpack (= 7.1.3.2)
160
+ actiontext (= 7.1.3.2)
161
+ actionview (= 7.1.3.2)
162
+ activejob (= 7.1.3.2)
163
+ activemodel (= 7.1.3.2)
164
+ activerecord (= 7.1.3.2)
165
+ activestorage (= 7.1.3.2)
166
+ activesupport (= 7.1.3.2)
168
167
  bundler (>= 1.15.0)
169
- railties (= 7.1.3)
168
+ railties (= 7.1.3.2)
170
169
  rails-dom-testing (2.2.0)
171
170
  activesupport (>= 5.0.0)
172
171
  minitest
@@ -174,9 +173,9 @@ GEM
174
173
  rails-html-sanitizer (1.6.0)
175
174
  loofah (~> 2.21)
176
175
  nokogiri (~> 1.14)
177
- railties (7.1.3)
178
- actionpack (= 7.1.3)
179
- activesupport (= 7.1.3)
176
+ railties (7.1.3.2)
177
+ actionpack (= 7.1.3.2)
178
+ activesupport (= 7.1.3.2)
180
179
  irb
181
180
  rackup (>= 1.0.0)
182
181
  rake (>= 12.2)
@@ -184,12 +183,12 @@ GEM
184
183
  zeitwerk (~> 2.6)
185
184
  rainbow (3.1.1)
186
185
  rake (13.1.0)
187
- rdoc (6.6.2)
186
+ rdoc (6.6.3.1)
188
187
  psych (>= 4.0.0)
189
- redis-client (0.19.1)
188
+ redis-client (0.21.1)
190
189
  connection_pool
191
190
  regexp_parser (2.9.0)
192
- reline (0.4.2)
191
+ reline (0.5.0)
193
192
  io-console (~> 0.5)
194
193
  rexml (3.2.6)
195
194
  rspec (3.13.0)
@@ -204,7 +203,7 @@ GEM
204
203
  rspec-mocks (3.13.0)
205
204
  diff-lcs (>= 1.2.0, < 2.0)
206
205
  rspec-support (~> 3.13.0)
207
- rspec-support (3.13.0)
206
+ rspec-support (3.13.1)
208
207
  rubocop (1.50.2)
209
208
  json (~> 2.3)
210
209
  parallel (~> 1.10)
@@ -215,8 +214,8 @@ GEM
215
214
  rubocop-ast (>= 1.28.0, < 2.0)
216
215
  ruby-progressbar (~> 1.7)
217
216
  unicode-display_width (>= 2.4.0, < 3.0)
218
- rubocop-ast (1.30.0)
219
- parser (>= 3.2.1.0)
217
+ rubocop-ast (1.31.2)
218
+ parser (>= 3.3.0.4)
220
219
  rubocop-capybara (2.20.0)
221
220
  rubocop (~> 1.41)
222
221
  rubocop-config-umbrellio (1.50.0.85)
@@ -241,15 +240,14 @@ GEM
241
240
  rubocop-sequel (0.3.4)
242
241
  rubocop (~> 1.0)
243
242
  ruby-progressbar (1.13.0)
244
- ruby2_keywords (0.0.5)
245
243
  securerandom (0.1.1)
246
- sidekiq (7.2.1)
244
+ sidekiq (7.2.2)
247
245
  concurrent-ruby (< 2)
248
246
  connection_pool (>= 2.3.0)
249
247
  rack (>= 2.2.4)
250
248
  redis-client (>= 0.19.0)
251
249
  stringio (3.1.0)
252
- thor (1.3.0)
250
+ thor (1.3.1)
253
251
  timeout (0.4.1)
254
252
  tzinfo (2.0.6)
255
253
  concurrent-ruby (~> 1.0)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Memolog
4
- VERSION = "0.5.3"
4
+ VERSION = "0.5.4"
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.5.3
4
+ version: 0.5.4
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-02-06 00:00:00.000000000 Z
11
+ date: 2024-03-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json