fog 0.0.98 → 0.0.99

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.0.98'
10
+ s.version = '0.0.99'
11
11
  s.date = '2010-05-14'
12
12
  s.rubyforge_project = 'fog'
13
13
 
data/lib/fog.rb CHANGED
@@ -35,7 +35,7 @@ require 'fog/vcloud'
35
35
  module Fog
36
36
 
37
37
  unless const_defined?(:VERSION)
38
- VERSION = '0.0.98'
38
+ VERSION = '0.0.99'
39
39
  end
40
40
 
41
41
  module Mock
@@ -44,7 +44,7 @@ module Fog
44
44
  :host => "#{bucket_name}.#{@host}",
45
45
  :method => 'HEAD',
46
46
  :path => CGI.escape(object_name),
47
- :query => CGI.escape(version_id)
47
+ :query => query
48
48
  })
49
49
  end
50
50
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 98
9
- version: 0.0.98
8
+ - 99
9
+ version: 0.0.99
10
10
  platform: ruby
11
11
  authors:
12
12
  - geemus (Wesley Beary)