fog 0.3.10 → 0.3.11
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +1 -1
- data/fog.gemspec +1 -1
- data/lib/fog.rb +1 -1
- data/lib/fog/aws/models/compute/server.rb +1 -1
- metadata +2 -2
data/Gemfile.lock
CHANGED
data/fog.gemspec
CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
|
|
7
7
|
## If your rubyforge_project name is different, then edit it and comment out
|
8
8
|
## the sub! line in the Rakefile
|
9
9
|
s.name = 'fog'
|
10
|
-
s.version = '0.3.
|
10
|
+
s.version = '0.3.11'
|
11
11
|
s.date = '2010-10-20'
|
12
12
|
s.rubyforge_project = 'fog'
|
13
13
|
|
data/lib/fog.rb
CHANGED
@@ -36,7 +36,7 @@ module Fog
|
|
36
36
|
attribute :user_data
|
37
37
|
|
38
38
|
attr_accessor :password
|
39
|
-
attr_writer :private_key, :private_key_path, :public_key, :public_key_path
|
39
|
+
attr_writer :private_key, :private_key_path, :public_key, :public_key_path, :username
|
40
40
|
|
41
41
|
def initialize(attributes={})
|
42
42
|
@groups ||= ["default"] unless attributes[:subnet_id]
|