auser-poolparty 1.3.15 → 1.3.16
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/VERSION.yml +1 -1
- data/lib/poolparty/cloud.rb +2 -2
- metadata +2 -2
data/VERSION.yml
CHANGED
data/lib/poolparty/cloud.rb
CHANGED
|
@@ -60,8 +60,8 @@ module PoolParty
|
|
|
60
60
|
def using(provider_symbol, o={}, &block)
|
|
61
61
|
return @cloud_provider if @cloud_provider
|
|
62
62
|
self.cloud_provider_name = provider_symbol
|
|
63
|
-
cloud_provider(
|
|
64
|
-
cloud_provider.keypair(keypair)
|
|
63
|
+
cloud_provider(o, &block)
|
|
64
|
+
cloud_provider.keypair(keypair.full_filepath)
|
|
65
65
|
end
|
|
66
66
|
|
|
67
67
|
# Cloud provider methods
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: auser-poolparty
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.16
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ari Lerner
|
|
@@ -11,7 +11,7 @@ autorequire:
|
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
13
|
|
|
14
|
-
date: 2009-09-
|
|
14
|
+
date: 2009-09-20 00:00:00 -07:00
|
|
15
15
|
default_executable:
|
|
16
16
|
dependencies: []
|
|
17
17
|
|