vagrant-vsphere 1.10.1.pre1 → 1.10.1
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 +7 -0
- data/README.md +2 -2
- data/lib/vSphere/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eb46c180bc1ef9ebd482ddf8620bd6fa4c324d43
|
4
|
+
data.tar.gz: f5aa75fac5fcf413bdc568af049c78ae5a2e18c0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6f8f7c729cffbead019ed907daf78fca6c032fbf8126e180b98fdcf894cc2efe18b77f408e33b39f881b3dacb83c52d843de29858d04779cc955947165c642cd
|
7
|
+
data.tar.gz: 4f74a56f9359d1f25913be8f8e6b5c57911fd44967c266f3dcd944e9f46029956357568ef0640ecad9bcf3ad4baedf2fc1aeed9a5f2314d8197f543c68e48ac7
|
data/.bumpversion.cfg
CHANGED
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1
|
+
## [1.10.1 (2016-10-17)](https://github.com/nsidc/vagrant-vsphere/releases/tag/v1.10.1)
|
2
|
+
|
3
|
+
- Update dependency on [rbvmomi](https://github.com/vmware/rbvmomi) to allow
|
4
|
+
versions greater than `1.8.2`, but still less than `2.0.0`. The previous
|
5
|
+
version constraint was intended to get at least `1.8.2`, but was also
|
6
|
+
restricting it to less than `1.9.0`.
|
7
|
+
|
1
8
|
## [1.10.0 (2016-05-17)](https://github.com/nsidc/vagrant-vsphere/releases/tag/v1.10.0)
|
2
9
|
|
3
10
|
- Add support for `vagrant snapshot` and its subcommands
|
data/README.md
CHANGED
@@ -19,9 +19,9 @@ This provider is built on top of the
|
|
19
19
|
* libxml2, libxml2-dev, libxslt, libxslt-dev
|
20
20
|
|
21
21
|
## Current Version
|
22
|
-
**version: 1.10.1
|
22
|
+
**version: 1.10.1**
|
23
23
|
|
24
|
-
vagrant-vsphere (**version: 1.10.1
|
24
|
+
vagrant-vsphere (**version: 1.10.1**) 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,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vagrant-vsphere
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.10.1
|
4
|
+
version: 1.10.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Grauch
|
@@ -208,9 +208,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
208
208
|
version: '0'
|
209
209
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
210
210
|
requirements:
|
211
|
-
- - '
|
211
|
+
- - '>='
|
212
212
|
- !ruby/object:Gem::Version
|
213
|
-
version:
|
213
|
+
version: '0'
|
214
214
|
requirements: []
|
215
215
|
rubyforge_project:
|
216
216
|
rubygems_version: 2.4.8
|