capistrano_multiconfig_parallel 0.29.1 → 0.29.2

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: a00bcb33db2a009b607070c82a265969e25f1edb
4
- data.tar.gz: e1eddc53657db9937f1abde11a89aeda9440278a
3
+ metadata.gz: 781696cbf918698cb8fa4bb831068993a53acd56
4
+ data.tar.gz: c8b0c8e165aca3b29c555406136f7bcd176e55be
5
5
  SHA512:
6
- metadata.gz: c185c434c6989aa98701727ee4e760a58422073462e4618c6aef830d63942def44d5cdaa53378d54006252a8cd71a389681e09b8fada49cf3c65cf273e50c343
7
- data.tar.gz: 147d3afdf9aa07fe84efdf8c0764a032f5ccf7ef77ef1a9842327b2a030fca5d8fa1a83d777faaf86a7aa8141010a5bbeb2a8e8bd5ff95279a80b84f8c7c2fd0
6
+ metadata.gz: f3257e284c3b77eeef486e2128b2d2bab01a8a464cefe12b2742e73a0711b991d4472bf72ac200145c237d9eccbea2f948e5a90414df974058aaedd91bf5aa9a
7
+ data.tar.gz: 6156f245877f3f923747118a0585fa6f9a05559e57f4e99257cb44faa6b867081ec1f31a6f756a97ba1b278df02208a55eabb3338e01423ebf31726fce332d5c
@@ -29,7 +29,6 @@ module CapistranoMulticonfigParallel
29
29
  def run_the_application
30
30
  execute_with_rescue('stderr') do
31
31
  configuration_valid?
32
- CapistranoMulticonfigParallel::Cursor.move_to_home!
33
32
  CapistranoMulticonfigParallel::Application.new.start
34
33
  end
35
34
  end
@@ -8,7 +8,7 @@ module CapistranoMulticonfigParallel
8
8
  module VERSION
9
9
  MAJOR = 0
10
10
  MINOR = 29
11
- TINY = 1
11
+ TINY = 2
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.1
4
+ version: 0.29.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - bogdanRada