capistrano_multiconfig_parallel 0.28.0 → 0.28.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: 118d3709eeb7c3e3eb27958392d9e97d1ebe1fff
4
- data.tar.gz: 88309d280c122e2ef5a824597fbb61278cf69eee
3
+ metadata.gz: 4e5b90fdb3d1e844ec4127ebfaae4b38e8d8095f
4
+ data.tar.gz: 10f466aa16eef98f9636883255d148938096fa9a
5
5
  SHA512:
6
- metadata.gz: e756c63ef3aa2a96bfa92a2c122e68b7082bb363123e6fcee0447d29357cc6e9f2c554637e4e9945e5cffc1c25b2aebc1969866a9cd1173ffefac034e06e5741
7
- data.tar.gz: 220d8c84a377e8ad9e9c70f99629492a5354ccd296542096c7b9a61b05b957dbcf2c8b6ca7a0d5f1eeb77cd12fd449699afeaa18a6b8c4b3770e3c5cc3e08635
6
+ metadata.gz: aec632ffdd555d4f740a3e61d75febbee449ae9d7e6e323d454a46bda67ab09884ff0583b654f44787e67f9ac3b54e95c1c68e5c4b1759c7b9ba2730d0303138
7
+ data.tar.gz: 253acf2c6881998a12be69ea6da8abdc89295c974865bd8f554a004fb335a0fe3b60dcf8a652942fdae532615a791ba51c02d744e899af3bdb388e3b04725a5e
@@ -42,8 +42,8 @@ module CapistranoMulticonfigParallel
42
42
  end
43
43
 
44
44
  def display_table_on_terminal(table)
45
- @position ||= Cursor.fetch_position
46
- Cursor.display_on_screen("\n#{table}\n", @options.merge(position: @position))
45
+ @position ||= CapistranoMulticonfigParallel::Cursor.fetch_position
46
+ CapistranoMulticonfigParallel::Cursor.display_on_screen("\n#{table}\n", @options.merge(position: @position))
47
47
  signal_complete
48
48
  end
49
49
 
@@ -8,7 +8,7 @@ module CapistranoMulticonfigParallel
8
8
  module VERSION
9
9
  MAJOR = 0
10
10
  MINOR = 28
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.28.0
4
+ version: 0.28.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - bogdanRada