vagrant-scp 0.5.4 → 0.5.5

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: c94d03251e09000e8ae6cfb6b6ec6d2aa5970d0b
4
- data.tar.gz: 61fdd2a2dc70a5ef98c1d6bf83037b8350ed7ae4
3
+ metadata.gz: 7881f4c3d5770fddf9747c0380e9ce9ecb2b05ee
4
+ data.tar.gz: abb989e2e618862085f1fd263bd500d6b671a8a2
5
5
  SHA512:
6
- metadata.gz: a69f24db5e46b9fdf324c7224d1940f9d94e08dd55437466633ab5526548c3e411457face8cb8b39115b6b77af9783a4db082666a9fad7405716c8f9372fd532
7
- data.tar.gz: ebb14738abc8d484262909e73ebeeef5d102e5a44e80afdb495e0c0c93e1789a4bf280f8aa068d6ea858797c194b9833bf556d48d497546f3d44861f7dbd35ec
6
+ metadata.gz: d4d54b518374df04667563b665ba695b64d6d7bdc8d769e98d74006033fffe8a53fe85e8092bfaf5fd619ba03d7d74b64fb03c092658239e1fe8e8c07e334d1e
7
+ data.tar.gz: 71415908a768868f16cd6ca8968fc17a7dd539620e6ed89a6b2826053b8b138cf1ed81da33012854c3b5b92b7580f2e0d949d444e28152a1f211f43dce04c641
@@ -18,11 +18,11 @@ module VagrantPlugins
18
18
  raise Vagrant::Errors::SSHNotReady if @ssh_info.nil?
19
19
  user_at_host = "#{@ssh_info[:username]}@#{@ssh_info[:host]}"
20
20
  if net_ssh_command == :upload!
21
- target = "#{user_at_host}:#{target_files}"
22
- source = source_files
21
+ target = "#{user_at_host}:'#{target_files}'"
22
+ source = "'#{source_files}'"
23
23
  else
24
- target = target_files
25
- source = "#{user_at_host}:#{source_files}"
24
+ target = "'#{target_files}'"
25
+ source = "#{user_at_host}:'#{source_files}'"
26
26
  end
27
27
  command = [
28
28
  "scp",
@@ -1,5 +1,5 @@
1
1
  module Vagrant
2
2
  module Scp
3
- VERSION = "0.5.4"
3
+ VERSION = "0.5.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-scp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.4
4
+ version: 0.5.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luca Invernizzi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-02 00:00:00.000000000 Z
11
+ date: 2015-12-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler