vagrant-vcloud 0.4.2 → 0.4.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +37 -8
- data/README.md +1 -1
- data/lib/vagrant-vcloud/version.rb +1 -1
- data/vagrant-vcloud.gemspec +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c823549c9a5883f1ba315cf1e799aec3b4b868c2
|
4
|
+
data.tar.gz: 7db0d41e4b5afe847fa8fcb9e3acc844eb58440c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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.
|
data/vagrant-vcloud.gemspec
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
|
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.
|
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.
|
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-
|
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.
|
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.
|
55
|
+
version: '1.6'
|
56
56
|
- !ruby/object:Gem::Dependency
|
57
57
|
name: httpclient
|
58
58
|
requirement: !ruby/object:Gem::Requirement
|