bbk-utils 1.1.1.289210 → 1.1.1.294500
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 +4 -4
- data/Gemfile.lock +19 -3
- data/lib/bbk/utils/proxy_logger.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3f183abbe1b9c3282b5e4b7cf8e5d6c3384536a8cfcd338c36e857828702a413
|
4
|
+
data.tar.gz: cdb346a83600376f053403a79fce067e45fb9aefc8118b4ba1216e6af8ad3b84
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 114e757325cbc09b4132c0f6b9de44cab9d1116bf546487a20303bbd274abe44bcc7df9394d106cad60a1590a82fc6b575c40109ab15775f6d877f521cc8b662
|
7
|
+
data.tar.gz: f7f5fc2143ad69fccb97868b58369f7ce64f632969eca80729a19d1d05838ad37c72faf8b0efdbde2b0d48c05f3dcd5ba0b62c6225bd19b3b6e9a5de1cbcb447
|
data/Gemfile.lock
CHANGED
@@ -1,17 +1,25 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
bbk-utils (1.1.1)
|
4
|
+
bbk-utils (1.1.1.294500)
|
5
5
|
activesupport (>= 7.0)
|
6
6
|
russian
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
activesupport (7.
|
11
|
+
activesupport (7.1.5.1)
|
12
|
+
base64
|
13
|
+
benchmark (>= 0.3)
|
14
|
+
bigdecimal
|
12
15
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
16
|
+
connection_pool (>= 2.2.5)
|
17
|
+
drb
|
13
18
|
i18n (>= 1.6, < 2)
|
19
|
+
logger (>= 1.4.2)
|
14
20
|
minitest (>= 5.1)
|
21
|
+
mutex_m
|
22
|
+
securerandom (>= 0.3)
|
15
23
|
tzinfo (~> 2.0)
|
16
24
|
addressable (2.8.0)
|
17
25
|
public_suffix (>= 2.0.2, < 5.0)
|
@@ -21,14 +29,19 @@ GEM
|
|
21
29
|
descendants_tracker (~> 0.0.4)
|
22
30
|
ice_nine (~> 0.11.0)
|
23
31
|
thread_safe (~> 0.3, >= 0.3.1)
|
32
|
+
base64 (0.2.0)
|
33
|
+
benchmark (0.4.0)
|
34
|
+
bigdecimal (3.1.9)
|
24
35
|
byebug (11.1.3)
|
25
36
|
coercible (1.0.0)
|
26
37
|
descendants_tracker (~> 0.0.1)
|
27
38
|
concurrent-ruby (1.2.2)
|
39
|
+
connection_pool (2.5.0)
|
28
40
|
descendants_tracker (0.0.4)
|
29
41
|
thread_safe (~> 0.3, >= 0.3.1)
|
30
42
|
diff-lcs (1.4.4)
|
31
43
|
docile (1.4.0)
|
44
|
+
drb (2.2.1)
|
32
45
|
equalizer (0.0.11)
|
33
46
|
erubis (2.7.0)
|
34
47
|
faker (2.19.0)
|
@@ -48,7 +61,9 @@ GEM
|
|
48
61
|
kwalify (0.7.2)
|
49
62
|
launchy (2.5.0)
|
50
63
|
addressable (~> 2.7)
|
51
|
-
|
64
|
+
logger (1.6.6)
|
65
|
+
minitest (5.25.5)
|
66
|
+
mutex_m (0.3.0)
|
52
67
|
parallel (1.21.0)
|
53
68
|
parser (3.0.3.1)
|
54
69
|
ast (~> 2.4.1)
|
@@ -106,6 +121,7 @@ GEM
|
|
106
121
|
virtus (~> 1.0)
|
107
122
|
russian (0.6.0)
|
108
123
|
i18n (>= 0.5.0)
|
124
|
+
securerandom (0.3.2)
|
109
125
|
sexp_processor (4.16.0)
|
110
126
|
simplecov (0.21.2)
|
111
127
|
docile (~> 1.1)
|
@@ -22,7 +22,7 @@ module BBK
|
|
22
22
|
def method_missing(method, *args, &block)
|
23
23
|
super unless logger.respond_to?(method)
|
24
24
|
|
25
|
-
if @tagged
|
25
|
+
if @tagged && logger.formatter.respond_to?(:current_tags)
|
26
26
|
current_tags = tags - logger.formatter.current_tags
|
27
27
|
logger.tagged(current_tags) { logger.send(method, *args, &block) }
|
28
28
|
else
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bbk-utils
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.1.
|
4
|
+
version: 1.1.1.294500
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Samoilenko Yuri
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-03-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|