Prepare the CLI for the evolution.
This commit is contained in:
parent
b77074e3a5
commit
774930c4a5
1 changed files with 16 additions and 2 deletions
|
@ -3,9 +3,23 @@
|
|||
$DEBUG = true
|
||||
$VERBOSE = true
|
||||
|
||||
QASIM_INCLUDE_DIR = "lib"
|
||||
QASIM_DATA_DIR = "."
|
||||
|
||||
$:.push QASIM_INCLUDE_DIR
|
||||
p $:.inspect
|
||||
|
||||
#
|
||||
# external libraries
|
||||
#
|
||||
require 'bundler/setup'
|
||||
require 'pp'
|
||||
require 'qasim/config'
|
||||
require 'qasim/map'
|
||||
#require 'thor'
|
||||
|
||||
#
|
||||
# project libraries
|
||||
#
|
||||
require 'qasim'
|
||||
|
||||
module Qasim
|
||||
|
||||
|
|
Loading…
Reference in a new issue