vcloud-tools-tester 0.1.3 → 0.2.0

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.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## 0.2.0 (2014-08-11)
2
+
3
+ API changes:
4
+
5
+ - Now depends on vCloud Core v0.9, using an API to access fog instead of accessing fog directly.
6
+
1
7
  ## 0.1.3 (2014-07-15)
2
8
 
3
9
  Bugfixes:
@@ -1,5 +1,4 @@
1
1
  require "vcloud/core"
2
- require "vcloud/fog"
3
2
 
4
3
  require "vcloud/tools/tester/version"
5
4
  require "vcloud/tools/tester/fixture_parameters"
@@ -5,7 +5,7 @@ module Vcloud
5
5
  attr_reader :fixture_params
6
6
 
7
7
  def initialize(user_params)
8
- @vcloud_api = Vcloud::Fog::ModelInterface.new
8
+ @vcloud_api = Vcloud::Core::ApiInterface.new
9
9
  @user_params = user_params
10
10
  ensure_vcloud_fixtures
11
11
  extract_fixture_params
@@ -1,7 +1,7 @@
1
1
  module Vcloud
2
2
  module Tools
3
3
  module Tester
4
- VERSION = "0.1.3"
4
+ VERSION = "0.2.0"
5
5
  end
6
6
  end
7
7
  end
@@ -6,8 +6,8 @@ describe Vcloud::Tools::Tester::FixtureParameters do
6
6
 
7
7
  before(:each) do
8
8
  stub_const("Fog::Compute::VcloudDirector::Network", Object)
9
- Vcloud::Fog::ModelInterface.stub_chain(:new, :current_organization, :networks, :all).and_return(mock_found_interfaces)
10
- Vcloud::Fog::ModelInterface.stub_chain(:new, :current_organization, :vdcs, :all).and_return(mock_found_vdcs)
9
+ Vcloud::Core::Fog::ModelInterface.stub_chain(:new, :current_organization, :networks, :all).and_return(mock_found_interfaces)
10
+ Vcloud::Core::Fog::ModelInterface.stub_chain(:new, :current_organization, :vdcs, :all).and_return(mock_found_vdcs)
11
11
  end
12
12
 
13
13
  let(:edge_gateway_name) { "Test edge gateway" }
@@ -27,5 +27,5 @@ Gem::Specification.new do |spec|
27
27
  spec.add_development_dependency 'rubocop', '~> 0.23.0'
28
28
  spec.add_development_dependency 'simplecov', '~> 0.7.1'
29
29
 
30
- spec.add_runtime_dependency 'vcloud-core', '~> 0.5'
30
+ spec.add_runtime_dependency 'vcloud-core', '~> 0.9'
31
31
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vcloud-tools-tester
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.2.0
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-07-17 00:00:00.000000000 Z
12
+ date: 2014-08-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: gem_publisher
@@ -114,7 +114,7 @@ dependencies:
114
114
  requirements:
115
115
  - - ~>
116
116
  - !ruby/object:Gem::Version
117
- version: '0.5'
117
+ version: '0.9'
118
118
  type: :runtime
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
@@ -122,7 +122,7 @@ dependencies:
122
122
  requirements:
123
123
  - - ~>
124
124
  - !ruby/object:Gem::Version
125
- version: '0.5'
125
+ version: '0.9'
126
126
  description: Tool to facilitate testing of vCloud Tools
127
127
  email:
128
128
  - anna.shipman@digital.cabinet-office.gov.uk
@@ -175,7 +175,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
175
175
  version: '0'
176
176
  segments:
177
177
  - 0
178
- hash: -3890471809782516603
178
+ hash: 3686057879377265780
179
179
  requirements: []
180
180
  rubyforge_project:
181
181
  rubygems_version: 1.8.23