From 8e7deaa49d52f412dc4c91a80984ca0230d605df Mon Sep 17 00:00:00 2001 From: geemus Date: Mon, 26 Apr 2010 12:25:56 -0700 Subject: [PATCH] Release 0.0.80 --- fog.gemspec | 2 +- lib/fog.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fog.gemspec b/fog.gemspec index ec6f9b2a1..9b8709b28 100644 --- a/fog.gemspec +++ b/fog.gemspec @@ -7,7 +7,7 @@ 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.79' + s.version = '0.0.80' s.date = '2010-04-26' s.rubyforge_project = 'fog' diff --git a/lib/fog.rb b/lib/fog.rb index 4058f6022..fd985ad1e 100644 --- a/lib/fog.rb +++ b/lib/fog.rb @@ -31,7 +31,7 @@ require 'fog/terremark' module Fog - VERSION = '0.0.79' + VERSION = '0.0.80' module Mock @delay = 1