This commit is contained in:
geemus 2010-06-07 23:42:55 -07:00
Родитель 9ed11028a4
Коммит aace6ee067
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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'

Просмотреть файл

@ -49,7 +49,7 @@ require 'fog/vcloud'
module Fog
unless const_defined?(:VERSION)
VERSION = '0.1.7'
VERSION = '0.1.8'
end
module Mock