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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d1a065bc7bcefea68c19452f1dcf098a9aecdf8e4c220964e898f1716a9d9bf2
4
- data.tar.gz: a3dd7234d6a6e6cf6483fca00bf0c41eb6aa484443af49ef48a2765ddf926969
3
+ metadata.gz: 5d5afb2a6f8402436876effbe0ba0027186bccc535ef90fbba0bcfbda40f8270
4
+ data.tar.gz: c126feabaf16118a8f72bbb3d28b67b938dbf70481385024680e23780d747666
5
5
  SHA512:
6
- metadata.gz: a0d6995728f35763fc4bcecf1200556740ef1fe62ca4c8286c7fcfaff71b172ee5c8e4c4485ef8c294a88b6348f44694c27d083f7910c1fa0d2e6c42b2786f1a
7
- data.tar.gz: c9e00e31d0c0caed4519bbd34f35031a053045aa00d823c194d4de15cf7195cae9b7bcb62ab5a6517325971af96a1f5b46029c55b115f5ad8fdf3615b14e5cf9
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.102369)
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.102369
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-10-06 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