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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 073a542c16dc4ed9aa1d8f218fc3badd5ff6ef2f9d9a6486a7d5d0fc4150a62d
4
- data.tar.gz: 0f92fcf09eb8b8dd29e7a3b1954df65d79d7c6649b42ca0102031dfaa4c18ef0
3
+ metadata.gz: 3b57232a152bc551ab708c63da1fc32bd77c38ba58b58ced8f9ea4cfa1f79f17
4
+ data.tar.gz: 861029591ca765ab01f01243ea31f86af612dc8837c93e66c5c05e18730586fb
5
5
  SHA512:
6
- metadata.gz: 26a67981a6f64c1da4291fa10f1f0571b4d6ce897e1dafec972b97a418b3102642814bdb14dc5bff953a542f563855f0365e47e86bb1d5579191b960d0532c11
7
- data.tar.gz: 34864d1fb78aab01d1912125fd34e3a9dbd37b240fd29d894ebc6a25ee4b28dff64042176938103c624ab8793475d4b7571df322e1a82a0d5b31320774242b89
6
+ metadata.gz: 4a886b93c920d46c84a6be2ef880b2abf3fd33e6971e81c1564d51c47530d38e6e9ddc91fe21704f46dc238776b775bf9001174f043e485095eb3e471d25b1e4
7
+ data.tar.gz: 71bc11a5b32cdcd1fc69b1a4994073043c9bedd498d5db063806cb1fb70dc978b414a4583dea0517967fec1a1fec97ecc81a8dd3aafcd0ca68db2ba4f0a73114
@@ -44,7 +44,7 @@ jobs:
44
44
  strategy:
45
45
  fail-fast: false
46
46
  matrix:
47
- ruby: ["2.7", "3.0"]
47
+ ruby: ["3.0", "3.1", "3.2"]
48
48
 
49
49
  steps:
50
50
  - uses: actions/checkout@v2
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.7.0)
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.0.4)
11
- actionpack (= 7.0.4)
12
- activesupport (= 7.0.4)
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
- actionmailbox (7.0.4)
16
- actionpack (= 7.0.4)
17
- activejob (= 7.0.4)
18
- activerecord (= 7.0.4)
19
- activestorage (= 7.0.4)
20
- activesupport (= 7.0.4)
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.0.4)
26
- actionpack (= 7.0.4)
27
- actionview (= 7.0.4)
28
- activejob (= 7.0.4)
29
- activesupport (= 7.0.4)
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.0)
35
- actionpack (7.0.4)
36
- actionview (= 7.0.4)
37
- activesupport (= 7.0.4)
38
- rack (~> 2.0, >= 2.2.0)
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.0)
41
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
42
- actiontext (7.0.4)
43
- actionpack (= 7.0.4)
44
- activerecord (= 7.0.4)
45
- activestorage (= 7.0.4)
46
- activesupport (= 7.0.4)
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.0.4)
50
- activesupport (= 7.0.4)
53
+ actionview (7.1.3)
54
+ activesupport (= 7.1.3)
51
55
  builder (~> 3.1)
52
- erubi (~> 1.4)
53
- rails-dom-testing (~> 2.0)
54
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
55
- activejob (7.0.4)
56
- activesupport (= 7.0.4)
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.0.4)
59
- activesupport (= 7.0.4)
60
- activerecord (7.0.4)
61
- activemodel (= 7.0.4)
62
- activesupport (= 7.0.4)
63
- activestorage (7.0.4)
64
- actionpack (= 7.0.4)
65
- activejob (= 7.0.4)
66
- activerecord (= 7.0.4)
67
- activesupport (= 7.0.4)
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
- mini_mime (>= 1.1.0)
70
- activesupport (7.0.4)
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.1.10)
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.11.0)
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.0.0)
99
- activesupport (>= 5.0)
100
- i18n (1.12.0)
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.19.0)
124
+ loofah (2.22.0)
106
125
  crass (~> 1.0.2)
107
- nokogiri (>= 1.5.9)
108
- mail (2.7.1)
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.2)
113
- mini_portile2 (2.8.0)
114
- minitest (5.16.3)
115
- net-imap (0.3.1)
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.1.3)
143
+ net-protocol (0.2.2)
120
144
  timeout
121
- net-smtp (0.3.2)
145
+ net-smtp (0.4.0.1)
122
146
  net-protocol
123
- nio4r (2.5.8)
124
- nokogiri (1.13.9)
125
- mini_portile2 (~> 2.8.0)
147
+ nio4r (2.7.0)
148
+ nokogiri (1.16.0)
149
+ mini_portile2 (~> 2.8.2)
126
150
  racc (~> 1.4)
127
- nokogiri (1.13.9-x86_64-darwin)
151
+ nokogiri (1.16.0-x86_64-darwin)
128
152
  racc (~> 1.4)
129
- nokogiri (1.13.9-x86_64-linux)
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.6.0)
139
- rack (2.2.4)
140
- rack-test (2.0.2)
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
- rails (7.0.4)
143
- actioncable (= 7.0.4)
144
- actionmailbox (= 7.0.4)
145
- actionmailer (= 7.0.4)
146
- actionpack (= 7.0.4)
147
- actiontext (= 7.0.4)
148
- actionview (= 7.0.4)
149
- activejob (= 7.0.4)
150
- activemodel (= 7.0.4)
151
- activerecord (= 7.0.4)
152
- activestorage (= 7.0.4)
153
- activesupport (= 7.0.4)
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.0.4)
156
- rails-dom-testing (2.0.3)
157
- activesupport (>= 4.2.0)
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.4.3)
160
- loofah (~> 2.3)
161
- railties (7.0.4)
162
- actionpack (= 7.0.4)
163
- activesupport (= 7.0.4)
164
- method_source
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.5)
200
+ thor (~> 1.0, >= 1.2.2)
201
+ zeitwerk (~> 2.6)
168
202
  rainbow (3.1.1)
169
- rake (13.0.6)
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.11.0)
173
- rspec-core (~> 3.11.0)
174
- rspec-expectations (~> 3.11.0)
175
- rspec-mocks (~> 3.11.0)
176
- rspec-core (3.11.0)
177
- rspec-support (~> 3.11.0)
178
- rspec-expectations (3.11.1)
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.11.0)
181
- rspec-mocks (3.11.2)
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.11.0)
184
- rspec-support (3.11.1)
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.2.1)
235
- timeout (0.3.0)
236
- tzinfo (2.0.5)
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.5)
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.1)
287
+ zeitwerk (2.6.12)
249
288
 
250
289
  PLATFORMS
251
290
  ruby
@@ -11,7 +11,7 @@ module Lamian
11
11
  end
12
12
 
13
13
  # @api stdlib
14
- # log is an alis for add and should also be prepended
14
+ # log is an alias for add and should also be prepended
15
15
  def log(...)
16
16
  Logger.current.add(...)
17
17
  super
@@ -13,5 +13,5 @@ module Lamian
13
13
  # According to this, it is enough to specify '~> a.b'
14
14
  # if private API was not used and to specify '~> a.b.c' if it was
15
15
 
16
- VERSION = "1.7.0"
16
+ VERSION = "1.8.0"
17
17
  end
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.7.0
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: 2022-10-27 00:00:00.000000000 Z
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.24
263
+ rubygems_version: 3.5.3
264
264
  signing_key:
265
265
  specification_version: 4
266
266
  summary: Add logs to your error messages