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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 14074f0f5c34af5e128fe77d438bec5ae938e51b
4
- data.tar.gz: 51041c4397e9f7b15eb3e1940a95ddaf22110bfe
3
+ metadata.gz: 9e213ed207d134e78f329cddbc785e7095b00486
4
+ data.tar.gz: 9247fb1fe8f10430408b01108c4c965ec60d1f23
5
5
  SHA512:
6
- metadata.gz: 56984a55ea2b947cdcc6c5dd1d163a016c80b7f0d673abcfd8735a18a2d718959234664c9d6b10898802209af2e4cfe1b0a213d3a3395d3b1b32498d397fe3eb
7
- data.tar.gz: 8555e5f65a2015a5871716adbad0ad2972a8816357b94180a316b0422b116cba473f4b4328989687c87db43b84bae92838b8ea641dd1884c85c3174d9e155425
6
+ metadata.gz: 0d8ae03ec33c350e1913d41783a0a578c81ab3633eb12b123ec24c644e0600359cd43b581bca31ab674d899183e95c3e2e7f93edaf458910fed1e7fe6f73e468
7
+ data.tar.gz: 3f08935d3c7ea34138f9ad2bad69efb900af14b662fb072e6299dadd900ff758228ff0be3d3ef5b5760a0a6888619990b1dc6e20deb8d8f9619832ffec35ceec
data/.bumpversion.cfg CHANGED
@@ -1,5 +1,5 @@
1
1
  [bumpversion]
2
- current_version = 0.19.1
2
+ current_version = 1.0.0
3
3
  tag = true
4
4
  commit = true
5
5
 
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## 1.0.0 (2015-01-05)
2
+
3
+ - Increase Vagrant requirement to 1.6.4+
4
+ - Update copyright date in LICENSE.txt
5
+
1
6
  ## 0.19.1 (2014-12-31)
2
7
 
3
8
  - Move version history and contributing notes out of `README.md` into separate
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.3'
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.3+ plugin that adds a
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.3+
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.19.1**
22
+ **version: 1.0.0**
23
23
 
24
- vagrant-vsphere (**version: 0.19.1**) is available from
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
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module VSphere
3
- VERSION = '0.19.1'
3
+ VERSION = '1.0.0'
4
4
  end
5
5
  end
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.19.1
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: 2014-12-31 00:00:00.000000000 Z
11
+ date: 2015-01-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri