From b9c1c7f72cc1a4ade24d6507d7e6c558fadcc1e9 Mon Sep 17 00:00:00 2001 From: geemus Date: Tue, 16 Nov 2010 15:50:43 -0800 Subject: [PATCH] Release 0.3.19 --- 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 74b8f2f2a..518348628 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fog (0.3.18) + fog (0.3.19) builder excon (>= 0.2.4) formatador (>= 0.0.15) diff --git a/fog.gemspec b/fog.gemspec index 08b373258..dca74c75c 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.18' + s.version = '0.3.19' s.date = '2010-11-16' s.rubyforge_project = 'fog' diff --git a/lib/fog.rb b/lib/fog.rb index c8f2f1d27..3821665dc 100644 --- a/lib/fog.rb +++ b/lib/fog.rb @@ -18,7 +18,7 @@ module Fog @mocking = false unless const_defined?(:VERSION) - VERSION = '0.3.18' + VERSION = '0.3.19' end module Mock