Module: GoldenBrindle::Const
- Defined in:
- lib/golden_brindle/const.rb
Constant Summary collapse
- VERSION =
current version
"0.3.2"
- BANNER =
main banner
"Usage: golden_brindle <command> [options]"
- CONFIG_KEYS =
config options names
%w(address host port cwd log_file pid_file environment servers daemon debug config_script workers timeout user group prefix preload listen bundler)
- ANSI_RED =
"\033[0;31m"
- ANSI_RESET =
"\033[0m"