vcloud-core 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/vcloud/core/version.rb +1 -1
- data/vcloud-core.gemspec +3 -2
- metadata +7 -5
data/lib/vcloud/core/version.rb
CHANGED
data/vcloud-core.gemspec
CHANGED
@@ -8,9 +8,10 @@ require 'vcloud/core/version'
|
|
8
8
|
Gem::Specification.new do |s|
|
9
9
|
s.name = 'vcloud-core'
|
10
10
|
s.version = Vcloud::Core::VERSION
|
11
|
-
s.authors = ['
|
11
|
+
s.authors = ['Anna Shipman']
|
12
|
+
s.email = ['anna.shipman@digital.cabinet-office.gov.uk']
|
12
13
|
s.summary = 'Core tools for interacting with VMware vCloud Director'
|
13
|
-
s.description = 'Core tools for interacting with VMware vCloud Director'
|
14
|
+
s.description = 'Core tools for interacting with VMware vCloud Director. Includes VCloud Query, a light wrapper round the vCloud Query API.'
|
14
15
|
s.homepage = 'http://github.com/alphagov/vcloud-core'
|
15
16
|
s.license = 'MIT'
|
16
17
|
|
metadata
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vcloud-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
|
-
-
|
8
|
+
- Anna Shipman
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
@@ -107,8 +107,10 @@ dependencies:
|
|
107
107
|
- - '='
|
108
108
|
- !ruby/object:Gem::Version
|
109
109
|
version: 1.2.0
|
110
|
-
description: Core tools for interacting with VMware vCloud Director
|
111
|
-
|
110
|
+
description: Core tools for interacting with VMware vCloud Director. Includes VCloud
|
111
|
+
Query, a light wrapper round the vCloud Query API.
|
112
|
+
email:
|
113
|
+
- anna.shipman@digital.cabinet-office.gov.uk
|
112
114
|
executables:
|
113
115
|
- vcloud-query
|
114
116
|
extensions: []
|
@@ -174,7 +176,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
174
176
|
version: '0'
|
175
177
|
segments:
|
176
178
|
- 0
|
177
|
-
hash:
|
179
|
+
hash: -2018305276127737563
|
178
180
|
requirements: []
|
179
181
|
rubyforge_project:
|
180
182
|
rubygems_version: 1.8.23
|