capistrano_multiconfig_parallel 0.29.0 → 0.29.1

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: 660d0cf7532dbcd193a3f3613c7159b5eeb6c578
4
- data.tar.gz: 51019e097631dedf3919bdbdc40a5d2fb3693c96
3
+ metadata.gz: a00bcb33db2a009b607070c82a265969e25f1edb
4
+ data.tar.gz: e1eddc53657db9937f1abde11a89aeda9440278a
5
5
  SHA512:
6
- metadata.gz: 7b7ba4b612bf0e868053342799e49f997f4e69118fdc6d48827fdf878ed34bc15cf5bd351c4f2814ffd06bc2d15ff911c50a32a192830a30bd2e42ead108729c
7
- data.tar.gz: 5e475541a89d3c395c0740f11f6df42757781141f3ce88f4edd2b7b25df960043fde83b99c0bb43624b2d481273fc06ba701da8e2070dc90b911dadebc281a89
6
+ metadata.gz: c185c434c6989aa98701727ee4e760a58422073462e4618c6aef830d63942def44d5cdaa53378d54006252a8cd71a389681e09b8fada49cf3c65cf273e50c343
7
+ data.tar.gz: 147d3afdf9aa07fe84efdf8c0764a032f5ccf7ef77ef1a9842327b2a030fca5d8fa1a83d777faaf86a7aa8141010a5bbeb2a8e8bd5ff95279a80b84f8c7c2fd0
@@ -57,7 +57,7 @@ module CapistranoMulticonfigParallel
57
57
  def display_table_on_terminal(table)
58
58
  cursor_position = fetch_cursor_position
59
59
  CapistranoMulticonfigParallel::Cursor.display_on_screen("\n#{table}\n", @options.merge(position: @position))
60
- puts(@errors.join("\n")) if @errors.present? && options.fetch('clear_screen', false).to_s == 'false'
60
+ puts(@errors.join("\n")) if @errors.present? && @options.fetch('clear_screen', false).to_s == 'false'
61
61
  signal_complete
62
62
  end
63
63
 
@@ -8,7 +8,7 @@ module CapistranoMulticonfigParallel
8
8
  module VERSION
9
9
  MAJOR = 0
10
10
  MINOR = 29
11
- TINY = 0
11
+ TINY = 1
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.29.0
4
+ version: 0.29.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - bogdanRada