memolog 0.5.2 → 0.5.3

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: 26a1f1133c9b055600c33a91d7c53f59adb80c6d4965d655a5202114d69f770b
4
- data.tar.gz: bce4c804aec15718d38cb9e73ce9866861676dfa2f2c59d9c3c50e6dd67330de
3
+ metadata.gz: 559e5a7e0fa209df80d730d510940cbd02f86af04bdc776639720cc16f258cb1
4
+ data.tar.gz: eb0c3ded2c2832495c5faf135427c44e14e1f045b55316b93483768fe8d01a7e
5
5
  SHA512:
6
- metadata.gz: 9ba992c3aae9358737c56c3154d1ebf88007abb26e8b8bcc8225e9a2d9cbc500c01e63b9de6cb4e456e79e067692d36988b87dc30f78fee8ed4abc04f9977ccd
7
- data.tar.gz: 7c757c5e1b80e846434acc435f4bd5141f483d5c056cb10b837977b62a8acc7795ce5e00bcd6e120a0514c035b6d6dd5cc7d4fe5c586e3831c4b5656362fe30e
6
+ metadata.gz: edb4ac11fc4e7376307ae0a34574a06119221415cb858aae319ce998e37e90292496bb3df98ba163be4edda9131a87202831277f7ce60773d9343218d631a8f1
7
+ data.tar.gz: e269e99c5de9fce600d4eb72ea12dd2691a89d925ef9260acb393eedb36d3fb782ed41586135296c936fd810f7a5db91a5531aaba1f98491341da2eeba432174
@@ -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.3)
5
5
  json (~> 2)
6
6
  logger (~> 1.4.3)
7
7
  securerandom (~> 0.1.0)
@@ -9,87 +9,104 @@ 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)
13
+ actionpack (= 7.1.3)
14
+ activesupport (= 7.1.3)
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)
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)
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)
29
+ actionpack (= 7.1.3)
30
+ actionview (= 7.1.3)
31
+ activejob (= 7.1.3)
32
+ activesupport (= 7.1.3)
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)
39
+ actionview (= 7.1.3)
40
+ activesupport (= 7.1.3)
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)
49
+ actionpack (= 7.1.3)
50
+ activerecord (= 7.1.3)
51
+ activestorage (= 7.1.3)
52
+ activesupport (= 7.1.3)
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)
56
+ activesupport (= 7.1.3)
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)
62
+ activesupport (= 7.1.3)
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)
65
+ activesupport (= 7.1.3)
66
+ activerecord (7.1.3)
67
+ activemodel (= 7.1.3)
68
+ activesupport (= 7.1.3)
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
75
  marcel (~> 1.0)
71
- mini_mime (>= 1.1.0)
72
- activesupport (7.0.8)
76
+ activesupport (7.1.3)
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.6)
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.0)
97
+ ruby2_keywords
85
98
  erubi (1.12.0)
86
99
  globalid (1.2.1)
87
100
  activesupport (>= 6.1)
88
101
  i18n (1.14.1)
89
102
  concurrent-ruby (~> 1.0)
90
- json (2.6.3)
103
+ io-console (0.7.2)
104
+ irb (1.11.1)
105
+ rdoc
106
+ reline (>= 0.4.2)
107
+ json (2.7.1)
91
108
  logger (1.4.4)
92
- loofah (2.21.3)
109
+ loofah (2.22.0)
93
110
  crass (~> 1.0.2)
94
111
  nokogiri (>= 1.12.0)
95
112
  mail (2.8.1)
@@ -100,48 +117,56 @@ GEM
100
117
  marcel (1.0.2)
101
118
  method_source (1.0.0)
102
119
  mini_mime (1.1.5)
103
- minitest (5.20.0)
104
- net-imap (0.3.7)
120
+ minitest (5.22.0)
121
+ mutex_m (0.2.0)
122
+ net-imap (0.4.10)
105
123
  date
106
124
  net-protocol
107
125
  net-pop (0.1.2)
108
126
  net-protocol
109
- net-protocol (0.2.1)
127
+ net-protocol (0.2.2)
110
128
  timeout
111
- net-smtp (0.4.0)
129
+ net-smtp (0.4.0.1)
112
130
  net-protocol
113
- nio4r (2.5.9)
114
- nokogiri (1.15.4-arm64-darwin)
131
+ nio4r (2.7.0)
132
+ nokogiri (1.16.2-arm64-darwin)
115
133
  racc (~> 1.4)
116
- nokogiri (1.15.4-x86_64-darwin)
134
+ nokogiri (1.16.2-x86_64-darwin)
117
135
  racc (~> 1.4)
118
- nokogiri (1.15.4-x86_64-linux)
136
+ nokogiri (1.16.2-x86_64-linux)
119
137
  racc (~> 1.4)
120
- parallel (1.23.0)
121
- parser (3.2.2.3)
138
+ parallel (1.24.0)
139
+ parser (3.3.0.5)
122
140
  ast (~> 2.4.1)
123
141
  racc
124
142
  pry (0.14.2)
125
143
  coderay (~> 1.1)
126
144
  method_source (~> 1.0)
127
- racc (1.7.1)
128
- rack (2.2.8)
145
+ psych (5.1.2)
146
+ stringio
147
+ racc (1.7.3)
148
+ rack (3.0.9)
149
+ rack-session (2.0.0)
150
+ rack (>= 3.0.0)
129
151
  rack-test (2.1.0)
130
152
  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)
153
+ rackup (2.1.0)
154
+ rack (>= 3)
155
+ 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)
143
168
  bundler (>= 1.15.0)
144
- railties (= 7.0.8)
169
+ railties (= 7.1.3)
145
170
  rails-dom-testing (2.2.0)
146
171
  activesupport (>= 5.0.0)
147
172
  minitest
@@ -149,32 +174,37 @@ GEM
149
174
  rails-html-sanitizer (1.6.0)
150
175
  loofah (~> 2.21)
151
176
  nokogiri (~> 1.14)
152
- railties (7.0.8)
153
- actionpack (= 7.0.8)
154
- activesupport (= 7.0.8)
155
- method_source
177
+ railties (7.1.3)
178
+ actionpack (= 7.1.3)
179
+ activesupport (= 7.1.3)
180
+ irb
181
+ rackup (>= 1.0.0)
156
182
  rake (>= 12.2)
157
- thor (~> 1.0)
158
- zeitwerk (~> 2.5)
183
+ thor (~> 1.0, >= 1.2.2)
184
+ zeitwerk (~> 2.6)
159
185
  rainbow (3.1.1)
160
- rake (13.0.6)
161
- redis-client (0.17.0)
186
+ rake (13.1.0)
187
+ rdoc (6.6.2)
188
+ psych (>= 4.0.0)
189
+ redis-client (0.19.1)
162
190
  connection_pool
163
- regexp_parser (2.8.1)
191
+ regexp_parser (2.9.0)
192
+ reline (0.4.2)
193
+ io-console (~> 0.5)
164
194
  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)
195
+ rspec (3.13.0)
196
+ rspec-core (~> 3.13.0)
197
+ rspec-expectations (~> 3.13.0)
198
+ rspec-mocks (~> 3.13.0)
199
+ rspec-core (3.13.0)
200
+ rspec-support (~> 3.13.0)
201
+ rspec-expectations (3.13.0)
172
202
  diff-lcs (>= 1.2.0, < 2.0)
173
- rspec-support (~> 3.12.0)
174
- rspec-mocks (3.12.6)
203
+ rspec-support (~> 3.13.0)
204
+ rspec-mocks (3.13.0)
175
205
  diff-lcs (>= 1.2.0, < 2.0)
176
- rspec-support (~> 3.12.0)
177
- rspec-support (3.12.1)
206
+ rspec-support (~> 3.13.0)
207
+ rspec-support (3.13.0)
178
208
  rubocop (1.50.2)
179
209
  json (~> 2.3)
180
210
  parallel (~> 1.10)
@@ -185,9 +215,9 @@ GEM
185
215
  rubocop-ast (>= 1.28.0, < 2.0)
186
216
  ruby-progressbar (~> 1.7)
187
217
  unicode-display_width (>= 2.4.0, < 3.0)
188
- rubocop-ast (1.29.0)
218
+ rubocop-ast (1.30.0)
189
219
  parser (>= 3.2.1.0)
190
- rubocop-capybara (2.19.0)
220
+ rubocop-capybara (2.20.0)
191
221
  rubocop (~> 1.41)
192
222
  rubocop-config-umbrellio (1.50.0.85)
193
223
  rubocop (~> 1.50.0)
@@ -211,21 +241,24 @@ GEM
211
241
  rubocop-sequel (0.3.4)
212
242
  rubocop (~> 1.0)
213
243
  ruby-progressbar (1.13.0)
244
+ ruby2_keywords (0.0.5)
214
245
  securerandom (0.1.1)
215
- sidekiq (7.1.5)
246
+ sidekiq (7.2.1)
216
247
  concurrent-ruby (< 2)
217
248
  connection_pool (>= 2.3.0)
218
249
  rack (>= 2.2.4)
219
- redis-client (>= 0.14.0)
220
- thor (1.2.2)
221
- timeout (0.4.0)
250
+ redis-client (>= 0.19.0)
251
+ stringio (3.1.0)
252
+ thor (1.3.0)
253
+ timeout (0.4.1)
222
254
  tzinfo (2.0.6)
223
255
  concurrent-ruby (~> 1.0)
224
256
  unicode-display_width (2.5.0)
257
+ webrick (1.8.1)
225
258
  websocket-driver (0.7.6)
226
259
  websocket-extensions (>= 0.1.0)
227
260
  websocket-extensions (0.1.5)
228
- zeitwerk (2.6.12)
261
+ zeitwerk (2.6.13)
229
262
 
230
263
  PLATFORMS
231
264
  arm64-darwin-22
@@ -243,4 +276,4 @@ DEPENDENCIES
243
276
  sidekiq
244
277
 
245
278
  BUNDLED WITH
246
- 2.4.19
279
+ 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.3"
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.3
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-02-06 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.