vcloud-box-spinner 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ 0.2.1 2013-08-09
2
+
3
+ - Fixing the homepage url
4
+
1
5
  0.2.0 2013-08-09
2
6
 
3
7
  - Adding delete vApp feature
@@ -1,3 +1,3 @@
1
1
  module Provisioner
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.1'
3
3
  end
@@ -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/com/vcloud-box-spinner"
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.0
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/com/vcloud-box-spinner
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: 1073687226056925181
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: 1073687226056925181
201
+ hash: 1394869752269119141
202
202
  segments:
203
203
  - 0
204
204
  version: "0"