nephophobia 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -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 = "/services/Cloud"
71
- @compute ||= Nephophobia::Credential.new self
70
+ @path = "/services/Cloud"
71
+ @credential ||= Nephophobia::Credential.new self
72
72
  end
73
73
 
74
74
  ##
@@ -1,3 +1,3 @@
1
1
  module Nephophobia
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: nephophobia
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.0
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-19 00:00:00 -07:00
14
+ date: 2011-04-20 00:00:00 -07:00
15
15
  default_executable:
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency