From 08d5987c1793955113029b95c30278abfc5921a9 Mon Sep 17 00:00:00 2001 From: "geemus (Wesley Beary)" Date: Tue, 20 Apr 2010 20:26:41 -0700 Subject: [PATCH] Release 0.0.74 --- fog.gemspec | 2 +- lib/fog.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fog.gemspec b/fog.gemspec index acecc1967f..927702373d 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.73' + s.version = '0.0.74' s.date = '2010-04-20' s.rubyforge_project = 'fog' diff --git a/lib/fog.rb b/lib/fog.rb index 0ee0291f2f..6c228baeea 100644 --- a/lib/fog.rb +++ b/lib/fog.rb @@ -30,7 +30,7 @@ module Fog - VERSION = '0.0.73' + VERSION = '0.0.74' module Mock @delay = 1