wordmove-sshbump 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/wordmove/hosts/remote_host.rb +2 -1
- data/lib/wordmove/version.rb +1 -1
- metadata +3 -3
@@ -59,6 +59,7 @@ module Wordmove
|
|
59
59
|
|
60
60
|
arguments = [ "-azLK" ]
|
61
61
|
|
62
|
+
password_file = nil
|
62
63
|
if options.ssh
|
63
64
|
if options.ssh.password
|
64
65
|
password_file = Tempfile.new('rsync_password')
|
@@ -75,7 +76,7 @@ module Wordmove
|
|
75
76
|
arguments.flatten! # do we need this?
|
76
77
|
locally_run "rsync", *arguments
|
77
78
|
|
78
|
-
password_file.unlink
|
79
|
+
password_file.unlink if password_file
|
79
80
|
exclude_file.unlink
|
80
81
|
end
|
81
82
|
|
data/lib/wordmove/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wordmove-sshbump
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 19
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 2
|
10
|
+
version: 0.2.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Stefano Verna
|