fog 0.3.10 → 0.3.11

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/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fog (0.3.10)
4
+ fog (0.3.11)
5
5
  builder
6
6
  excon (>= 0.2.4)
7
7
  formatador (>= 0.0.15)
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'
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
@@ -24,7 +24,7 @@ module Fog
24
24
  @mocking = false
25
25
 
26
26
  unless const_defined?(:VERSION)
27
- VERSION = '0.3.10'
27
+ VERSION = '0.3.11'
28
28
  end
29
29
 
30
30
  module Mock
@@ -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]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 10
9
- version: 0.3.10
8
+ - 11
9
+ version: 0.3.11
10
10
  platform: ruby
11
11
  authors:
12
12
  - geemus (Wesley Beary)