fog 0.0.52 → 0.0.53

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.
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 0
4
- :patch: 52
4
+ :patch: 53
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.52"
8
+ s.version = "0.0.53"
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)"]
@@ -27,6 +27,7 @@ module Fog
27
27
  if server
28
28
  self.replace(self.select {|volume| volume.server_id == server.id})
29
29
  end
30
+ self
30
31
  end
31
32
 
32
33
  def get(volume_id)
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 52
9
- version: 0.0.52
8
+ - 53
9
+ version: 0.0.53
10
10
  platform: ruby
11
11
  authors:
12
12
  - geemus (Wesley Beary)