vagrantup 0.8.9 → 0.8.10

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: 2d6bae84086791b48b5209c92505e51147cf38e2
4
- data.tar.gz: 22102f3b9b87a3eb74d4b576a821c660f6cc8aa1
3
+ metadata.gz: d203b4e75bd9863148783e62b3e0c44c7a0c74fd
4
+ data.tar.gz: ba47c82904c026da8893e0db9ec78792521bd92a
5
5
  SHA512:
6
- metadata.gz: b3734dbeab11fbaef5b91f44c89791e4e600f5ff2e197cf0bf727291bb67179f1ea0bcac5142cfeea7e260769cf823bc2d6678327ed8ca5579562ef1ccb9c491
7
- data.tar.gz: 51a46c90cf7697bd48439f75edbac09a641b22246acd58859bf8c5d9f0a89d6702d3ba11daeb3e07e488a0ae9bd3dbd5ddcb48bb967afa558f60e69d2b66585a
6
+ metadata.gz: 79f96afa43f449937304f3a6f9291730e475519a54ffbf0d7ec909072501b1278038e5cf004c74c18275b085476ed00ac5f2cb390728faed0d4df46ca27c9821
7
+ data.tar.gz: cfabb32b38aa99b8442c19be146d6b2e6de6e605d33663e5af448a368e660bdcbd4a292076ae8e56b062bb6b78ceef12a6acc8981360f51d1641aa2c80114a75
data/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- ## 0.8.9 (December 10, 2011)
1
+ ## 0.8.10 (December 10, 2011)
2
2
 
3
3
  - Revert the SSH tweaks made in 0.8.8. It affected stability
4
4
  that I'd rather not test in a patch release.
data/lib/vagrant/ssh.rb CHANGED
@@ -118,7 +118,7 @@ module Vagrant
118
118
  execute(:timeout => env.config.ssh.timeout, :port => ssh_port) { |ssh| }
119
119
  end
120
120
 
121
- false
121
+ true
122
122
  rescue Net::SSH::AuthenticationFailed
123
123
  raise Errors::SSHAuthenticationFailed
124
124
  rescue Timeout::Error, Errno::ECONNREFUSED, Net::SSH::Disconnect,
@@ -2,5 +2,5 @@ module Vagrant
2
2
  # This will always be up to date with the current version of Vagrant,
3
3
  # since it is used to generate the gemspec and is also the source of
4
4
  # the version for `vagrant -v`
5
- VERSION = "0.8.9"
5
+ VERSION = "0.8.10"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrantup
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.9
4
+ version: 0.8.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mitchell Hashimoto