capistrano_multiconfig_parallel 0.28.2 → 0.28.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: 447afb20605fc2277c83241f275548fe3406bed9
4
- data.tar.gz: 679719c1cc09c786a54f0adfee64ce809ae0f02e
3
+ metadata.gz: 87a3ae1311b20e7a25290c5cf201bf7f31354597
4
+ data.tar.gz: 22da2265ffe4165c9ba0c07e10b7338906ee536c
5
5
  SHA512:
6
- metadata.gz: b6920166e95b651198c6a499a82703e47680e8c7d6cbb54e60e239583fe30b7eea2957b4ad7d511c55da678e007091958a6c3aef90dd4f11755d580ba7ef6890
7
- data.tar.gz: fe6ac09924e0cfa83878bdbc0ecfbe1a50e1b2d87a5193c97f78c358b7fc7502552761c201e89d4896ba293a287df5988000e5ffd47392e3da0217244e850d1b
6
+ metadata.gz: d77c7149c98c002b214b66db4a10323d1555e0140481d4613cc111ff5ff41438de1a2c9aee617671a1c18fb8705ec280cf9f5a3259a249e81e7f57b0ebd1f6f2
7
+ data.tar.gz: ee91903471cfed7b37715bb8db520b9b230fa11715f3f1ecea9086d655bab3b43d3cc3f855b40758182ff5126056709bf32d92f0e55417b947ef058df37c96fd
@@ -46,7 +46,7 @@ module CapistranoMulticonfigParallel
46
46
  end
47
47
 
48
48
  def move_to_home!
49
- print "\e[2;1H"
49
+ position_cursor(2, 1)
50
50
  erase_from_current_line_to_bottom
51
51
  end
52
52
 
@@ -8,7 +8,7 @@ module CapistranoMulticonfigParallel
8
8
  module VERSION
9
9
  MAJOR = 0
10
10
  MINOR = 28
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.28.2
4
+ version: 0.28.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - bogdanRada