vagrant-vsphere 0.19.1 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.bumpversion.cfg +1 -1
- data/CHANGELOG.md +5 -0
- data/Gemfile +1 -1
- data/LICENSE.txt +2 -2
- data/README.md +4 -4
- data/lib/vSphere/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: 9e213ed207d134e78f329cddbc785e7095b00486
|
4
|
+
data.tar.gz: 9247fb1fe8f10430408b01108c4c965ec60d1f23
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0d8ae03ec33c350e1913d41783a0a578c81ab3633eb12b123ec24c644e0600359cd43b581bca31ab674d899183e95c3e2e7f93edaf458910fed1e7fe6f73e468
|
7
|
+
data.tar.gz: 3f08935d3c7ea34138f9ad2bad69efb900af14b662fb072e6299dadd900ff758228ff0be3d3ef5b5760a0a6888619990b1dc6e20deb8d8f9619832ffec35ceec
|
data/.bumpversion.cfg
CHANGED
data/CHANGELOG.md
CHANGED
data/Gemfile
CHANGED
@@ -8,7 +8,7 @@ group :development do
|
|
8
8
|
# Vagrant environment itself using `vagrant plugin`.
|
9
9
|
|
10
10
|
ruby '2.0.0'
|
11
|
-
gem 'vagrant', git: 'git://github.com/mitchellh/vagrant.git', tag: 'v1.6.
|
11
|
+
gem 'vagrant', git: 'git://github.com/mitchellh/vagrant.git', tag: 'v1.6.4'
|
12
12
|
end
|
13
13
|
|
14
14
|
group :plugins do
|
data/LICENSE.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
Copyright (c) 2013 Regents of the University of Colorado
|
1
|
+
Copyright (c) 2013-2015 Regents of the University of Colorado
|
2
2
|
|
3
3
|
This software was developed by the National Snow and Ice Data Center with funding from multiple sources.
|
4
4
|
|
@@ -21,4 +21,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
21
21
|
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
22
22
|
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
23
23
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
24
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
24
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# Vagrant vSphere Provider
|
4
4
|
|
5
|
-
This is a [Vagrant](http://www.vagrantup.com) 1.6.
|
5
|
+
This is a [Vagrant](http://www.vagrantup.com) 1.6.4+ plugin that adds a
|
6
6
|
[vSphere](http://pubs.vmware.com/vsphere-50/index.jsp?topic=%2Fcom.vmware.wssdk.apiref.doc_50%2Fright-pane.html)
|
7
7
|
provider to Vagrant, allowing Vagrant to control and provision machines using
|
8
8
|
VMware. New machines are created from virtual machines or templates which must
|
@@ -13,15 +13,15 @@ This provider is built on top of the
|
|
13
13
|
|
14
14
|
## Requirements
|
15
15
|
|
16
|
-
* Vagrant 1.6.
|
16
|
+
* Vagrant 1.6.4+
|
17
17
|
* VMware with vSphere API
|
18
18
|
* Ruby 1.9+
|
19
19
|
* libxml2, libxml2-dev, libxslt, libxslt-dev
|
20
20
|
|
21
21
|
## Current Version
|
22
|
-
**version: 0.
|
22
|
+
**version: 1.0.0**
|
23
23
|
|
24
|
-
vagrant-vsphere (**version: 0.
|
24
|
+
vagrant-vsphere (**version: 1.0.0**) is available from
|
25
25
|
[RubyGems.org](https://rubygems.org/gems/vagrant-vsphere)
|
26
26
|
|
27
27
|
## Installation
|
data/lib/vSphere/version.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: 1.0.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:
|
11
|
+
date: 2015-01-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: nokogiri
|