vcloud-box-spinner 0.2.0 → 0.2.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.
- data/CHANGELOG +4 -0
- data/lib/provisioner/version.rb +1 -1
- data/vcloud-box-spinner.gemspec +1 -1
- metadata +4 -4
data/CHANGELOG
CHANGED
data/lib/provisioner/version.rb
CHANGED
data/vcloud-box-spinner.gemspec
CHANGED
|
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
|
|
|
7
7
|
s.version = Provisioner::VERSION
|
|
8
8
|
s.authors = ["Garima Singh"]
|
|
9
9
|
s.email = ["igarimasingh@gmail.com"]
|
|
10
|
-
s.homepage = "https://github.com/
|
|
10
|
+
s.homepage = "https://github.com/alphagov/vcloud-box-spinner"
|
|
11
11
|
s.summary = %q{Provision servers, with vcloud API}
|
|
12
12
|
s.description = %q{Create new VM and apply an opinionated set of commands to
|
|
13
13
|
them, using vcloud API. The vcloud-box-spinner is a thin wrapper around fog,
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: vcloud-box-spinner
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.2.
|
|
5
|
+
version: 0.2.1
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Garima Singh
|
|
@@ -176,7 +176,7 @@ files:
|
|
|
176
176
|
- spec/test_data/machine.json
|
|
177
177
|
- spec/test_data/org.json
|
|
178
178
|
- vcloud-box-spinner.gemspec
|
|
179
|
-
homepage: https://github.com/
|
|
179
|
+
homepage: https://github.com/alphagov/vcloud-box-spinner
|
|
180
180
|
licenses: []
|
|
181
181
|
|
|
182
182
|
post_install_message:
|
|
@@ -189,7 +189,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
189
189
|
requirements:
|
|
190
190
|
- - ">="
|
|
191
191
|
- !ruby/object:Gem::Version
|
|
192
|
-
hash:
|
|
192
|
+
hash: 1394869752269119141
|
|
193
193
|
segments:
|
|
194
194
|
- 0
|
|
195
195
|
version: "0"
|
|
@@ -198,7 +198,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
198
198
|
requirements:
|
|
199
199
|
- - ">="
|
|
200
200
|
- !ruby/object:Gem::Version
|
|
201
|
-
hash:
|
|
201
|
+
hash: 1394869752269119141
|
|
202
202
|
segments:
|
|
203
203
|
- 0
|
|
204
204
|
version: "0"
|