vagrant-vbguest 0.11.0.beta0 → 0.11.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +2 -0
- data/lib/vagrant-vbguest/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b26c659fdb3d64cb8762476dcfb7b77440dbbf66
|
|
4
|
+
data.tar.gz: e0633e922f2568df8a77f7e549b6dbc01850d375
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 79ab5f8ec55de357540e9353a9deec3e37c64996852a2552a4c96da1c66b1018289858c8671434f7ec028e1f3c7184a108567220ae8cbdd8eebbec02796cb69a
|
|
7
|
+
data.tar.gz: a6a30d9213c879c7d1f1740abcc41db695ee6f322218911c510fd011e5986354897b458faaf18c84fa4b4861fc0ea0a03674022ed07ae28fc7171dddcb165904
|
data/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,8 @@
|
|
|
5
5
|
- Add redhat installer support for centos7. Thanks @roidelapluie for [GH-162]
|
|
6
6
|
- Add debian installer support for debian8. Thanks @ubermuda for [GH-171]
|
|
7
7
|
- Add ISO autodetection on Archlinux hosts. [GH-135]
|
|
8
|
+
- Add lookup for the `vboxadd` tool, instead of assuming it in `/etc/init.d`
|
|
9
|
+
- And systemd-ish startup methods if available, instead of assuming `/etc/init.d/vboxadd` beeing useable.
|
|
8
10
|
- Add configuration options for iso upload path and mount point.
|
|
9
11
|
- Add a `--no-cleanup` command-line switch to make debugging a bit more convenient.
|
|
10
12
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vagrant-vbguest
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.11.0
|
|
4
|
+
version: 0.11.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Robert Schulze
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-10-
|
|
11
|
+
date: 2015-10-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: micromachine
|