Sha256: e7c76a8fc48547b150f0a4afd6bd88a58de8d8e2bd9190f7abedcf659bfacc10
Contents?: true
Size: 456 Bytes
Versions: 3
Compression:
Stored size: 456 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" # Constants: shouter
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pushyd-0.2.3 | lib/pushyd/constants.rb |
pushyd-0.2.2 | lib/pushyd/constants.rb |
pushyd-0.2.0 | lib/pushyd/constants.rb |