vagrant 0.7.7 → 0.7.8
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.
- data/CHANGELOG.md +4 -0
- data/lib/vagrant/environment.rb +1 -1
- data/lib/vagrant/version.rb +1 -1
- data/templates/locales/en.yml +3 -0
- metadata +3 -3
data/CHANGELOG.md
CHANGED
data/lib/vagrant/environment.rb
CHANGED
@@ -36,7 +36,7 @@ module Vagrant
|
|
36
36
|
def check_virtualbox!
|
37
37
|
version = VirtualBox.version
|
38
38
|
raise Errors::VirtualBoxNotDetected if version.nil?
|
39
|
-
raise Errors::VirtualBoxInvalidVersion, :version => version.to_s if version.to_f < 4.0
|
39
|
+
raise Errors::VirtualBoxInvalidVersion, :version => version.to_s if version.to_f < 4.0 || version.to_f >= 4.1
|
40
40
|
rescue Errors::VirtualBoxNotDetected
|
41
41
|
# On 64-bit Windows, show a special error. This error is a subclass
|
42
42
|
# of VirtualBoxNotDetected, so libraries which use Vagrant can just
|
data/lib/vagrant/version.rb
CHANGED
data/templates/locales/en.yml
CHANGED
@@ -138,6 +138,9 @@ en:
|
|
138
138
|
Vagrant could not detect VirtualBox! Make sure VirtualBox is properly installed.
|
139
139
|
If VirtualBox is installed, it may be an incorrect version. Vagrant currently
|
140
140
|
requires VirtualBox 4.0.x. Please install the proper version to continue.
|
141
|
+
|
142
|
+
If you have an older or newer version of VirtualBox, please make sure you're
|
143
|
+
using the proper version of Vagrant. Ask the mailing list if you have questions.
|
141
144
|
virtualbox_not_detected_win64: |-
|
142
145
|
Vagrant could not detect VirtualBox! Make sure VirtualBox is properly installed
|
143
146
|
with version 4.0.0 or higher.
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: vagrant
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.7.
|
5
|
+
version: 0.7.8
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Mitchell Hashimoto
|
@@ -11,7 +11,7 @@ autorequire:
|
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
13
|
|
14
|
-
date: 2011-07-
|
14
|
+
date: 2011-07-19 00:00:00 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: archive-tar-minitar
|
@@ -421,7 +421,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
421
421
|
requirements:
|
422
422
|
- - ">="
|
423
423
|
- !ruby/object:Gem::Version
|
424
|
-
hash:
|
424
|
+
hash: -2270927773934283406
|
425
425
|
segments:
|
426
426
|
- 0
|
427
427
|
version: "0"
|