capistrano_multiconfig_parallel 2.0.5 → 2.0.6

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: f6825ac5589167ee4a3ddd9656816c6ca07ba078
4
- data.tar.gz: 581c3abbc3e591f7805204182e6143bc51eabb51
3
+ metadata.gz: 3b7bc22a451c9fb5a7f60a4991effe782b272733
4
+ data.tar.gz: 94ea94acfcabdde0b4025372da65a238677041fc
5
5
  SHA512:
6
- metadata.gz: ba070cc586ddbc2f1aaa1c4c39bd97950c5e0d5732b7457f0bea9ba922ca69a025c3eb7d18c91cc7ccf12dfd2c1e0462cbc0b4eec2c6e70ef4293a313981613e
7
- data.tar.gz: 2169b6d170664cf324e46a61f392170d793a51faefe1873e784e3eb97e24224687a653672814344020e786f91510f3657d27129e90bff685802d22e139b2d25f
6
+ metadata.gz: 96f8e436be88fd24afba827c6f7d5633afad4214caa9f38f7b9d57cc4065d701699d77d74606fe1e925dd23e1dd093ef31a911b667eb89aa8d613fd17e180cbb
7
+ data.tar.gz: ac3298dcf7fd9691a2a5b85455b631e2ab5818280ae5f0da2c3d03296f72803b7e98cd444126f0c457f267093ba9d71d7ebda17349c1fb3495b5fdcbe83452d1
@@ -50,14 +50,12 @@ module CapistranoMulticonfigParallel
50
50
  log_to_file "Child process for worker #{@job_id} on_exit disconnected due to error #{exit_status.inspect}"
51
51
  print_error_if_exist
52
52
  @exit_status = status.exitstatus
53
- process_runner.check_exit_status
54
53
  end
55
54
 
56
55
  def async_exception_handler(*data)
57
56
  log_to_file "Child process for worker #{@job_id} async_exception_handler disconnected due to error #{data.inspect}"
58
57
  io_callback('stderr', data)
59
58
  @exit_status = 1
60
- process_runner.check_exit_status
61
59
  end
62
60
 
63
61
  def watch_handler(process)
@@ -9,7 +9,7 @@ module CapistranoMulticonfigParallel
9
9
 
10
10
  MAJOR = 2
11
11
  MINOR = 0
12
- TINY = 5
12
+ TINY = 6
13
13
  PRE = nil
14
14
 
15
15
  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: 2.0.5
4
+ version: 2.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - bogdanRada