Top Level Namespace

Defined in:

Constant Summary

LOG_LEVELS = ["info", "error", "debug"]
ON_OFF = ["on", "off", "enable", "disable", "yes", "no"]
VERSION = {{ (env("VERSION")) && ((env("VERSION")) != "") ? env("VERSION") : (`git describe --always --tags --match \"[0-9]*\" --dirty`).chomp.stringify }}

Set VERSION during build time