vagrant-vsphere 0.12.0 → 0.13.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +6 -2
- data/lib/vSphere/action.rb +1 -0
- data/lib/vSphere/version.rb +1 -1
- data/spec/spec_helper.rb +1 -0
- 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: 7a762207e6d45ec3deb3adb0cffaeb8e175407f5
|
4
|
+
data.tar.gz: 41d40b6adf3bf79cf26a75f59624c29521f32f7d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8c235b540287103c00490469fa0dd7e35b04c9c890304f906a803eae7616ac088094ba581eb4bcbf372693401559ff03f08588385222b80add4fe88744044a62
|
7
|
+
data.tar.gz: 030f39cf19776d1f61cda9c6d0bb5a4a8c10216b81162b56fb80d5a2b3382bcc816063525abecc5866abbd7c899cc2d0d1ea1be9944397a47ae0ca7758ae0728
|
data/README.md
CHANGED
@@ -12,9 +12,9 @@ This provider is built on top of the [RbVmomi](https://github.com/vmware/rbvmomi
|
|
12
12
|
* libxml2, libxml2-dev, libxslt, libxslt-dev
|
13
13
|
|
14
14
|
## Current Version
|
15
|
-
**0.
|
15
|
+
**0.13.0**
|
16
16
|
|
17
|
-
vagrant-vsphere (0.
|
17
|
+
vagrant-vsphere (0.13.0) is available from [RubyGems.org](https://rubygems.org/gems/vagrant-vsphere)
|
18
18
|
|
19
19
|
## Installation
|
20
20
|
|
@@ -180,6 +180,10 @@ This is useful if running Vagrant from multiple directories or if multiple machi
|
|
180
180
|
* Create the VM target folder if it doesn't exist #76 marnovdm:feature/create_vm_folder.
|
181
181
|
* 0.12.0
|
182
182
|
* Use a directory name where Vagrantfile is stored as a prefix for VM name [#82 mkuzmin:name-prefix](https://github.com/nsidc/vagrant-vsphere/pull/82).
|
183
|
+
* 0.13.0
|
184
|
+
* Find and install box file for multi-provider boxes automatically [#86 mkuzmin:install-box](https://github.com/nsidc/vagrant-vsphere/pull/86) & [#87 mkuzmin/provider-name](https://github.com/nsidc/vagrant-vsphere/pull/87).
|
185
|
+
|
186
|
+
|
183
187
|
|
184
188
|
## Versioning
|
185
189
|
|
data/lib/vSphere/action.rb
CHANGED
data/lib/vSphere/version.rb
CHANGED
data/spec/spec_helper.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vagrant-vsphere
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.13.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Grauch
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-09-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: nokogiri
|