capistrano_multiconfig_parallel 0.23.3 → 0.23.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: 7c51a46e3d5c4f6634dc50f06d6ceafbc3efdc7e
|
4
|
+
data.tar.gz: b2e3c1c0f6194e27d7df99932ec4c0429413487e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4fe12cdd323d3531c5407bdb7c15ee7f22b17b0357f7e3afb2cc8b5f84327d3bcddf0d1b018b44c254f797e02dedc6aee2673e7edb0365751d7ba1c98a95f862
|
7
|
+
data.tar.gz: cb96330f7889e54e94dd38820e5c82ba83ee8db2e80568d07b05ab5798e86c0c7a55e0dd0ce0b61ac4263e15558a565e32c8b9cd53eee8f0b6a2cc391aa6da7e
|
@@ -14,7 +14,6 @@ module CapistranoMulticonfigParallel
|
|
14
14
|
def initialize(manager, job_manager)
|
15
15
|
@manager = manager
|
16
16
|
@job_manager = job_manager
|
17
|
-
@table = Terminal::Table.new(title: 'Deployment Status Table', headings: default_heaadings)
|
18
17
|
async.run
|
19
18
|
rescue => ex
|
20
19
|
rescue_exception(ex)
|
@@ -29,7 +28,7 @@ module CapistranoMulticonfigParallel
|
|
29
28
|
end
|
30
29
|
|
31
30
|
def notify_time_change(_channel, _message)
|
32
|
-
@table
|
31
|
+
@table = Terminal::Table.new(title: 'Deployment Status Table', headings: default_heaadings)
|
33
32
|
jobs = @manager.alive? ? @manager.jobs.dup : []
|
34
33
|
setup_table_jobs(jobs)
|
35
34
|
display_table_on_terminal
|
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.23.
|
4
|
+
version: 0.23.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- bogdanRada
|
@@ -662,7 +662,6 @@ files:
|
|
662
662
|
- lib/capistrano_multiconfig_parallel/helpers/core_helper.rb
|
663
663
|
- lib/capistrano_multiconfig_parallel/helpers/internal_helper.rb
|
664
664
|
- lib/capistrano_multiconfig_parallel/initializers/rake.rb
|
665
|
-
- lib/capistrano_multiconfig_parallel/initializers/terminal-table.rb
|
666
665
|
- lib/capistrano_multiconfig_parallel/version.rb
|
667
666
|
homepage: http://github.com/bogdanRada/capistrano_multiconfig_parallel/
|
668
667
|
licenses:
|