fog 0.0.50 → 0.0.51

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 0
4
- :patch: 50
4
+ :patch: 51
5
5
  :build:
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{fog}
8
- s.version = "0.0.50"
8
+ s.version = "0.0.51"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["geemus (Wesley Beary)"]
@@ -14,7 +14,7 @@ module Fog
14
14
  class_eval <<-RUBY
15
15
  def #{method}(*args)
16
16
  lazy_load
17
- self.class.new(:connection => self.connection).load(super)
17
+ self.class.new(:connection => self.connection).load(self.map {|member| member.attributes})
18
18
  end
19
19
  RUBY
20
20
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 50
9
- version: 0.0.50
8
+ - 51
9
+ version: 0.0.51
10
10
  platform: ruby
11
11
  authors:
12
12
  - geemus (Wesley Beary)