vagrant-vcloud 0.4.2 → 0.4.3

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: d409f772009c8b3517d9154f8605701a941fbe77
4
- data.tar.gz: ece215777352bc57e41fcda9b86a6edf17cfea44
3
+ metadata.gz: c823549c9a5883f1ba315cf1e799aec3b4b868c2
4
+ data.tar.gz: 7db0d41e4b5afe847fa8fcb9e3acc844eb58440c
5
5
  SHA512:
6
- metadata.gz: cb00ef18f488618b4f5fe971c5c4730f332c435f700731498d3ac0060986112d63524da9fa606e433c29ae3f548d24b0da7a3df408ca866381b3d47512d8d949
7
- data.tar.gz: 10426258bd629cc72b55c79b198c29bf4570b580f96335f4d3d403bc49544a7d25710819c77cc25049b655ceeb7f288275c1b19473340f31f252b39e7ccac8fd
6
+ metadata.gz: 9b5267f95b81b9cd28087eafbe39ec6da5a7b727cafe1e681435538f521165f91830f307571996c8ea768af08d5e305c5798c7636339346cf6eb3532368706e4
7
+ data.tar.gz: fd1f791069bf9a7680decc08df235acd61a5218b031d9c686a9e379d661b0680ce6c0e656820216f02424fe0a694768e2c73652c2ec117eac1845f985231b13b
data/.gitignore CHANGED
@@ -1,9 +1,38 @@
1
- .vagrant/*
2
- pkg/*
3
- Gemfile.lock
4
- test-*
5
- .yardoc/*
6
- doc/*
7
- Vagrantfile
8
- puppet/*
9
1
  *.gem
2
+ *.rbc
3
+ /.config
4
+ /coverage/
5
+ /InstalledFiles
6
+ /pkg/
7
+ /spec/reports/
8
+ /test/tmp/
9
+ /test/version_tmp/
10
+ /tmp/
11
+
12
+ ## Specific to RubyMotion:
13
+ .dat*
14
+ .repl_history
15
+ build/
16
+
17
+ ## Documentation cache and generated files:
18
+ /.yardoc/
19
+ /_yardoc/
20
+ /doc/
21
+ /rdoc/
22
+
23
+ ## Environment normalisation:
24
+ /.bundle/
25
+ /lib/bundler/man/
26
+
27
+ # for a library or gem, you might want to ignore these files since the code is
28
+ # intended to run in multiple environments; otherwise, check them in:
29
+ # Gemfile.lock
30
+ # .ruby-version
31
+ # .ruby-gemset
32
+
33
+ # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
34
+ .rvmrc
35
+
36
+ # Vagrant specifics
37
+ Vagrantfile*
38
+ vagrant*deb
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  [Vagrant](http://www.vagrantup.com) provider for VMware vCloud Director®
2
2
  =============
3
3
 
4
- [Version 0.4.2](../../releases/tag/v0.4.2) has been released!
4
+ [Version 0.4.3](../../releases/tag/v0.4.3) has been released!
5
5
  -------------
6
6
 
7
7
  Please note that this software is still Alpha/Beta quality and is not recommended for production usage.
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module VCloud
3
- VERSION = '0.4.2'
3
+ VERSION = '0.4.3'
4
4
  end
5
5
  end
@@ -1,4 +1,4 @@
1
- $:.unshift File.expand_path('../lib', __FILE__)
1
+ $LOAD_PATH.unshift File.expand_path('../lib', __FILE__)
2
2
  require 'vagrant-vcloud/version'
3
3
 
4
4
  Gem::Specification.new do |s|
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
14
14
 
15
15
  s.add_runtime_dependency 'i18n', '~> 0.6.4'
16
16
  s.add_runtime_dependency 'log4r', '~> 1.1.10'
17
- s.add_runtime_dependency 'nokogiri', '~> 1.5.5'
17
+ s.add_runtime_dependency 'nokogiri', '~> 1.6'
18
18
  s.add_runtime_dependency 'httpclient', '~> 2.3.4.1'
19
19
  s.add_runtime_dependency 'ruby-progressbar', '~> 1.1.1'
20
20
  s.add_runtime_dependency 'netaddr', '~> 1.5.0'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-vcloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fabio Rapposelli
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-09-05 00:00:00.000000000 Z
12
+ date: 2014-09-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: i18n
@@ -45,14 +45,14 @@ dependencies:
45
45
  requirements:
46
46
  - - ~>
47
47
  - !ruby/object:Gem::Version
48
- version: 1.5.5
48
+ version: '1.6'
49
49
  type: :runtime
50
50
  prerelease: false
51
51
  version_requirements: !ruby/object:Gem::Requirement
52
52
  requirements:
53
53
  - - ~>
54
54
  - !ruby/object:Gem::Version
55
- version: 1.5.5
55
+ version: '1.6'
56
56
  - !ruby/object:Gem::Dependency
57
57
  name: httpclient
58
58
  requirement: !ruby/object:Gem::Requirement