vcloud-core 0.0.10 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## 0.0.11 (2014-04-01)
2
+
3
+ Features:
4
+
5
+ - move to require fog v1.21 to allow use of vcloud_token via ENV
6
+
1
7
  ## 0.0.10 (2014-03-17)
2
8
 
3
9
  Features:
data/README.md CHANGED
@@ -53,7 +53,7 @@ with the potential record types to display (default 'records')
53
53
 
54
54
  #### Examples:
55
55
 
56
- NB: examples assume FOG_CREDENTIAL has been set accordingly.
56
+ NB: examples assume FOG_CREDENTIAL or FOG_VCLOUD_TOKEN has been set accordingly.
57
57
 
58
58
  # Get a list of vApps, in YAML
59
59
  vcloud-query -o yaml vApp
@@ -1,5 +1,5 @@
1
1
  module Vcloud
2
2
  module Core
3
- VERSION = '0.0.10'
3
+ VERSION = '0.0.11'
4
4
  end
5
5
  end
data/vcloud-core.gemspec CHANGED
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
22
22
 
23
23
  s.required_ruby_version = '>= 1.9.2'
24
24
 
25
- s.add_runtime_dependency 'fog', '>= 1.19.0'
25
+ s.add_runtime_dependency 'fog', '>= 1.21.0'
26
26
  s.add_runtime_dependency 'methadone'
27
27
  s.add_development_dependency 'rake'
28
28
  s.add_development_dependency 'rspec', '~> 2.14.1'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vcloud-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-03-18 00:00:00.000000000 Z
12
+ date: 2014-04-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: fog
@@ -18,7 +18,7 @@ dependencies:
18
18
  requirements:
19
19
  - - ! '>='
20
20
  - !ruby/object:Gem::Version
21
- version: 1.19.0
21
+ version: 1.21.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ! '>='
28
28
  - !ruby/object:Gem::Version
29
- version: 1.19.0
29
+ version: 1.21.0
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: methadone
32
32
  requirement: !ruby/object:Gem::Requirement
@@ -190,7 +190,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
190
190
  version: '0'
191
191
  segments:
192
192
  - 0
193
- hash: 4238244327631333059
193
+ hash: 888390188831328140
194
194
  requirements: []
195
195
  rubyforge_project:
196
196
  rubygems_version: 1.8.23