lamian 1.7.0 → 1.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/test.yml +1 -1
- data/Changelog.md +3 -0
- data/Gemfile.lock +147 -108
- data/lib/lamian/logger_extension.rb +1 -1
- data/lib/lamian/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3b57232a152bc551ab708c63da1fc32bd77c38ba58b58ced8f9ea4cfa1f79f17
|
4
|
+
data.tar.gz: 861029591ca765ab01f01243ea31f86af612dc8837c93e66c5c05e18730586fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4a886b93c920d46c84a6be2ef880b2abf3fd33e6971e81c1564d51c47530d38e6e9ddc91fe21704f46dc238776b775bf9001174f043e485095eb3e471d25b1e4
|
7
|
+
data.tar.gz: 71bc11a5b32cdcd1fc69b1a4994073043c9bedd498d5db063806cb1fb70dc978b414a4583dea0517967fec1a1fec97ecc81a8dd3aafcd0ca68db2ba4f0a73114
|
data/.github/workflows/test.yml
CHANGED
data/Changelog.md
CHANGED
@@ -4,6 +4,9 @@ Update this on a pull request, under `Lamian::VERSION`
|
|
4
4
|
(also known as next version). If this constant would be changed without release,
|
5
5
|
I'll update it here too
|
6
6
|
|
7
|
+
## 1.8.0
|
8
|
+
* Minor dependency updates;
|
9
|
+
|
7
10
|
## 1.3.0
|
8
11
|
* Add support for the (new sentry gem)[https://github.com/getsentry/sentry-ruby].
|
9
12
|
|
data/Gemfile.lock
CHANGED
@@ -1,80 +1,91 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
lamian (1.
|
4
|
+
lamian (1.8.0)
|
5
5
|
rails (>= 4.2)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
actioncable (7.
|
11
|
-
actionpack (= 7.
|
12
|
-
activesupport (= 7.
|
10
|
+
actioncable (7.1.3)
|
11
|
+
actionpack (= 7.1.3)
|
12
|
+
activesupport (= 7.1.3)
|
13
13
|
nio4r (~> 2.0)
|
14
14
|
websocket-driver (>= 0.6.1)
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
15
|
+
zeitwerk (~> 2.6)
|
16
|
+
actionmailbox (7.1.3)
|
17
|
+
actionpack (= 7.1.3)
|
18
|
+
activejob (= 7.1.3)
|
19
|
+
activerecord (= 7.1.3)
|
20
|
+
activestorage (= 7.1.3)
|
21
|
+
activesupport (= 7.1.3)
|
21
22
|
mail (>= 2.7.1)
|
22
23
|
net-imap
|
23
24
|
net-pop
|
24
25
|
net-smtp
|
25
|
-
actionmailer (7.
|
26
|
-
actionpack (= 7.
|
27
|
-
actionview (= 7.
|
28
|
-
activejob (= 7.
|
29
|
-
activesupport (= 7.
|
26
|
+
actionmailer (7.1.3)
|
27
|
+
actionpack (= 7.1.3)
|
28
|
+
actionview (= 7.1.3)
|
29
|
+
activejob (= 7.1.3)
|
30
|
+
activesupport (= 7.1.3)
|
30
31
|
mail (~> 2.5, >= 2.5.4)
|
31
32
|
net-imap
|
32
33
|
net-pop
|
33
34
|
net-smtp
|
34
|
-
rails-dom-testing (~> 2.
|
35
|
-
actionpack (7.
|
36
|
-
actionview (= 7.
|
37
|
-
activesupport (= 7.
|
38
|
-
|
35
|
+
rails-dom-testing (~> 2.2)
|
36
|
+
actionpack (7.1.3)
|
37
|
+
actionview (= 7.1.3)
|
38
|
+
activesupport (= 7.1.3)
|
39
|
+
nokogiri (>= 1.8.5)
|
40
|
+
racc
|
41
|
+
rack (>= 2.2.4)
|
42
|
+
rack-session (>= 1.0.1)
|
39
43
|
rack-test (>= 0.6.3)
|
40
|
-
rails-dom-testing (~> 2.
|
41
|
-
rails-html-sanitizer (~> 1.
|
42
|
-
actiontext (7.
|
43
|
-
actionpack (= 7.
|
44
|
-
activerecord (= 7.
|
45
|
-
activestorage (= 7.
|
46
|
-
activesupport (= 7.
|
44
|
+
rails-dom-testing (~> 2.2)
|
45
|
+
rails-html-sanitizer (~> 1.6)
|
46
|
+
actiontext (7.1.3)
|
47
|
+
actionpack (= 7.1.3)
|
48
|
+
activerecord (= 7.1.3)
|
49
|
+
activestorage (= 7.1.3)
|
50
|
+
activesupport (= 7.1.3)
|
47
51
|
globalid (>= 0.6.0)
|
48
52
|
nokogiri (>= 1.8.5)
|
49
|
-
actionview (7.
|
50
|
-
activesupport (= 7.
|
53
|
+
actionview (7.1.3)
|
54
|
+
activesupport (= 7.1.3)
|
51
55
|
builder (~> 3.1)
|
52
|
-
erubi (~> 1.
|
53
|
-
rails-dom-testing (~> 2.
|
54
|
-
rails-html-sanitizer (~> 1.
|
55
|
-
activejob (7.
|
56
|
-
activesupport (= 7.
|
56
|
+
erubi (~> 1.11)
|
57
|
+
rails-dom-testing (~> 2.2)
|
58
|
+
rails-html-sanitizer (~> 1.6)
|
59
|
+
activejob (7.1.3)
|
60
|
+
activesupport (= 7.1.3)
|
57
61
|
globalid (>= 0.3.6)
|
58
|
-
activemodel (7.
|
59
|
-
activesupport (= 7.
|
60
|
-
activerecord (7.
|
61
|
-
activemodel (= 7.
|
62
|
-
activesupport (= 7.
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
62
|
+
activemodel (7.1.3)
|
63
|
+
activesupport (= 7.1.3)
|
64
|
+
activerecord (7.1.3)
|
65
|
+
activemodel (= 7.1.3)
|
66
|
+
activesupport (= 7.1.3)
|
67
|
+
timeout (>= 0.4.0)
|
68
|
+
activestorage (7.1.3)
|
69
|
+
actionpack (= 7.1.3)
|
70
|
+
activejob (= 7.1.3)
|
71
|
+
activerecord (= 7.1.3)
|
72
|
+
activesupport (= 7.1.3)
|
68
73
|
marcel (~> 1.0)
|
69
|
-
|
70
|
-
|
74
|
+
activesupport (7.1.3)
|
75
|
+
base64
|
76
|
+
bigdecimal
|
71
77
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
78
|
+
connection_pool (>= 2.2.5)
|
79
|
+
drb
|
72
80
|
i18n (>= 1.6, < 2)
|
73
81
|
minitest (>= 5.1)
|
82
|
+
mutex_m
|
74
83
|
tzinfo (~> 2.0)
|
75
84
|
addressable (2.8.1)
|
76
85
|
public_suffix (>= 2.0.2, < 6.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
|
bundler-audit (0.9.1)
|
80
91
|
bundler (>= 1.2.0, < 3)
|
@@ -85,48 +96,61 @@ GEM
|
|
85
96
|
umbrellio-sequel-plugins (~> 0.4)
|
86
97
|
coderay (1.1.3)
|
87
98
|
colorize (0.8.1)
|
88
|
-
concurrent-ruby (1.
|
99
|
+
concurrent-ruby (1.2.3)
|
100
|
+
connection_pool (2.4.1)
|
89
101
|
crass (1.0.6)
|
102
|
+
date (3.3.4)
|
90
103
|
diff-lcs (1.5.0)
|
91
104
|
docile (1.4.0)
|
105
|
+
drb (2.2.0)
|
106
|
+
ruby2_keywords
|
92
107
|
dry-inflector (0.3.0)
|
93
|
-
erubi (1.
|
108
|
+
erubi (1.12.0)
|
94
109
|
faraday (2.6.0)
|
95
110
|
faraday-net_http (>= 2.0, < 3.1)
|
96
111
|
ruby2_keywords (>= 0.0.4)
|
97
112
|
faraday-net_http (3.0.1)
|
98
|
-
globalid (1.
|
99
|
-
activesupport (>=
|
100
|
-
i18n (1.
|
113
|
+
globalid (1.2.1)
|
114
|
+
activesupport (>= 6.1)
|
115
|
+
i18n (1.14.1)
|
101
116
|
concurrent-ruby (~> 1.0)
|
117
|
+
io-console (0.7.2)
|
118
|
+
irb (1.11.1)
|
119
|
+
rdoc
|
120
|
+
reline (>= 0.4.2)
|
102
121
|
json (2.6.2)
|
103
122
|
launchy (2.5.0)
|
104
123
|
addressable (~> 2.7)
|
105
|
-
loofah (2.
|
124
|
+
loofah (2.22.0)
|
106
125
|
crass (~> 1.0.2)
|
107
|
-
nokogiri (>= 1.
|
108
|
-
mail (2.
|
126
|
+
nokogiri (>= 1.12.0)
|
127
|
+
mail (2.8.1)
|
109
128
|
mini_mime (>= 0.1.1)
|
129
|
+
net-imap
|
130
|
+
net-pop
|
131
|
+
net-smtp
|
110
132
|
marcel (1.0.2)
|
111
133
|
method_source (1.0.0)
|
112
|
-
mini_mime (1.1.
|
113
|
-
mini_portile2 (2.8.
|
114
|
-
minitest (5.
|
115
|
-
|
134
|
+
mini_mime (1.1.5)
|
135
|
+
mini_portile2 (2.8.5)
|
136
|
+
minitest (5.21.2)
|
137
|
+
mutex_m (0.2.0)
|
138
|
+
net-imap (0.4.9.1)
|
139
|
+
date
|
116
140
|
net-protocol
|
117
141
|
net-pop (0.1.2)
|
118
142
|
net-protocol
|
119
|
-
net-protocol (0.
|
143
|
+
net-protocol (0.2.2)
|
120
144
|
timeout
|
121
|
-
net-smtp (0.
|
145
|
+
net-smtp (0.4.0.1)
|
122
146
|
net-protocol
|
123
|
-
nio4r (2.
|
124
|
-
nokogiri (1.
|
125
|
-
mini_portile2 (~> 2.8.
|
147
|
+
nio4r (2.7.0)
|
148
|
+
nokogiri (1.16.0)
|
149
|
+
mini_portile2 (~> 2.8.2)
|
126
150
|
racc (~> 1.4)
|
127
|
-
nokogiri (1.
|
151
|
+
nokogiri (1.16.0-x86_64-darwin)
|
128
152
|
racc (~> 1.4)
|
129
|
-
nokogiri (1.
|
153
|
+
nokogiri (1.16.0-x86_64-linux)
|
130
154
|
racc (~> 1.4)
|
131
155
|
parallel (1.22.1)
|
132
156
|
parser (3.1.2.1)
|
@@ -134,54 +158,68 @@ GEM
|
|
134
158
|
pry (0.14.1)
|
135
159
|
coderay (~> 1.1)
|
136
160
|
method_source (~> 1.0)
|
161
|
+
psych (5.1.2)
|
162
|
+
stringio
|
137
163
|
public_suffix (5.0.0)
|
138
|
-
racc (1.
|
139
|
-
rack (
|
140
|
-
rack-
|
164
|
+
racc (1.7.3)
|
165
|
+
rack (3.0.8)
|
166
|
+
rack-session (2.0.0)
|
167
|
+
rack (>= 3.0.0)
|
168
|
+
rack-test (2.1.0)
|
141
169
|
rack (>= 1.3)
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
170
|
+
rackup (2.0.0)
|
171
|
+
rack (>= 3)
|
172
|
+
webrick
|
173
|
+
rails (7.1.3)
|
174
|
+
actioncable (= 7.1.3)
|
175
|
+
actionmailbox (= 7.1.3)
|
176
|
+
actionmailer (= 7.1.3)
|
177
|
+
actionpack (= 7.1.3)
|
178
|
+
actiontext (= 7.1.3)
|
179
|
+
actionview (= 7.1.3)
|
180
|
+
activejob (= 7.1.3)
|
181
|
+
activemodel (= 7.1.3)
|
182
|
+
activerecord (= 7.1.3)
|
183
|
+
activestorage (= 7.1.3)
|
184
|
+
activesupport (= 7.1.3)
|
154
185
|
bundler (>= 1.15.0)
|
155
|
-
railties (= 7.
|
156
|
-
rails-dom-testing (2.0
|
157
|
-
activesupport (>=
|
186
|
+
railties (= 7.1.3)
|
187
|
+
rails-dom-testing (2.2.0)
|
188
|
+
activesupport (>= 5.0.0)
|
189
|
+
minitest
|
158
190
|
nokogiri (>= 1.6)
|
159
|
-
rails-html-sanitizer (1.
|
160
|
-
loofah (~> 2.
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
191
|
+
rails-html-sanitizer (1.6.0)
|
192
|
+
loofah (~> 2.21)
|
193
|
+
nokogiri (~> 1.14)
|
194
|
+
railties (7.1.3)
|
195
|
+
actionpack (= 7.1.3)
|
196
|
+
activesupport (= 7.1.3)
|
197
|
+
irb
|
198
|
+
rackup (>= 1.0.0)
|
165
199
|
rake (>= 12.2)
|
166
|
-
thor (~> 1.0)
|
167
|
-
zeitwerk (~> 2.
|
200
|
+
thor (~> 1.0, >= 1.2.2)
|
201
|
+
zeitwerk (~> 2.6)
|
168
202
|
rainbow (3.1.1)
|
169
|
-
rake (13.0
|
203
|
+
rake (13.1.0)
|
204
|
+
rdoc (6.6.2)
|
205
|
+
psych (>= 4.0.0)
|
170
206
|
regexp_parser (2.6.0)
|
207
|
+
reline (0.4.2)
|
208
|
+
io-console (~> 0.5)
|
171
209
|
rexml (3.2.5)
|
172
|
-
rspec (3.
|
173
|
-
rspec-core (~> 3.
|
174
|
-
rspec-expectations (~> 3.
|
175
|
-
rspec-mocks (~> 3.
|
176
|
-
rspec-core (3.
|
177
|
-
rspec-support (~> 3.
|
178
|
-
rspec-expectations (3.
|
210
|
+
rspec (3.12.0)
|
211
|
+
rspec-core (~> 3.12.0)
|
212
|
+
rspec-expectations (~> 3.12.0)
|
213
|
+
rspec-mocks (~> 3.12.0)
|
214
|
+
rspec-core (3.12.2)
|
215
|
+
rspec-support (~> 3.12.0)
|
216
|
+
rspec-expectations (3.12.3)
|
179
217
|
diff-lcs (>= 1.2.0, < 2.0)
|
180
|
-
rspec-support (~> 3.
|
181
|
-
rspec-mocks (3.
|
218
|
+
rspec-support (~> 3.12.0)
|
219
|
+
rspec-mocks (3.12.6)
|
182
220
|
diff-lcs (>= 1.2.0, < 2.0)
|
183
|
-
rspec-support (~> 3.
|
184
|
-
rspec-support (3.
|
221
|
+
rspec-support (~> 3.12.0)
|
222
|
+
rspec-support (3.12.1)
|
185
223
|
rubocop (1.35.1)
|
186
224
|
json (~> 2.3)
|
187
225
|
parallel (~> 1.10)
|
@@ -230,22 +268,23 @@ GEM
|
|
230
268
|
simplecov-html (0.12.3)
|
231
269
|
simplecov-lcov (0.8.0)
|
232
270
|
simplecov_json_formatter (0.1.4)
|
271
|
+
stringio (3.1.0)
|
233
272
|
symbiont-ruby (0.7.0)
|
234
|
-
thor (1.
|
235
|
-
timeout (0.
|
236
|
-
tzinfo (2.0.
|
273
|
+
thor (1.3.0)
|
274
|
+
timeout (0.4.1)
|
275
|
+
tzinfo (2.0.6)
|
237
276
|
concurrent-ruby (~> 1.0)
|
238
277
|
umbrellio-sequel-plugins (0.10.0.86)
|
239
278
|
sequel
|
240
279
|
symbiont-ruby
|
241
280
|
unicode-display_width (2.3.0)
|
242
281
|
webrick (1.7.0)
|
243
|
-
websocket-driver (0.7.
|
282
|
+
websocket-driver (0.7.6)
|
244
283
|
websocket-extensions (>= 0.1.0)
|
245
284
|
websocket-extensions (0.1.5)
|
246
285
|
yard (0.9.28)
|
247
286
|
webrick (~> 1.7.0)
|
248
|
-
zeitwerk (2.6.
|
287
|
+
zeitwerk (2.6.12)
|
249
288
|
|
250
289
|
PLATFORMS
|
251
290
|
ruby
|
data/lib/lamian/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lamian
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.8.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- JelF
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-01-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -260,7 +260,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
260
260
|
- !ruby/object:Gem::Version
|
261
261
|
version: '0'
|
262
262
|
requirements: []
|
263
|
-
rubygems_version: 3.3
|
263
|
+
rubygems_version: 3.5.3
|
264
264
|
signing_key:
|
265
265
|
specification_version: 4
|
266
266
|
summary: Add logs to your error messages
|