vagrant-unificar 0.0.2 → 0.0.3

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: 243dff696190b365d298a4c6f94418c935ffe349
4
- data.tar.gz: 5ac552a71abcd1a521dccbfd406b4ace3e81d190
3
+ metadata.gz: eea0ea82fef0555a1ba92587627834c9f8720230
4
+ data.tar.gz: fe31aaf80ad4391afc1fda29bf4e16e534941d74
5
5
  SHA512:
6
- metadata.gz: f35055d7bbc69ec05abcc07e533128f1670d97938bd5a0f24e0d96ba7c3edf0bc6fe7e0840cdea963b9e4550f93111b445c521d205c5b70b1ccdacb0342db15a
7
- data.tar.gz: d6d4b09d30a7e183c7e149aa62b278d5cfa82e8c9565cb32afc169821d1dbbc297777b095a864100b5c60c8dcdebc4f723906c488efefb2417ea60fdaf9f1557
6
+ metadata.gz: fea7b03086af0011b6604ef0b589af69e87c55aa6fbe09b7a140a42952df719d1941f607a049ced00f3cab4a06b8ae03c752b960870e23c1227536f1895c821b
7
+ data.tar.gz: b93d88bc57042b927856525fc937e40fc89c47410f2b8be53feae593c4f073706d47057fc10129ebda09cfeb96f2ee845a6b66f5c26e03df2b61b0de929c53d6
data/Gemfile.lock CHANGED
@@ -23,7 +23,7 @@ GIT
23
23
  PATH
24
24
  remote: .
25
25
  specs:
26
- vagrant-unificar (0.0.2)
26
+ vagrant-unificar (0.0.3)
27
27
 
28
28
  GEM
29
29
  remote: https://rubygems.org/
@@ -32,9 +32,9 @@ module Vagrant
32
32
 
33
33
  password = machine.ui.ask("#{usuario}@#{host_ip} (no se vera el password al ser tecleado): ", {:prefix => false, :echo => false})
34
34
 
35
- cmd = "echo \"#{password}\" | sshfs -o password_stdin #{usuario}@#{host_ip}:#{local_dir} #{remote_mountpoint}"
35
+ cmd = "echo \"#{password}\" | sshfs -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o password_stdin #{usuario}@#{host_ip}:#{local_dir} #{remote_mountpoint}"
36
36
 
37
- #TODO: Habilitar debug para poder ver el comando
37
+ #TODO: Habilitar debug en el Vagrantfile para poder ver el comando
38
38
  #puts cmd
39
39
  ret = machine.communicate.execute(cmd, {:error_check => false})
40
40
  if ret == 0
@@ -1,5 +1,5 @@
1
1
  module Vagrant
2
2
  module Unificar
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-unificar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Raichuk
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-27 00:00:00.000000000 Z
11
+ date: 2016-01-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -56,7 +56,6 @@ files:
56
56
  - lib/vagrant-unificar/config.rb
57
57
  - lib/vagrant-unificar/plugin.rb
58
58
  - lib/vagrant-unificar/version.rb
59
- - pkg/vagrant-unificar-0.0.1.gem
60
59
  - vagrant-unificar.gemspec
61
60
  homepage: ''
62
61
  licenses:
Binary file