Sha256: f2a43b6229052b4adc858918cb85b93576ad75601d97ea08317edbe0b7513b96

Contents?: true

Size: 415 Bytes

Versions: 1

Compression:

Stored size: 415 Bytes

Contents

module GoldenBrindle
  module Const
    # current version
    VERSION="0.3.2"
    # main banner
    BANNER = "Usage: golden_brindle <command> [options]"
    # config options names
    CONFIG_KEYS = %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"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
golden_brindle-0.3.2 lib/golden_brindle/const.rb