Sha256: ca7c4f28815301bc7525d7370afe8fc8903fed379256607c8f3036cca6c9550e
Contents?: true
Size: 431 Bytes
Versions: 4
Compression:
Stored size: 431 Bytes
Contents
# Constants: global WAY_OUT = "SENT" WAY_IN = "RECD" WAY_POST = "POST" # Constants: proxy PROXY_MESSAGE_MAX = 1 PROXY_USE_ACK = false PROXY_SCOPE = "dev" # Constants: logger LOG_COL_ID = 6 LOG_TRIM_LINE = 200 LOG_FORMAT_TIME = "%Y-%m-%d %H:%M:%S" LOG_FORMAT_MESSAGE = "%-6s" LOG_NEWLINE = "\n" LOG_INDENT = "\t" LOG_ROTATION = "daily"
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
pushyd-0.3.3 | lib/pushyd/constants.rb |
pushyd-0.3.2 | lib/pushyd/constants.rb |
pushyd-0.3.1 | lib/pushyd/constants.rb |
pushyd-0.3.0 | lib/pushyd/constants.rb |