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