module CB
Defined in:
cb.crcb/action.cr
cb/logdest_add.cr
cb/logdest_destroy.cr
cb/logdest_list.cr
Constant Summary
-
BUILD_DATE =
{{ (`date -u +\"%Y%m%d%H%M\"`).chomp.stringify }}
-
BUILD_ID =
begin {% if true %} %(#{BUILD_DATE}#{"-dev" unless BUILD_RELEASE}) {% end %} end
-
BUILD_RELEASE =
{{ flag?(:release) }}
-
EID_PATTERN =
/\A[a-z0-9]{25}[4aeimquy]\z/
-
VERSION =
{{ (`shards version \"/srv/crystaldoc.info/github-will-cb-v0.7.2/src\"`).chomp.stringify }}
-
VERSION_STR =
"cb v#{CB::VERSION} (#{CB::BUILD_ID})"