nephophobia 0.1.0 → 0.1.1
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/lib/nephophobia/client.rb +2 -2
- data/lib/nephophobia/version.rb +1 -1
- metadata +2 -2
data/lib/nephophobia/client.rb
CHANGED
|
@@ -67,8 +67,8 @@ module Nephophobia
|
|
|
67
67
|
# Provide a simple interface to the EC2 Credential resources.
|
|
68
68
|
|
|
69
69
|
def credential
|
|
70
|
-
@path
|
|
71
|
-
@
|
|
70
|
+
@path = "/services/Cloud"
|
|
71
|
+
@credential ||= Nephophobia::Credential.new self
|
|
72
72
|
end
|
|
73
73
|
|
|
74
74
|
##
|
data/lib/nephophobia/version.rb
CHANGED
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: nephophobia
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.1.
|
|
5
|
+
version: 0.1.1
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- John Dewey
|
|
@@ -11,7 +11,7 @@ autorequire:
|
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
13
|
|
|
14
|
-
date: 2011-04-
|
|
14
|
+
date: 2011-04-20 00:00:00 -07:00
|
|
15
15
|
default_executable:
|
|
16
16
|
dependencies:
|
|
17
17
|
- !ruby/object:Gem::Dependency
|