vagrant-unison 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -26,7 +26,7 @@ module VagrantPlugins
26
26
  # Unison over to the guest path using the SSH info
27
27
  command = [
28
28
  "unison", "-batch",
29
- "-ignore='Name {git*,.vagrant/,*.DS_Store}'",
29
+ "-ignore=Name {git*,.vagrant/,*.DS_Store}",
30
30
  "-sshargs", "-p #{ssh_info[:port]} -o StrictHostKeyChecking=no -i #{ssh_info[:private_key_path]}",
31
31
  hostpath,
32
32
  "ssh://#{ssh_info[:username]}@#{ssh_info[:host]}/#{guestpath}"
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Unison
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-unison
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -126,7 +126,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
126
126
  version: '0'
127
127
  segments:
128
128
  - 0
129
- hash: 1966163683977424519
129
+ hash: -4025481939700274276
130
130
  required_rubygems_version: !ruby/object:Gem::Requirement
131
131
  none: false
132
132
  requirements: