bbk-utils 1.0.1.102369 → 1.0.1.133029
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +4 -4
- data/lib/bbk/utils/config.rb +2 -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: 5d5afb2a6f8402436876effbe0ba0027186bccc535ef90fbba0bcfbda40f8270
|
4
|
+
data.tar.gz: c126feabaf16118a8f72bbb3d28b67b938dbf70481385024680e23780d747666
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 05d3b641047b682d3c2bdbab54d81bc6decd69ffd52c42fba01d3fee5a7bac9bc95b3e14b740d6136a522512026515215faeee89e4e7db256138261a9a785958
|
7
|
+
data.tar.gz: 1fa5adf7973436838fda005526f6af9ca494de5364a05f6bbc05c67023ea373f546e421c9de2b27ee74e53083e24e681f36172b25d2c594e21a775ab27b8ac46
|
data/Gemfile.lock
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
bbk-utils (1.0.1.
|
4
|
+
bbk-utils (1.0.1.133029)
|
5
5
|
activesupport (>= 6.0)
|
6
6
|
russian
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
activesupport (7.0.4)
|
11
|
+
activesupport (7.0.4.3)
|
12
12
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
13
13
|
i18n (>= 1.6, < 2)
|
14
14
|
minitest (>= 5.1)
|
@@ -48,7 +48,7 @@ GEM
|
|
48
48
|
kwalify (0.7.2)
|
49
49
|
launchy (2.5.0)
|
50
50
|
addressable (~> 2.7)
|
51
|
-
minitest (5.
|
51
|
+
minitest (5.18.0)
|
52
52
|
parallel (1.21.0)
|
53
53
|
parser (3.0.3.1)
|
54
54
|
ast (~> 2.4.1)
|
@@ -124,7 +124,7 @@ GEM
|
|
124
124
|
unicode-display_width (>= 1.1.1, < 3)
|
125
125
|
thread_safe (0.3.6)
|
126
126
|
tty-which (0.4.2)
|
127
|
-
tzinfo (2.0.
|
127
|
+
tzinfo (2.0.6)
|
128
128
|
concurrent-ruby (~> 1.0)
|
129
129
|
unicode-display_width (2.1.0)
|
130
130
|
virtus (1.0.5)
|
data/lib/bbk/utils/config.rb
CHANGED
@@ -40,7 +40,8 @@ module BBK
|
|
40
40
|
|
41
41
|
class << self
|
42
42
|
|
43
|
-
delegate :map, :require, :optional, :run!, :[], :[]=, :content, :to_s,
|
43
|
+
delegate :map, :require, :optional, :run!, :[], :[]=, :content, :to_s,
|
44
|
+
:to_json, :as_json, :to_yaml, :fetch, :root?,
|
44
45
|
to: :instance
|
45
46
|
|
46
47
|
end
|
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.0.1.
|
4
|
+
version: 1.0.1.133029
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Samoilenko Yuri
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-03-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|