capistrano_multiconfig_parallel 0.30.4 → 0.30.5

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
  SHA1:
3
- metadata.gz: 102ead4be47875fadcc0863c7e64bbcfd0c71dc6
4
- data.tar.gz: f6bab9294d0e0b8c8377b877dde7b8ed23388237
3
+ metadata.gz: 19c577714463933c0053098bf9e5fc0d7fe41c6c
4
+ data.tar.gz: d4df5b77811226261b56f7b08d9e7b594e30df2e
5
5
  SHA512:
6
- metadata.gz: 6e387fdfdb3fcca43f12f2f5d5a7cabf5134fb895a6bb9b0976bd8b04109bb440ef55126bbbf8f0236f1585ef211905401bf039d095e22125d30cfff89a68a91
7
- data.tar.gz: cba797e0050966809ecf3f478a98a429ab12dd0bffcad64c306eaea6d1946c06f0eacf1a89218433dbbdcad8f9a0a5e21058f954b2e72bad65f18af87372b048
6
+ metadata.gz: 11fc9bb86464e38f0436c226e8e0b1cbd4c27118f2e3be609e0d4d5838856d18db0f8562e1aee06f6127be265ae8f7450661b8d14d85078b45efc48b68e354a3
7
+ data.tar.gz: 5573e66d375624df8828d3468d855a681dd89f369e49b747274abc255d2fbb1c625fbe254433a48810f9cf38ec109c4acc1d19e02489f8f16060957ff8cd9eb9
@@ -39,7 +39,7 @@ module CapistranoMulticonfigParallel
39
39
  end
40
40
 
41
41
  def error_filtered?(error)
42
- [CapistranoMulticonfigParallel::CelluloidWorker::TaskFailed].find { |class_name| error.is_a?(class_name) }.present?
42
+ [CapistranoMulticonfigParallel::CelluloidWorker::TaskFailed, SystemExit].find { |class_name| error.is_a?(class_name) }.present?
43
43
  end
44
44
 
45
45
  def log_error(error, output = nil)
@@ -8,7 +8,7 @@ module CapistranoMulticonfigParallel
8
8
  module VERSION
9
9
  MAJOR = 0
10
10
  MINOR = 30
11
- TINY = 4
11
+ TINY = 5
12
12
  PRE = nil
13
13
 
14
14
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano_multiconfig_parallel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.30.4
4
+ version: 0.30.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - bogdanRada