vcloud-core 0.0.1 → 0.0.2

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.
@@ -1,5 +1,5 @@
1
1
  module Vcloud
2
2
  module Core
3
- VERSION = '0.0.1'
3
+ VERSION = '0.0.2'
4
4
  end
5
5
  end
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 = ['Government Digital Service']
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.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
8
- - Government Digital Service
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
- email:
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: 4303655931788326513
179
+ hash: -2018305276127737563
178
180
  requirements: []
179
181
  rubyforge_project:
180
182
  rubygems_version: 1.8.23