1
0
Fork 0
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:
geemus 2014-10-10 09:06:38 -05:00
parent b18ffc9776
commit 2c6f595046

View file

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