capistrano_multiconfig_parallel 0.20.2 → 0.20.3

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: 45573d50455f57a819737aa13bd9345fdffe2232
4
- data.tar.gz: aa005e898daef1c31305e1aa7ec3e3940f395452
3
+ metadata.gz: 0b4b85572eb7fd2eb0712f8427992cc326b13c24
4
+ data.tar.gz: dd90572d6b5094becf61274d7ccfd6c98fcf8545
5
5
  SHA512:
6
- metadata.gz: 4d0ba0573fd28e8eb5c49c25c26dd87596dc566ab5abf9c30b6d7daec36c5bd6e0816d1f4febcce266db34e10ca396fef7d02b348461d3aa9bc7fbd44beda9ed
7
- data.tar.gz: 05b53c31087891ebd1844f43a8503c56df105dff86e5ecb0a918f783dc78ff85206701bed4069a203a5d9505d33a12aea041ecc2adce372b7eddcfdfdbeb7f8e
6
+ metadata.gz: 8f0d234983c1dc31b400a70b0fb214ca8497d3f85c81b54ac9b0c9928ec4ef66b650901b615b12a498913ff151592c66e4274f027e05358bfc852c1c043b9fb9
7
+ data.tar.gz: 1f3e0f2665d4fa3bb730be54e2f407bbb8b6ff392b8b501c55216b341819531705952970c96a480496d66b8beb46694658973aa2dc1b2b29a945af4da74d79e0
@@ -2,27 +2,25 @@ default_config:
2
2
  - name: 'multi_debug'
3
3
  type: 'boolean'
4
4
  description: >-
5
- Enable debugging of workers, CAP_VALUE can be true or false
5
+ Enable debugging of workers
6
6
  default: TRUE
7
7
 
8
8
  - name: 'multi_secvential'
9
9
  type: 'boolean'
10
10
  description: >-
11
- Forces execution of jobs in sequence, CAP_VALUE can be true or false
11
+ Forces execution of jobs in sequence
12
12
  default: false
13
13
 
14
14
  - name: 'websocket_server.enable_debug'
15
15
  type: 'boolean'
16
16
  description: >-
17
- Enables debugging of websocket communication between the workers,
18
- CAP_VALUE can be true or false
17
+ Enables debugging of websocket communication between the workers
19
18
  default: false
20
19
 
21
20
  - name: 'development_stages'
22
21
  type: 'Array'
23
22
  description: >-
24
23
  Each of the items is used to recognize it as a development stage,
25
- CAP_VALUE can Array of String
26
24
  default:
27
25
  - development
28
26
  - webdev
@@ -32,7 +30,6 @@ default_config:
32
30
  description: >-
33
31
  Enable user confirmation dialogs before executing each task
34
32
  from option **--task_confirmations**
35
- CAP_VALUE can be Array of strings ( task names with scope)
36
33
  default:
37
34
  - deploy:symlink:release
38
35
 
@@ -41,7 +38,6 @@ default_config:
41
38
  type: 'Array'
42
39
  description: >-
43
40
  Defines the stages for which option **--syncronize_confirmation** applies.
44
- CAP_VALUE can be an Array of strings (stages)
45
41
  default:
46
42
  - production
47
43
 
@@ -8,7 +8,7 @@ module CapistranoMulticonfigParallel
8
8
  module VERSION
9
9
  MAJOR = 0
10
10
  MINOR = 20
11
- TINY = 2
11
+ TINY = 3
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.20.2
4
+ version: 0.20.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - bogdanRada