vcloud-box-spinner 0.2.3 → 0.2.4

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 CHANGED
@@ -1,3 +1,7 @@
1
+ 0.2.4 2013-09-05
2
+
3
+ - Use fog 1.15.0 for Set-Cookie header fix.
4
+
1
5
  0.2.3 2013-09-04
2
6
 
3
7
  - Increase spin up wait to 3 minutes.
data/README.md CHANGED
@@ -66,14 +66,3 @@ refer [here](/docs/hacking.md)
66
66
  You can run the tests with:
67
67
 
68
68
  bundle exec rake
69
-
70
- ## Known Issues
71
-
72
- - We are using fog ruby gem, as a wrapper around vCloud API. The fog gem currently hasn't released fix for "case
73
- insensitivity for Set-Cookie headers"
74
- [here](https://github.com/singhgarima/fog/commit/b7f8db97b15f1dc48541f5f2781f70fb2b743267). The fix till then is,
75
- in your Gemfile, add the following lines
76
-
77
- gem 'fog',
78
- :git => 'git://github.com/fog/fog.git',
79
- :ref => '3f034ccce030cff32e867f57482387d249b4da90'
@@ -1,3 +1,3 @@
1
1
  module Provisioner
2
- VERSION = '0.2.3'
2
+ VERSION = '0.2.4'
3
3
  end
@@ -29,7 +29,7 @@ which enables you to be able to configure VMs with static IPs}
29
29
  s.add_development_dependency "rspec", "~> 2.11.0"
30
30
  s.add_development_dependency "equivalent-xml", "~> 0.2.9"
31
31
  s.add_development_dependency "gem_publisher", "~> 1.3.0"
32
- s.add_runtime_dependency "fog", "~> 1.0"
32
+ s.add_runtime_dependency "fog", "~> 1.15.0"
33
33
  s.add_runtime_dependency "parallel"
34
34
  s.add_runtime_dependency "highline"
35
35
  s.add_runtime_dependency "nokogiri", "~> 1.5.0"
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.3
5
+ version: 0.2.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Garima Singh
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2013-09-04 00:00:00 Z
13
+ date: 2013-09-05 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rake
@@ -96,7 +96,7 @@ dependencies:
96
96
  requirements:
97
97
  - - ~>
98
98
  - !ruby/object:Gem::Version
99
- version: "1.0"
99
+ version: 1.15.0
100
100
  type: :runtime
101
101
  prerelease: false
102
102
  version_requirements: *id008
@@ -189,7 +189,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
189
189
  requirements:
190
190
  - - ">="
191
191
  - !ruby/object:Gem::Version
192
- hash: 2958339827570531793
192
+ hash: -3432102660883927218
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: 2958339827570531793
201
+ hash: -3432102660883927218
202
202
  segments:
203
203
  - 0
204
204
  version: "0"