1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

avoid redefining VERSION

This commit is contained in:
geemus 2010-04-29 23:30:49 -07:00
parent 7f09801b9d
commit 47893c5dd9

View file

@ -31,7 +31,9 @@ require 'fog/terremark'
module Fog module Fog
unless VERSION
VERSION = '0.0.84' VERSION = '0.0.84'
end
module Mock module Mock
@delay = 1 @delay = 1