From 1abf3579a649b4110496eeff23b3989f6e718792 Mon Sep 17 00:00:00 2001 From: geemus Date: Fri, 24 Sep 2010 14:44:07 -0700 Subject: [PATCH] Release 0.3.5 --- 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 52a4117d7..350ccdcd4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fog (0.3.4) + fog (0.3.5) builder excon (>= 0.2.1) formatador (>= 0.0.15) diff --git a/fog.gemspec b/fog.gemspec index e884d4017..ca2c39386 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.4' + s.version = '0.3.5' s.date = '2010-09-24' s.rubyforge_project = 'fog' diff --git a/lib/fog.rb b/lib/fog.rb index 17ea724f8..b29e56556 100644 --- a/lib/fog.rb +++ b/lib/fog.rb @@ -32,7 +32,7 @@ require 'fog/ssh' module Fog unless const_defined?(:VERSION) - VERSION = '0.3.4' + VERSION = '0.3.5' end module Mock