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:
parent
7f09801b9d
commit
47893c5dd9
1 changed files with 3 additions and 1 deletions
|
@ -31,7 +31,9 @@ require 'fog/terremark'
|
|||
|
||||
module Fog
|
||||
|
||||
VERSION = '0.0.84'
|
||||
unless VERSION
|
||||
VERSION = '0.0.84'
|
||||
end
|
||||
|
||||
module Mock
|
||||
@delay = 1
|
||||
|
|
Loading…
Add table
Reference in a new issue