From aace6ee067b389c0057c7e458aa53a8185a799a6 Mon Sep 17 00:00:00 2001 From: geemus Date: Mon, 7 Jun 2010 23:42:55 -0700 Subject: [PATCH] Release 0.1.8 --- fog.gemspec | 2 +- lib/fog.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fog.gemspec b/fog.gemspec index a3388799e..2aa2c0f3b 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.1.7' + s.version = '0.1.8' s.date = '2010-06-07' s.rubyforge_project = 'fog' diff --git a/lib/fog.rb b/lib/fog.rb index 1a686f2fa..9e6472a2b 100644 --- a/lib/fog.rb +++ b/lib/fog.rb @@ -49,7 +49,7 @@ require 'fog/vcloud' module Fog unless const_defined?(:VERSION) - VERSION = '0.1.7' + VERSION = '0.1.8' end module Mock