vagrant-vsphere 1.10.1.pre1 → 1.10.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a10d8e0939cedd889ec051e867bacf3dab876c8f
4
- data.tar.gz: 00af9a8867b9b366268bcad30451005cf1c8ecc4
3
+ metadata.gz: eb46c180bc1ef9ebd482ddf8620bd6fa4c324d43
4
+ data.tar.gz: f5aa75fac5fcf413bdc568af049c78ae5a2e18c0
5
5
  SHA512:
6
- metadata.gz: 644ec33bda6a072c58bc1b34bbfe962a814d0cd9c8eb2dbf14f57e17fbfe6f1f5fd9477e6fd6ea6a41f2a2b2a2fc08d3f335f0555d3c9737bb963a842a3cb463
7
- data.tar.gz: e9ffd73da67fbd71ab21530a5bfff177955b1f5a0a8d838040ef439b55a20696f3ea405afbbd02658448906a486617ed3ae0332c329fd7e0a3b7da188509f914
6
+ metadata.gz: 6f8f7c729cffbead019ed907daf78fca6c032fbf8126e180b98fdcf894cc2efe18b77f408e33b39f881b3dacb83c52d843de29858d04779cc955947165c642cd
7
+ data.tar.gz: 4f74a56f9359d1f25913be8f8e6b5c57911fd44967c266f3dcd944e9f46029956357568ef0640ecad9bcf3ad4baedf2fc1aeed9a5f2314d8197f543c68e48ac7
data/.bumpversion.cfg CHANGED
@@ -1,5 +1,5 @@
1
1
  [bumpversion]
2
- current_version = 1.10.1.pre1
2
+ current_version = 1.10.1
3
3
  tag = true
4
4
  commit = true
5
5
 
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.pre1**
22
+ **version: 1.10.1**
23
23
 
24
- vagrant-vsphere (**version: 1.10.1.pre1**) is available from
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
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module VSphere
3
- VERSION = '1.10.1.pre1'
3
+ VERSION = '1.10.1'
4
4
  end
5
5
  end
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.pre1
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: 1.3.1
213
+ version: '0'
214
214
  requirements: []
215
215
  rubyforge_project:
216
216
  rubygems_version: 2.4.8