capistrano_multiconfig_parallel 0.20.3 → 0.20.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0b4b85572eb7fd2eb0712f8427992cc326b13c24
4
- data.tar.gz: dd90572d6b5094becf61274d7ccfd6c98fcf8545
3
+ metadata.gz: 49611c576c20ec72572b9813cb775292a667e844
4
+ data.tar.gz: 03728485649e376943f1ac2ae8b7a7cb8d10e7ce
5
5
  SHA512:
6
- metadata.gz: 8f0d234983c1dc31b400a70b0fb214ca8497d3f85c81b54ac9b0c9928ec4ef66b650901b615b12a498913ff151592c66e4274f027e05358bfc852c1c043b9fb9
7
- data.tar.gz: 1f3e0f2665d4fa3bb730be54e2f407bbb8b6ff392b8b501c55216b341819531705952970c96a480496d66b8beb46694658973aa2dc1b2b29a945af4da74d79e0
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 **--syncronize_confirmation** applies.
39
+ Defines the stages for which option **--task_confirmations** applies.
41
40
  default:
42
41
  - production
43
42
 
@@ -8,7 +8,7 @@ module CapistranoMulticonfigParallel
8
8
  module VERSION
9
9
  MAJOR = 0
10
10
  MINOR = 20
11
- TINY = 3
11
+ TINY = 4
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.3
4
+ version: 0.20.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - bogdanRada