fog 0.3.12 → 0.3.13

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,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fog (0.3.12)
4
+ fog (0.3.13)
5
5
  builder
6
6
  excon (>= 0.2.4)
7
7
  formatador (>= 0.0.15)
@@ -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.12'
10
+ s.version = '0.3.13'
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.12'
27
+ VERSION = '0.3.13'
28
28
  end
29
29
 
30
30
  module Mock
@@ -38,7 +38,7 @@ module Fog
38
38
  options = {}
39
39
  for key in ['ExecutableBy', 'ImageId', 'Owner']
40
40
  if filters.is_a?(Hash) && filters.key?(key)
41
- options[key] = filters[key]
41
+ options[key] = filters.delete(key)
42
42
  end
43
43
  end
44
44
  params = AWS.indexed_filters(filters).merge!(options)
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 12
9
- version: 0.3.12
8
+ - 13
9
+ version: 0.3.13
10
10
  platform: ruby
11
11
  authors:
12
12
  - geemus (Wesley Beary)