wordmove-sshbump 0.0.9 → 0.0.10
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/wordmove/hosts/remote_host.rb +1 -0
- data/lib/wordmove/version.rb +1 -1
- metadata +3 -3
@@ -28,6 +28,7 @@ module Wordmove
|
|
28
28
|
|
29
29
|
def download_file(source_file, destination_file)
|
30
30
|
logger.verbose "Copying local #{source_file} to #{destination_file}..."
|
31
|
+
puts "SSH options: #{@ssh_options.inspect}"
|
31
32
|
Net::SCP.upload!(options.ssh.host, options.ssh.username, source_file, destination_file, @ssh_options )
|
32
33
|
end
|
33
34
|
|
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: 11
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 10
|
10
|
+
version: 0.0.10
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Stefano Verna
|