bbk-app 1.1.2.294476 → 1.1.2.328669

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 48d4c5f17dd7b744178733bf2834f5452bdc6db5d01be68384114e20dff96aa3
4
- data.tar.gz: ac052d0e46715d46a2f092dc5bbd8b8c520ba4b14873bce5c863f9fa8188b66e
3
+ metadata.gz: 79991eea1d6be65a89731af55d6ac7430f55ab259fc6cc5f37a384ed8a4b8c83
4
+ data.tar.gz: a4bec2b9ad18bb2471abb62652704938b6bf0bf00d56c4a24291a7e622d09dc7
5
5
  SHA512:
6
- metadata.gz: 7cd54852700029c10c8e6ca029f371af7f5c3819e63088bb17aa958e6fe48dfc3983d102d3d3bb5ff01595fe189c6c90cf7d592c7072e155a04d2d2ac2cab13b
7
- data.tar.gz: ab80b4799e63cb2510faac6998f50368385c22ff8c072833a7a02128f4ff0d923132b5c60f3c26a877d4de1c77584f70b52d15e83a00971134b0cd035bcbb416
6
+ metadata.gz: 285f47e5fabc4a798a247330e6f011c028952581f6708d77034304bb1d4081f150c40fcd510ae5df59712418c06e72687016919c48e349cb132c39733d4c923c
7
+ data.tar.gz: 2e72e45341b288a0b774ac56d7ce71720eef995359796a67a234721f71958f6eaf5af1d5d9935185d60a85b8304e55f7f41c5916860b5000c9bd900820b8f7db
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bbk-app (1.1.2.294476)
4
+ bbk-app (1.1.2.328669)
5
5
  activesupport (>= 6.0)
6
6
  bbk-utils (> 1.0.1)
7
7
  oj
@@ -33,7 +33,7 @@ GEM
33
33
  bbk-utils (1.0.1.147183)
34
34
  activesupport (>= 6.0)
35
35
  russian
36
- bigdecimal (3.1.9)
36
+ bigdecimal (3.2.3)
37
37
  bunny (2.19.0)
38
38
  amq-protocol (~> 2.3, >= 2.3.1)
39
39
  sorted_set (~> 1, >= 1.0.2)
@@ -69,10 +69,10 @@ GEM
69
69
  addressable (~> 2.7)
70
70
  mini_portile2 (2.8.8)
71
71
  minitest (5.15.0)
72
- oj (3.16.10)
72
+ oj (3.16.11)
73
73
  bigdecimal (>= 3.0)
74
74
  ostruct (>= 0.2)
75
- ostruct (0.6.1)
75
+ ostruct (0.6.3)
76
76
  parallel (1.21.0)
77
77
  parser (3.0.3.2)
78
78
  ast (~> 2.4.1)
@@ -28,7 +28,7 @@ module BBK
28
28
  rule = kwargs
29
29
  kwargs = {}
30
30
  end
31
- raise "rule is not a Hash: #{args.inspect}" unless rule.is_a?(Hash)
31
+ raise "rule is not a Hash: #{args.inspect}" unless rule.is_a?(Hash) || rule.is_a?(Array)
32
32
  else
33
33
  raise "type and rule or method :rule missing: #{args.inspect}"
34
34
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bbk-app
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2.294476
4
+ version: 1.1.2.328669
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-03-18 00:00:00.000000000 Z
11
+ date: 2025-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport