vagrant-vbguest 0.3.0 → 0.3.1
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/lib/vagrant-vbguest/detector.rb +1 -1
- data/lib/vagrant-vbguest/version.rb +1 -1
- data/vagrant-vbguest.gemspec +1 -1
- metadata +7 -7
|
@@ -20,7 +20,7 @@ module VagrantVbguest
|
|
|
20
20
|
end
|
|
21
21
|
|
|
22
22
|
def media_manager_iso
|
|
23
|
-
(m = @vm.driver.execute('list', 'dvds').match(/^.+:\s+(
|
|
23
|
+
(m = @vm.driver.execute('list', 'dvds').match(/^.+:\s+(.*VBoxGuestAdditions.iso)$/i)) && m[1]
|
|
24
24
|
end
|
|
25
25
|
|
|
26
26
|
def guess_iso
|
data/vagrant-vbguest.gemspec
CHANGED
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
|
|
|
11
11
|
s.license = 'MIT'
|
|
12
12
|
s.homepage = "https://github.com/dotless-de/vagrant-vbguest"
|
|
13
13
|
s.summary = %q{A Vagrant plugin to install the VirtualBoxAdditions into the guest VM}
|
|
14
|
-
s.description = %q{A Vagrant plugin
|
|
14
|
+
s.description = %q{A Vagrant plugin which automatically installs the host's VirtualBox Guest Additions on the guest system.}
|
|
15
15
|
|
|
16
16
|
s.required_rubygems_version = ">= 1.3.6"
|
|
17
17
|
#s.rubyforge_project = "vagrant-vbguest"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vagrant-vbguest
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,11 +9,11 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-04-
|
|
12
|
+
date: 2012-04-27 00:00:00.000000000Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: vagrant
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &70158099787660 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,10 +21,10 @@ dependencies:
|
|
|
21
21
|
version: 0.9.4
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *70158099787660
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: bundler
|
|
27
|
-
requirement: &
|
|
27
|
+
requirement: &70158099787140 !ruby/object:Gem::Requirement
|
|
28
28
|
none: false
|
|
29
29
|
requirements:
|
|
30
30
|
- - ! '>='
|
|
@@ -32,8 +32,8 @@ dependencies:
|
|
|
32
32
|
version: 1.0.0
|
|
33
33
|
type: :development
|
|
34
34
|
prerelease: false
|
|
35
|
-
version_requirements: *
|
|
36
|
-
description: A Vagrant plugin
|
|
35
|
+
version_requirements: *70158099787140
|
|
36
|
+
description: A Vagrant plugin which automatically installs the host's VirtualBox Guest
|
|
37
37
|
Additions on the guest system.
|
|
38
38
|
email:
|
|
39
39
|
- robert@dotless.de
|