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
|
$DEBUG = true
|
||||||
$VERBOSE = true
|
$VERBOSE = true
|
||||||
|
|
||||||
|
QASIM_INCLUDE_DIR = "lib"
|
||||||
|
QASIM_DATA_DIR = "."
|
||||||
|
|
||||||
|
$:.push QASIM_INCLUDE_DIR
|
||||||
|
p $:.inspect
|
||||||
|
|
||||||
|
#
|
||||||
|
# external libraries
|
||||||
|
#
|
||||||
|
require 'bundler/setup'
|
||||||
require 'pp'
|
require 'pp'
|
||||||
require 'qasim/config'
|
#require 'thor'
|
||||||
require 'qasim/map'
|
|
||||||
|
#
|
||||||
|
# project libraries
|
||||||
|
#
|
||||||
|
require 'qasim'
|
||||||
|
|
||||||
module Qasim
|
module Qasim
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue