Release 0.7.1

This commit is contained in:
geemus 2011-03-21 14:11:05 -07:00
parent 767b3773e9
commit c0c474b193
3 changed files with 14 additions and 3 deletions

View File

@ -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
================

View File

@ -7,8 +7,8 @@ Gem::Specification.new do |s|
## If your rubyforge_project name is different, then edit it and comment out
## the sub! line in the Rakefile
s.name = 'fog'
s.version = '0.7.0'
s.date = '2011-03-18'
s.version = '0.7.1'
s.date = '2011-03-21'
s.rubyforge_project = 'fog'
## Make sure your summary is short. The description may be as long

View File

@ -3,7 +3,7 @@ require File.join(File.dirname(__FILE__), 'fog', 'core')
module Fog
unless const_defined?(:VERSION)
VERSION = '0.7.0'
VERSION = '0.7.1'
end
end