memolog 0.5.2 → 0.5.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 26a1f1133c9b055600c33a91d7c53f59adb80c6d4965d655a5202114d69f770b
4
- data.tar.gz: bce4c804aec15718d38cb9e73ce9866861676dfa2f2c59d9c3c50e6dd67330de
3
+ metadata.gz: 82369d058781c4d017978c86ea35de50ee9c8687f1d21ff75416df867457741c
4
+ data.tar.gz: 3b607a8e00627ac3063a0a711280d09df75088032621c75ee182fcbbdfface8b
5
5
  SHA512:
6
- metadata.gz: 9ba992c3aae9358737c56c3154d1ebf88007abb26e8b8bcc8225e9a2d9cbc500c01e63b9de6cb4e456e79e067692d36988b87dc30f78fee8ed4abc04f9977ccd
7
- data.tar.gz: 7c757c5e1b80e846434acc435f4bd5141f483d5c056cb10b837977b62a8acc7795ce5e00bcd6e120a0514c035b6d6dd5cc7d4fe5c586e3831c4b5656362fe30e
6
+ metadata.gz: f4bbb18a85fa043aa037948b431b13b37963284afcd00e6f6e384c063e259314f9a8a2fb90917da1f154fa6c57fae5048a9670a704da727466df48d828f5039c
7
+ data.tar.gz: 59ebfea192c6ce4037048e2456be70a4961d7094c60309deb20497a56206ce11395f20fceba9e497786137476ecbe14cd06f00063572b59b3ebb6734916a3d54
@@ -24,7 +24,7 @@ jobs:
24
24
 
25
25
  strategy:
26
26
  matrix:
27
- ruby: [2.7, 3.0, 3.1, 3.2]
27
+ ruby: [3.0, 3.1, 3.2]
28
28
 
29
29
  steps:
30
30
  - uses: actions/checkout@v2
@@ -34,3 +34,20 @@ jobs:
34
34
  bundler-cache: true
35
35
  - name: Run rspec
36
36
  run: bundle exec rspec
37
+
38
+ release:
39
+ runs-on: ubuntu-latest
40
+
41
+ environment: release
42
+
43
+ if: github.event_name == 'push' && github.ref == 'refs/heads/master'
44
+
45
+ steps:
46
+ - uses: actions/checkout@v3
47
+
48
+ - name: Release Gem
49
+ uses: skirushkin/publish-rubygems-action@main
50
+ env:
51
+ RUBYGEMS_API_KEY: ${{secrets.RUBYGEMS_API_KEY}}
52
+ GIT_EMAIL: stepan.kirushkin@gmail.com
53
+ GIT_NAME: Stepan Kirushkin
data/.gitignore CHANGED
@@ -9,5 +9,3 @@
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.5.2)
4
+ memolog (0.5.4)
5
5
  json (~> 2)
6
6
  logger (~> 1.4.3)
7
7
  securerandom (~> 0.1.0)
@@ -9,87 +9,103 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- actioncable (7.0.8)
13
- actionpack (= 7.0.8)
14
- activesupport (= 7.0.8)
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
- actionmailbox (7.0.8)
18
- actionpack (= 7.0.8)
19
- activejob (= 7.0.8)
20
- activerecord (= 7.0.8)
21
- activestorage (= 7.0.8)
22
- activesupport (= 7.0.8)
17
+ zeitwerk (~> 2.6)
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)
23
24
  mail (>= 2.7.1)
24
25
  net-imap
25
26
  net-pop
26
27
  net-smtp
27
- actionmailer (7.0.8)
28
- actionpack (= 7.0.8)
29
- actionview (= 7.0.8)
30
- activejob (= 7.0.8)
31
- activesupport (= 7.0.8)
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)
32
33
  mail (~> 2.5, >= 2.5.4)
33
34
  net-imap
34
35
  net-pop
35
36
  net-smtp
36
- rails-dom-testing (~> 2.0)
37
- actionpack (7.0.8)
38
- actionview (= 7.0.8)
39
- activesupport (= 7.0.8)
40
- rack (~> 2.0, >= 2.2.4)
37
+ rails-dom-testing (~> 2.2)
38
+ actionpack (7.1.3.2)
39
+ actionview (= 7.1.3.2)
40
+ activesupport (= 7.1.3.2)
41
+ nokogiri (>= 1.8.5)
42
+ racc
43
+ rack (>= 2.2.4)
44
+ rack-session (>= 1.0.1)
41
45
  rack-test (>= 0.6.3)
42
- rails-dom-testing (~> 2.0)
43
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
44
- actiontext (7.0.8)
45
- actionpack (= 7.0.8)
46
- activerecord (= 7.0.8)
47
- activestorage (= 7.0.8)
48
- activesupport (= 7.0.8)
46
+ rails-dom-testing (~> 2.2)
47
+ rails-html-sanitizer (~> 1.6)
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)
49
53
  globalid (>= 0.6.0)
50
54
  nokogiri (>= 1.8.5)
51
- actionview (7.0.8)
52
- activesupport (= 7.0.8)
55
+ actionview (7.1.3.2)
56
+ activesupport (= 7.1.3.2)
53
57
  builder (~> 3.1)
54
- erubi (~> 1.4)
55
- rails-dom-testing (~> 2.0)
56
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
57
- activejob (7.0.8)
58
- activesupport (= 7.0.8)
58
+ erubi (~> 1.11)
59
+ rails-dom-testing (~> 2.2)
60
+ rails-html-sanitizer (~> 1.6)
61
+ activejob (7.1.3.2)
62
+ activesupport (= 7.1.3.2)
59
63
  globalid (>= 0.3.6)
60
- activemodel (7.0.8)
61
- activesupport (= 7.0.8)
62
- activerecord (7.0.8)
63
- activemodel (= 7.0.8)
64
- activesupport (= 7.0.8)
65
- activestorage (7.0.8)
66
- actionpack (= 7.0.8)
67
- activejob (= 7.0.8)
68
- activerecord (= 7.0.8)
69
- activesupport (= 7.0.8)
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
+ timeout (>= 0.4.0)
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)
70
75
  marcel (~> 1.0)
71
- mini_mime (>= 1.1.0)
72
- activesupport (7.0.8)
76
+ activesupport (7.1.3.2)
77
+ base64
78
+ bigdecimal
73
79
  concurrent-ruby (~> 1.0, >= 1.0.2)
80
+ connection_pool (>= 2.2.5)
81
+ drb
74
82
  i18n (>= 1.6, < 2)
75
83
  minitest (>= 5.1)
84
+ mutex_m
76
85
  tzinfo (~> 2.0)
77
86
  ast (2.4.2)
87
+ base64 (0.2.0)
88
+ bigdecimal (3.1.7)
78
89
  builder (3.2.4)
79
90
  coderay (1.1.3)
80
- concurrent-ruby (1.2.2)
91
+ concurrent-ruby (1.2.3)
81
92
  connection_pool (2.4.1)
82
93
  crass (1.0.6)
83
- date (3.3.3)
84
- diff-lcs (1.5.0)
94
+ date (3.3.4)
95
+ diff-lcs (1.5.1)
96
+ drb (2.2.1)
85
97
  erubi (1.12.0)
86
98
  globalid (1.2.1)
87
99
  activesupport (>= 6.1)
88
- i18n (1.14.1)
100
+ i18n (1.14.4)
89
101
  concurrent-ruby (~> 1.0)
90
- json (2.6.3)
102
+ io-console (0.7.2)
103
+ irb (1.12.0)
104
+ rdoc
105
+ reline (>= 0.4.2)
106
+ json (2.7.1)
91
107
  logger (1.4.4)
92
- loofah (2.21.3)
108
+ loofah (2.22.0)
93
109
  crass (~> 1.0.2)
94
110
  nokogiri (>= 1.12.0)
95
111
  mail (2.8.1)
@@ -97,51 +113,59 @@ GEM
97
113
  net-imap
98
114
  net-pop
99
115
  net-smtp
100
- marcel (1.0.2)
116
+ marcel (1.0.4)
101
117
  method_source (1.0.0)
102
118
  mini_mime (1.1.5)
103
- minitest (5.20.0)
104
- net-imap (0.3.7)
119
+ minitest (5.22.3)
120
+ mutex_m (0.2.0)
121
+ net-imap (0.4.10)
105
122
  date
106
123
  net-protocol
107
124
  net-pop (0.1.2)
108
125
  net-protocol
109
- net-protocol (0.2.1)
126
+ net-protocol (0.2.2)
110
127
  timeout
111
- net-smtp (0.4.0)
128
+ net-smtp (0.4.0.1)
112
129
  net-protocol
113
- nio4r (2.5.9)
114
- nokogiri (1.15.4-arm64-darwin)
130
+ nio4r (2.7.1)
131
+ nokogiri (1.16.3-arm64-darwin)
115
132
  racc (~> 1.4)
116
- nokogiri (1.15.4-x86_64-darwin)
133
+ nokogiri (1.16.3-x86_64-darwin)
117
134
  racc (~> 1.4)
118
- nokogiri (1.15.4-x86_64-linux)
135
+ nokogiri (1.16.3-x86_64-linux)
119
136
  racc (~> 1.4)
120
- parallel (1.23.0)
121
- parser (3.2.2.3)
137
+ parallel (1.24.0)
138
+ parser (3.3.0.5)
122
139
  ast (~> 2.4.1)
123
140
  racc
124
141
  pry (0.14.2)
125
142
  coderay (~> 1.1)
126
143
  method_source (~> 1.0)
127
- racc (1.7.1)
128
- rack (2.2.8)
144
+ psych (5.1.2)
145
+ stringio
146
+ racc (1.7.3)
147
+ rack (3.0.10)
148
+ rack-session (2.0.0)
149
+ rack (>= 3.0.0)
129
150
  rack-test (2.1.0)
130
151
  rack (>= 1.3)
131
- rails (7.0.8)
132
- actioncable (= 7.0.8)
133
- actionmailbox (= 7.0.8)
134
- actionmailer (= 7.0.8)
135
- actionpack (= 7.0.8)
136
- actiontext (= 7.0.8)
137
- actionview (= 7.0.8)
138
- activejob (= 7.0.8)
139
- activemodel (= 7.0.8)
140
- activerecord (= 7.0.8)
141
- activestorage (= 7.0.8)
142
- activesupport (= 7.0.8)
152
+ rackup (2.1.0)
153
+ rack (>= 3)
154
+ webrick (~> 1.8)
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)
143
167
  bundler (>= 1.15.0)
144
- railties (= 7.0.8)
168
+ railties (= 7.1.3.2)
145
169
  rails-dom-testing (2.2.0)
146
170
  activesupport (>= 5.0.0)
147
171
  minitest
@@ -149,32 +173,37 @@ GEM
149
173
  rails-html-sanitizer (1.6.0)
150
174
  loofah (~> 2.21)
151
175
  nokogiri (~> 1.14)
152
- railties (7.0.8)
153
- actionpack (= 7.0.8)
154
- activesupport (= 7.0.8)
155
- method_source
176
+ railties (7.1.3.2)
177
+ actionpack (= 7.1.3.2)
178
+ activesupport (= 7.1.3.2)
179
+ irb
180
+ rackup (>= 1.0.0)
156
181
  rake (>= 12.2)
157
- thor (~> 1.0)
158
- zeitwerk (~> 2.5)
182
+ thor (~> 1.0, >= 1.2.2)
183
+ zeitwerk (~> 2.6)
159
184
  rainbow (3.1.1)
160
- rake (13.0.6)
161
- redis-client (0.17.0)
185
+ rake (13.1.0)
186
+ rdoc (6.6.3.1)
187
+ psych (>= 4.0.0)
188
+ redis-client (0.21.1)
162
189
  connection_pool
163
- regexp_parser (2.8.1)
190
+ regexp_parser (2.9.0)
191
+ reline (0.5.0)
192
+ io-console (~> 0.5)
164
193
  rexml (3.2.6)
165
- rspec (3.12.0)
166
- rspec-core (~> 3.12.0)
167
- rspec-expectations (~> 3.12.0)
168
- rspec-mocks (~> 3.12.0)
169
- rspec-core (3.12.2)
170
- rspec-support (~> 3.12.0)
171
- rspec-expectations (3.12.3)
194
+ rspec (3.13.0)
195
+ rspec-core (~> 3.13.0)
196
+ rspec-expectations (~> 3.13.0)
197
+ rspec-mocks (~> 3.13.0)
198
+ rspec-core (3.13.0)
199
+ rspec-support (~> 3.13.0)
200
+ rspec-expectations (3.13.0)
172
201
  diff-lcs (>= 1.2.0, < 2.0)
173
- rspec-support (~> 3.12.0)
174
- rspec-mocks (3.12.6)
202
+ rspec-support (~> 3.13.0)
203
+ rspec-mocks (3.13.0)
175
204
  diff-lcs (>= 1.2.0, < 2.0)
176
- rspec-support (~> 3.12.0)
177
- rspec-support (3.12.1)
205
+ rspec-support (~> 3.13.0)
206
+ rspec-support (3.13.1)
178
207
  rubocop (1.50.2)
179
208
  json (~> 2.3)
180
209
  parallel (~> 1.10)
@@ -185,9 +214,9 @@ GEM
185
214
  rubocop-ast (>= 1.28.0, < 2.0)
186
215
  ruby-progressbar (~> 1.7)
187
216
  unicode-display_width (>= 2.4.0, < 3.0)
188
- rubocop-ast (1.29.0)
189
- parser (>= 3.2.1.0)
190
- rubocop-capybara (2.19.0)
217
+ rubocop-ast (1.31.2)
218
+ parser (>= 3.3.0.4)
219
+ rubocop-capybara (2.20.0)
191
220
  rubocop (~> 1.41)
192
221
  rubocop-config-umbrellio (1.50.0.85)
193
222
  rubocop (~> 1.50.0)
@@ -212,20 +241,22 @@ GEM
212
241
  rubocop (~> 1.0)
213
242
  ruby-progressbar (1.13.0)
214
243
  securerandom (0.1.1)
215
- sidekiq (7.1.5)
244
+ sidekiq (7.2.2)
216
245
  concurrent-ruby (< 2)
217
246
  connection_pool (>= 2.3.0)
218
247
  rack (>= 2.2.4)
219
- redis-client (>= 0.14.0)
220
- thor (1.2.2)
221
- timeout (0.4.0)
248
+ redis-client (>= 0.19.0)
249
+ stringio (3.1.0)
250
+ thor (1.3.1)
251
+ timeout (0.4.1)
222
252
  tzinfo (2.0.6)
223
253
  concurrent-ruby (~> 1.0)
224
254
  unicode-display_width (2.5.0)
255
+ webrick (1.8.1)
225
256
  websocket-driver (0.7.6)
226
257
  websocket-extensions (>= 0.1.0)
227
258
  websocket-extensions (0.1.5)
228
- zeitwerk (2.6.12)
259
+ zeitwerk (2.6.13)
229
260
 
230
261
  PLATFORMS
231
262
  arm64-darwin-22
@@ -243,4 +274,4 @@ DEPENDENCIES
243
274
  sidekiq
244
275
 
245
276
  BUNDLED WITH
246
- 2.4.19
277
+ 2.5.5
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Memolog
4
- VERSION = "0.5.2"
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.2
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: 2023-10-04 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
@@ -103,7 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
103
103
  - !ruby/object:Gem::Version
104
104
  version: '0'
105
105
  requirements: []
106
- rubygems_version: 3.4.19
106
+ rubygems_version: 3.5.3
107
107
  signing_key:
108
108
  specification_version: 4
109
109
  summary: In-memory logger for exceptions.