Top Level Namespace

Defined Under Namespace

Modules: Timely

Constant Summary collapse

TIMELY_HOME =

Create Timely home directory structure

File.expand_path('~/.timely')
TIMELY_DB =
File.join(TIMELY_HOME, 'timely.db')
TIMELY_CONFIG =
File.join(TIMELY_HOME, 'config.yml')
TIMELY_LOGS =
File.join(TIMELY_HOME, 'logs')
TIMELY_CACHE =
File.join(TIMELY_HOME, 'cache')