bbk-utils 1.0.1.100402 → 1.0.1.133029

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: 8d920e2c7b20699a17e3c05adb05f44e21c973efae0ec63466165d0fa33ac4ed
4
- data.tar.gz: 870b5c551428fe9c580572be67dd744b99095afa44ea7c4d5b622d448a56208b
3
+ metadata.gz: 5d5afb2a6f8402436876effbe0ba0027186bccc535ef90fbba0bcfbda40f8270
4
+ data.tar.gz: c126feabaf16118a8f72bbb3d28b67b938dbf70481385024680e23780d747666
5
5
  SHA512:
6
- metadata.gz: 7584484e6fb66b811176bb4289b36e7adb92d293b52d74f3afa608bf104f76f067dce45cc15048f855c7bf92b9c8c5d0fb75481459012a41bcaf0ae15c93b005
7
- data.tar.gz: e2480bd695e01e625a638af5259dd35e90f6488c8135a161be8fbcab0d11c48123b00ce78a828acd2d4a089c1e2519561868b9fec4ab241704d1db70338a961f
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.100402)
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.16.3)
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.5)
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)
@@ -40,7 +40,8 @@ module BBK
40
40
 
41
41
  class << self
42
42
 
43
- delegate :map, :require, :optional, :run!, :[], :[]=, :content, :to_s, :to_json, :as_json, :to_yaml, :fetch,
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.100402
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: 2022-09-20 00:00:00.000000000 Z
11
+ date: 2023-03-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport