From 53166c186295e51097a9a07e1da6058c33754ebc Mon Sep 17 00:00:00 2001 From: geemus Date: Wed, 17 Nov 2010 17:28:44 -0800 Subject: [PATCH] Release 0.3.21 --- Gemfile.lock | 2 +- fog.gemspec | 2 +- lib/fog.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 97bc48d99..a5098f927 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fog (0.3.20) + fog (0.3.21) builder excon (>= 0.2.4) formatador (>= 0.0.15) diff --git a/fog.gemspec b/fog.gemspec index d8e631574..55e797e58 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.3.20' + s.version = '0.3.21' s.date = '2010-11-17' s.rubyforge_project = 'fog' diff --git a/lib/fog.rb b/lib/fog.rb index 833b6f1b3..41744f01c 100644 --- a/lib/fog.rb +++ b/lib/fog.rb @@ -18,7 +18,7 @@ module Fog @mocking = false unless const_defined?(:VERSION) - VERSION = '0.3.20' + VERSION = '0.3.21' end module Mock