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.
@@ -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
 
@@ -1,3 +1,3 @@
1
1
  module Wordmove
2
- VERSION = "0.0.9"
2
+ VERSION = "0.0.10"
3
3
  end
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: 13
4
+ hash: 11
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 9
10
- version: 0.0.9
9
+ - 10
10
+ version: 0.0.10
11
11
  platform: ruby
12
12
  authors:
13
13
  - Stefano Verna