bosh_openstack_cpi 0.0.4 → 0.0.5

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.
@@ -10,7 +10,8 @@ describe Bosh::OpenStackCloud::Cloud do
10
10
  cloud = make_cloud
11
11
  expect {
12
12
  cloud.validate_deployment({}, {})
13
- }.to raise_error(Bosh::Clouds::NotImplemented, "`validate_deployment' is not implemented by Bosh::OpenStackCloud::Cloud")
13
+ }.to raise_error(Bosh::Clouds::NotImplemented,
14
+ "`validate_deployment' is not implemented by Bosh::OpenStackCloud::Cloud")
14
15
  end
15
16
 
16
17
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bosh_openstack_cpi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
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: 2012-11-02 00:00:00.000000000 Z
12
+ date: 2012-12-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: fog
@@ -50,7 +50,7 @@ dependencies:
50
50
  requirements:
51
51
  - - ! '>='
52
52
  - !ruby/object:Gem::Version
53
- version: 0.4.4
53
+ version: 0.5.1
54
54
  type: :runtime
55
55
  prerelease: false
56
56
  version_requirements: !ruby/object:Gem::Requirement
@@ -58,7 +58,7 @@ dependencies:
58
58
  requirements:
59
59
  - - ! '>='
60
60
  - !ruby/object:Gem::Version
61
- version: 0.4.4
61
+ version: 0.5.1
62
62
  - !ruby/object:Gem::Dependency
63
63
  name: httpclient
64
64
  requirement: !ruby/object:Gem::Requirement
@@ -127,6 +127,8 @@ files:
127
127
  - lib/cloud/openstack/vip_network.rb
128
128
  - README.md
129
129
  - Rakefile
130
+ - spec/assets/sample_config.yml
131
+ - spec/integration/cpi_test.rb
130
132
  - spec/spec_helper.rb
131
133
  - spec/unit/attach_disk_spec.rb
132
134
  - spec/unit/cloud_spec.rb
@@ -162,11 +164,13 @@ required_rubygems_version: !ruby/object:Gem::Requirement
162
164
  version: '0'
163
165
  requirements: []
164
166
  rubyforge_project:
165
- rubygems_version: 1.8.23
167
+ rubygems_version: 1.8.24
166
168
  signing_key:
167
169
  specification_version: 3
168
170
  summary: BOSH OpenStack CPI
169
171
  test_files:
172
+ - spec/assets/sample_config.yml
173
+ - spec/integration/cpi_test.rb
170
174
  - spec/spec_helper.rb
171
175
  - spec/unit/attach_disk_spec.rb
172
176
  - spec/unit/cloud_spec.rb