orchestration 0.3.1 → 0.3.2

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
  SHA1:
3
- metadata.gz: 377c0f68de78347f2db6d0cd5caee441f1db097b
4
- data.tar.gz: 1e2e41b54ed59837308772e32d008b1f58842857
3
+ metadata.gz: aea5d1bd3ee5d8ff8e50933f0a77cacd11673656
4
+ data.tar.gz: 7ad21e9d6e6bb81ba6ec11908a6cb8fb454ad281
5
5
  SHA512:
6
- metadata.gz: af1a3883b1b8ac1eb72fcf91bb080b7ce54d6585315bd96ab69cfcf3e5209d6a57e2c82c8976570a2e857501702a8388e8ca0df92a8729a9df4cf095aa57a184
7
- data.tar.gz: 6c8d67d40c4066440ff1070b58140ad04e972d79785017bb291fece26a35ec1cf31dc7b649be067d468c52928cf6a5300ce55f2a4c467508914ab7ad0230e37a
6
+ metadata.gz: b4a0abfb39ab26599663496e931ab6968d7f7a36bd6270eb6519d21421315cac8f129aa55d8563aec9a88f235c6b98b2e56426a3d7daf1949e24ec7d7f4f8be4
7
+ data.tar.gz: 634b4a3778c9ded136b319e42e31cc26dec7d5800150a10d27e7578d6e651faece1f49c0b3303ea9479e5ad9bd0d5683fccdedca9520f58a8e688b6e29f1e967
data/README.md CHANGED
@@ -18,7 +18,7 @@ Containers are automatically created for the following dependencies:
18
18
  Add this line to your application's Gemfile:
19
19
 
20
20
  ```ruby
21
- gem 'orchestration', '~> 0.3.1'
21
+ gem 'orchestration', '~> 0.3.2'
22
22
  ```
23
23
 
24
24
  And then build your bundle:
@@ -11,7 +11,8 @@ module Orchestration
11
11
  def connection_errors
12
12
  [
13
13
  Bunny::TCPConnectionFailedForAllHosts,
14
- AMQ::Protocol::EmptyResponseError
14
+ AMQ::Protocol::EmptyResponseError,
15
+ Errno::ECONNRESET
15
16
  ]
16
17
  end
17
18
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Orchestration
4
- VERSION = '0.3.1'
4
+ VERSION = '0.3.2'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: orchestration
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bob Farrell