From f344c2816e13c1181c5a69d9c9b1d71dbab1a7cb Mon Sep 17 00:00:00 2001 From: geemus Date: Tue, 27 Apr 2010 11:20:39 -0700 Subject: [PATCH] Release 0.0.81 --- fog.gemspec | 4 ++-- lib/fog.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fog.gemspec b/fog.gemspec index 9b8709b28..444fa4220 100644 --- a/fog.gemspec +++ b/fog.gemspec @@ -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.0.80' - s.date = '2010-04-26' + s.version = '0.0.81' + s.date = '2010-04-27' s.rubyforge_project = 'fog' ## Make sure your summary is short. The description may be as long diff --git a/lib/fog.rb b/lib/fog.rb index fd985ad1e..8099f411c 100644 --- a/lib/fog.rb +++ b/lib/fog.rb @@ -31,7 +31,7 @@ require 'fog/terremark' module Fog - VERSION = '0.0.80' + VERSION = '0.0.81' module Mock @delay = 1