bbk-app 1.1.0.204569 → 1.1.0.216998
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 +1 -1
- data/lib/bbk/app/dispatcher.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: 67ae08689b52868c7c9cab35cc80d94cb297a8a77515cb38382f24065a7c0ea4
|
|
4
|
+
data.tar.gz: 064d2170a325a31271104368264975acbec478ffd553cd8362144c167a218276
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: edf47f15c40f4e651da02d12be9d243241b5238ffc494081d5019846a6b351c1a13cf8a4512b84bf9f28a39d9468a226d78bcb1373fbabdd932c2f6cd0662cf2
|
|
7
|
+
data.tar.gz: 4dc831827e754cf97066022161bf296663e65ea3df03783f2b28525be5a0711c4a00cd52321ebf454d8cae812639e9b56026a685f4751795867d41a69a00d397
|
data/Gemfile.lock
CHANGED
data/lib/bbk/app/dispatcher.rb
CHANGED
|
@@ -183,7 +183,7 @@ module BBK
|
|
|
183
183
|
|
|
184
184
|
answers, sended_messages = results.partition { _1.route.domain == ANSWER_DOMAIN }
|
|
185
185
|
# allowed only one answer message
|
|
186
|
-
raise InvalidAnswersMessagesCountError.new("Get #{
|
|
186
|
+
raise InvalidAnswersMessagesCountError.new("Get #{answers.size} on processing message with id=#{message_id}") if answers.size > 1
|
|
187
187
|
|
|
188
188
|
answer = answers.first
|
|
189
189
|
Concurrent::Promises.zip_futures(*sended_messages.map do |result|
|
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.0.
|
|
4
|
+
version: 1.1.0.216998
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Samoilenko Yuri
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-03-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|