mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Release 0.7.1
This commit is contained in:
parent
767b3773e9
commit
c0c474b193
3 changed files with 14 additions and 3 deletions
|
@ -1,3 +1,14 @@
|
||||||
|
0.7.1 03/21/2011
|
||||||
|
================
|
||||||
|
|
||||||
|
[aws|storage] normalize headers. thanks pweldon
|
||||||
|
|
||||||
|
[mock] fix reset_data to not be called in Mock#initialize
|
||||||
|
|
||||||
|
[rackspace] add support for using servicenet. thanks minter
|
||||||
|
|
||||||
|
[storage] provide for non file/string files. thanks pweldon
|
||||||
|
|
||||||
0.7.0 03/14/2011
|
0.7.0 03/14/2011
|
||||||
================
|
================
|
||||||
|
|
||||||
|
|
|
@ -7,8 +7,8 @@ Gem::Specification.new do |s|
|
||||||
## If your rubyforge_project name is different, then edit it and comment out
|
## If your rubyforge_project name is different, then edit it and comment out
|
||||||
## the sub! line in the Rakefile
|
## the sub! line in the Rakefile
|
||||||
s.name = 'fog'
|
s.name = 'fog'
|
||||||
s.version = '0.7.0'
|
s.version = '0.7.1'
|
||||||
s.date = '2011-03-18'
|
s.date = '2011-03-21'
|
||||||
s.rubyforge_project = 'fog'
|
s.rubyforge_project = 'fog'
|
||||||
|
|
||||||
## Make sure your summary is short. The description may be as long
|
## Make sure your summary is short. The description may be as long
|
||||||
|
|
|
@ -3,7 +3,7 @@ require File.join(File.dirname(__FILE__), 'fog', 'core')
|
||||||
module Fog
|
module Fog
|
||||||
|
|
||||||
unless const_defined?(:VERSION)
|
unless const_defined?(:VERSION)
|
||||||
VERSION = '0.7.0'
|
VERSION = '0.7.1'
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue