vagrant-vbguest 0.7.0.pre2 → 0.7.0
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 +2 -1
- data/lib/vagrant-vbguest/version.rb +1 -1
- metadata +4 -4
data/CHANGELOG.md
CHANGED
|
@@ -12,7 +12,8 @@
|
|
|
12
12
|
- Fix an issue with VirtualBox GuestAdditions 4.2.8 [GH-44] /
|
|
13
13
|
(thanks @jimmycuadra)
|
|
14
14
|
- Reworked bunch of internals, particularly how vagrants's
|
|
15
|
-
environemnt is passed arround
|
|
15
|
+
environemnt is passed arround. Also decoupled GuestAdditions
|
|
16
|
+
finder into a seperate class.
|
|
16
17
|
- Intodruce a vagrant 1.0 compatibility layer for Installers and
|
|
17
18
|
other vbguest internals
|
|
18
19
|
|
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vagrant-vbguest
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.0
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 0.7.0
|
|
5
|
+
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Robert Schulze
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-03-
|
|
12
|
+
date: 2013-03-26 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: micromachine
|
|
@@ -125,7 +125,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
125
125
|
version: '0'
|
|
126
126
|
segments:
|
|
127
127
|
- 0
|
|
128
|
-
hash:
|
|
128
|
+
hash: 412328394721376976
|
|
129
129
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
130
130
|
none: false
|
|
131
131
|
requirements:
|