bbk-app 1.1.1.273294 → 1.1.1.273312

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: 4ae2e240a1d5d65204508e8afd18535bd3fc3187fbbaf2c62173a2814da2fa47
4
- data.tar.gz: 43d196ddb7f225440a4037aefb77d37d982bad90431e64067eeb7e776c217ec4
3
+ metadata.gz: 716152cd0c1cef66d27cb033123d1ed53c6e9337014d289767199d582584a9d4
4
+ data.tar.gz: daa09c9c4dd3c2b312975ad7419ae66d90753ef6c76e46995126ceb019e2b5c0
5
5
  SHA512:
6
- metadata.gz: d43bf2bf2e832eccc98e755c87da7634c8453ace1e87b4457c4c7df90a3524d39b3e95eb593c29b519c7e8622a4fed7105af1cc2aab972da5a00c2370e0fec75
7
- data.tar.gz: 5ffcb34418265115f5fa51e7dac019c7694edbf678b804aa81658b108179ff61f58c04bee2eb3a245687d047f47f1606bfb4e3afe50ecb6fba27e59179eb79db
6
+ metadata.gz: 4c1f61c0cce0b42a3aa2e05de4ee6cd3d8c2ff6110f0ba07a95e28dc0cca3abcfcd68475a78c2c3afdcc68130f833a242ec09f6e476f57718681878ca8cbef2d
7
+ data.tar.gz: f48a3f847ddc875a62118cfc8c1a4f4566e6ee3fab4d5b66177adeaee0a2ed5af7f9d24e68ef8b024ac712abed90ff61f91126af9ea1e6d645190ec8122b4069
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bbk-app (1.1.1.273294)
4
+ bbk-app (1.1.1.273312)
5
5
  activesupport
6
6
  bbk-utils (> 1.0.1)
7
7
  timeouter
@@ -11,8 +11,8 @@ RSpec.shared_examples 'BBK::App::Dispatcher::Message' do
11
11
 
12
12
  let(:headers) do
13
13
  {
14
- user_id: SecureRandom.hex,
15
- reply_to: SecureRandom.hex,
14
+ user_id: SecureRandom.hex,
15
+ reply_to: SecureRandom.hex,
16
16
  message_id: SecureRandom.uuid
17
17
  }
18
18
  end
@@ -42,8 +42,8 @@ RSpec.shared_examples 'BBK::App::Dispatcher::Message' do
42
42
  end
43
43
 
44
44
  describe 'methods' do
45
- it { is_expected.to have_attributes(delivery_info: delivery_info) }
46
- it { is_expected.to have_attributes(headers: headers) }
45
+ it { is_expected.to have_attributes(delivery_info: include(delivery_info)) }
46
+ it { is_expected.to have_attributes(headers: include(headers)) }
47
47
  it { is_expected.to have_attributes(body: body) }
48
48
  it { is_expected.to have_attributes(payload: payload) }
49
49
 
@@ -94,3 +94,4 @@ RSpec.shared_examples 'BBK::App::Dispatcher::Message' do
94
94
  end
95
95
  end
96
96
  end
97
+
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bbk-app
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1.273294
4
+ version: 1.1.1.273312
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samoilenko Yuri