vagrant-unison 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/vagrant-unison/command.rb +1 -1
- data/lib/vagrant-unison/version.rb +1 -1
- metadata +3 -3
@@ -52,7 +52,7 @@ module VagrantPlugins
|
|
52
52
|
# Unison over to the guest path using the SSH info
|
53
53
|
command = [
|
54
54
|
"unison", "-batch",
|
55
|
-
"-ignore=Name {git*,.vagrant/,*.DS_Store}",
|
55
|
+
"-ignore=Name {.git*,.vagrant/,*.DS_Store}",
|
56
56
|
"-sshargs", "-p #{ssh_info[:port]} -o StrictHostKeyChecking=no -i #{ssh_info[:private_key_path]}",
|
57
57
|
hostpath,
|
58
58
|
"ssh://#{ssh_info[:username]}@#{ssh_info[:host]}/#{guestpath}"
|
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.
|
4
|
+
version: 0.0.6
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-04-08 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: listen
|
@@ -142,7 +142,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
142
142
|
version: '0'
|
143
143
|
segments:
|
144
144
|
- 0
|
145
|
-
hash:
|
145
|
+
hash: 2366309558487007107
|
146
146
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
147
147
|
none: false
|
148
148
|
requirements:
|