From 4203325df56f3143a1ad0ea24be1cc510d4134fb Mon Sep 17 00:00:00 2001 From: geemus Date: Fri, 14 May 2010 12:02:05 -0700 Subject: [PATCH] Release 0.0.96 --- fog.gemspec | 4 ++-- lib/fog.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fog.gemspec b/fog.gemspec index 3302428ec..0c114a82f 100644 --- a/fog.gemspec +++ b/fog.gemspec @@ -7,8 +7,8 @@ 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.0.95' - s.date = '2010-05-13' + s.version = '0.0.96' + s.date = '2010-05-14' s.rubyforge_project = 'fog' ## Make sure your summary is short. The description may be as long diff --git a/lib/fog.rb b/lib/fog.rb index 49aeea72e..007603870 100644 --- a/lib/fog.rb +++ b/lib/fog.rb @@ -35,7 +35,7 @@ require 'fog/vcloud' module Fog unless const_defined?(:VERSION) - VERSION = '0.0.95' + VERSION = '0.0.96' end module Mock