mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
explicitly load version info, now that core no longer implicitly does
This commit is contained in:
parent
b18ffc9776
commit
2c6f595046
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
|||
__LIB_DIR__ = File.expand_path(File.dirname(__FILE__))
|
||||
$LOAD_PATH.unshift __LIB_DIR__ unless $LOAD_PATH.include?(__LIB_DIR__)
|
||||
|
||||
# load version info
|
||||
require 'fog/version'
|
||||
|
||||
# Use core
|
||||
require 'fog/core'
|
||||
|
||||
|
|
Loading…
Reference in a new issue