capistrano_multiconfig_parallel 0.15.2 → 0.15.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: 0427d36e26c72c078e9cf8569e01c40dc0c2f61a
4
- data.tar.gz: 4bdd64380a6c208336839aabb5ff4b5472889cb3
3
+ metadata.gz: e6ef58b7705f7108cbf9c27d87770adc5f34996a
4
+ data.tar.gz: 063a8f3085ffb19f7e0b685eca4abc24b5888fa1
5
5
  SHA512:
6
- metadata.gz: a32e4151235cc5942cd59859b79271058d04c7d03d90a0e87a11e4f8622e0a609503fcc488c1ebbe95f7759a9c468c2ceceb37014320b6f8bfe38182241971d1
7
- data.tar.gz: 42730679d127b6ef4c1de074fe960880f84d5d189b6f62798d7cbb113b7e227c6714c46df3390d403a33e758f2b3f5684b50677598e4ccc0ffc76d069c6a1c1d
6
+ metadata.gz: 5962c3b2ef441dc9eec088288af0e60aa7bb967c1a59763d4d0946a0829c167b9d8678e614b022e2ed121eff508d633bf023486048e34c01d7feb1e9bf277ce8
7
+ data.tar.gz: 6fc5b41b03e0fbd22745e3f4585daa147f3fe07f9f734aeaabb4c2590c3d570bd5b9aee711dc50c2ead2a3d84a20cf30a3c21844b8c239de7c3285e51cdb79a0
@@ -1,4 +1,3 @@
1
- require 'open3'
2
1
  module CapistranoMulticonfigParallel
3
2
  # class used to display the progress of each worker on terminal screen using a table
4
3
  # rubocop:disable ClassLength
@@ -8,7 +8,7 @@ module CapistranoMulticonfigParallel
8
8
  module VERSION
9
9
  MAJOR = 0
10
10
  MINOR = 15
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.15.2
4
+ version: 0.15.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - bogdanRada