capistrano_multiconfig_parallel 0.20.3 → 0.20.4
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 49611c576c20ec72572b9813cb775292a667e844
|
4
|
+
data.tar.gz: 03728485649e376943f1ac2ae8b7a7cb8d10e7ce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 56a72d2dc56dd13a72037655eacc5fa3c10644754f889b82f8f81fae546a23d6f91be12ab11e10e5d81e405618e52c7decbf1bd556d65c96c28151989827f3ed
|
7
|
+
data.tar.gz: f57a485bbdd9880dd9a8455a0c4b4b9ffdc7b3e2f8c25e0c35e116396f65a7f19d198ad4fb24f45c7f4457b93a9c0e5f9f344c0d46c2064f1227de4f0e350724
|
@@ -28,8 +28,7 @@ default_config:
|
|
28
28
|
- name: 'task_confirmations'
|
29
29
|
type: 'Array'
|
30
30
|
description: >-
|
31
|
-
Enable user confirmation dialogs before executing each task
|
32
|
-
from option **--task_confirmations**
|
31
|
+
Enable user confirmation dialogs before executing each task from this list
|
33
32
|
default:
|
34
33
|
- deploy:symlink:release
|
35
34
|
|
@@ -37,7 +36,7 @@ default_config:
|
|
37
36
|
- name: 'apply_stage_confirmation'
|
38
37
|
type: 'Array'
|
39
38
|
description: >-
|
40
|
-
Defines the stages for which option **--
|
39
|
+
Defines the stages for which option **--task_confirmations** applies.
|
41
40
|
default:
|
42
41
|
- production
|
43
42
|
|