mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Merge pull request #1342 from ronen/patch-1
Bug fix: Ensure Fog::VERSION gets defined
This commit is contained in:
commit
11591b3ed9
1 changed files with 1 additions and 3 deletions
|
@ -1,5 +1,3 @@
|
|||
module Fog
|
||||
unless const_defined?(:VERSION)
|
||||
VERSION = '1.8.0'
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue