fog 0.0.51 → 0.0.52

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 0
4
- :patch: 51
4
+ :patch: 52
5
5
  :build:
data/fog.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{fog}
8
- s.version = "0.0.51"
8
+ s.version = "0.0.52"
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)"]
@@ -25,7 +25,7 @@ module Fog
25
25
  reservation['instancesSet'].map do |instance|
26
26
  instance.merge(:groups => reservation['groupSet'])
27
27
  end
28
- end
28
+ end.flatten
29
29
  )
30
30
  end
31
31
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 51
9
- version: 0.0.51
8
+ - 52
9
+ version: 0.0.52
10
10
  platform: ruby
11
11
  authors:
12
12
  - geemus (Wesley Beary)