capistrano_multiconfig_parallel 0.24.0 → 0.24.1

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: 10e0f45b56213ac92e9ca67846cfd2de1c7df368
4
- data.tar.gz: c90e83e1cef6d093af08cb6294c3f8f2066f90a7
3
+ metadata.gz: aeb894dbfb76fd3ff17a9c606c1bc1299da63299
4
+ data.tar.gz: cd9d64fa44281f85ec1dd7105e4120474556ddf1
5
5
  SHA512:
6
- metadata.gz: 9591eeed7ec5e34a4e48d84220a2a8f9d385ef565436e3d95ac4d19708bca5682e728938df816f5d1d2ff0dc6f418a69adced59026acfaa63f1a95e6120b913d
7
- data.tar.gz: 0650d360299158eafd25a6127c2c30c873c2c5502c35123fd538e7885e990c91d848797462d7cffe6cc8093cdcc0d3b59e80bf0c69cc40132c7e1c5a3e41cd0f
6
+ metadata.gz: 874c1f79c161f80f9e61f0318f2ba61a87f1f4f834099a3071b3ee52769a4a94a29ccb5a4be20ae854f2733082ab995d1c5eae06375bfb7b1650a864d956ccdf
7
+ data.tar.gz: a968bafec4ac99f00998e17cb164ce8ee41acd32d577805f817aacee2c91eeffb47c0a9b4350a08fa3c18b9a6e6da35815d2eb4815975caa5d67e4d49a2558f3
data/README.md CHANGED
@@ -6,7 +6,7 @@ capistrano_multiconfig_parallel
6
6
  DEMO
7
7
  ----
8
8
 
9
- [![capistrano multiconfig parallel ](img/parallel_demo.png)](#features)
9
+ [![capistrano multiconfig parallel ](img/parallel_demo-min.png)](#features)
10
10
 
11
11
  Description
12
12
  -----------
@@ -208,7 +208,7 @@ bundle exec multi_cap deploy_multi_stages STAGES=development, staging, producti
208
208
 
209
209
  Demo:
210
210
 
211
- [![capistrano multiconfig parallel ](img/interactive_menu.png)](#features)
211
+ [![capistrano multiconfig parallel ](img/interactive_menu-min.png)](#features)
212
212
 
213
213
  NOTE: IF you want to execute a different command on all stages, you can specify environment variable **ACTION=task_name** either when you specify the STAGES, or can be done individually for each task when prompted about additional ENV options
214
214
 
Binary file
Binary file
@@ -170,7 +170,7 @@ module CapistranoMulticonfigParallel
170
170
  def finish_worker(exit_status)
171
171
  log_to_file("worker #{job_id} tries to terminate with exit_status #{exit_status}")
172
172
  @manager.mark_completed_remaining_tasks(@job)
173
- update_machine_state('FINISHED')
173
+ update_machine_state('FINISHED') if exit_status == 0
174
174
  @manager.workers_terminated.signal('completed') if @manager.alive? && @manager.all_workers_finished?
175
175
  end
176
176
 
@@ -8,7 +8,7 @@ module CapistranoMulticonfigParallel
8
8
  module VERSION
9
9
  MAJOR = 0
10
10
  MINOR = 24
11
- TINY = 0
11
+ TINY = 1
12
12
  PRE = nil
13
13
 
14
14
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano_multiconfig_parallel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.0
4
+ version: 0.24.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - bogdanRada
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-22 00:00:00.000000000 Z
11
+ date: 2015-12-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: celluloid-pmap
@@ -634,8 +634,8 @@ files:
634
634
  - Rakefile
635
635
  - bin/multi_cap
636
636
  - capistrano_multiconfig_parallel.gemspec
637
- - img/interactive_menu.png
638
- - img/parallel_demo.png
637
+ - img/interactive_menu-min.png
638
+ - img/parallel_demo-min.png
639
639
  - init.rb
640
640
  - lib/capistrano_multiconfig_parallel.rb
641
641
  - lib/capistrano_multiconfig_parallel/all.rb
Binary file
Binary file