deltacloud-client 1.0.3 → 1.0.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.
Files changed (3) hide show
  1. data/Rakefile +0 -2
  2. data/lib/deltacloud.rb +2 -1
  3. metadata +4 -4
data/Rakefile CHANGED
@@ -1,6 +1,4 @@
1
1
  #
2
- # Copyright (C) 2009 Red Hat, Inc.
3
- #
4
2
  # Licensed to the Apache Software Foundation (ASF) under one or more
5
3
  # contributor license agreements. See the NOTICE file distributed with
6
4
  # this work for additional information regarding copyright ownership. The
@@ -330,8 +330,9 @@ module DeltaCloud
330
330
 
331
331
  def use_driver(driver, opts={})
332
332
  if driver
333
- @api_driver = driver
333
+ @api_driver = driver
334
334
  @driver_name = driver
335
+ @api_provider = opts[:provider] if opts[:provider]
335
336
  @features, @entry_points = {}, {}
336
337
  discover_entry_points
337
338
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: deltacloud-client
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 3
10
- version: 1.0.3
9
+ - 4
10
+ version: 1.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - The Apache Software Foundation
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-09-07 00:00:00 Z
18
+ date: 2012-10-08 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: rest-client