capistrano_multiconfig_parallel 0.12.5 → 0.12.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 25e6110be90cc4ffefe82988627c73a2983780f1
|
4
|
+
data.tar.gz: 9a61abb50db0a315291e91bacc453914fd097a11
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 41baad24badf82947488ec801d0d87a6e7782ee61df3e1274b6b116e9809e6caf783681847739a42022f1d0f380b43a2a71256bd2eb01fdf4d01052b2a1b0764
|
7
|
+
data.tar.gz: 2ff8407f1b4cf649d1c56eaa363f16d93117ccebe51653462259221f44504fd95132360b4dd43c4fae4e2af25f3fc49d8bf349c1d9319c82a08cd1bd9bc2d01a
|
@@ -20,7 +20,7 @@ module CapistranoMulticonfigParallel
|
|
20
20
|
|
21
21
|
def notify_time_change(topic, message)
|
22
22
|
return unless topic == CapistranoMulticonfigParallel::TerminalTable::TOPIC
|
23
|
-
default_headings = ['Job ID', 'Job UUID' 'App/Stage', 'Action', 'ENV Variables', 'Current Task']
|
23
|
+
default_headings = ['Job ID', 'Job UUID', 'App/Stage', 'Action', 'ENV Variables', 'Current Task']
|
24
24
|
# if CapistranoMulticonfigParallel.show_task_progress
|
25
25
|
# default_headings << 'Total'
|
26
26
|
# default_headings << 'Progress'
|