module Geode

Defined in:

config.cr
geode.cr
shard.cr

Constant Summary

BUILD_DATE = {% if flag?(:win32) %} {{ (`powershell.exe -NoProfile Get-Date -Format \"yyyy-MM-dd\"`).stringify.chomp }} {% else %} {{ (`date +%F`).stringify.chomp }} {% end %}
BUILD_HASH = {{ (`git rev-parse HEAD`).stringify[0...8] }}
HOST_TRIPLE = {{ (Crystal::DESCRIPTION.split("target:")).last.strip }}
VERSION = "0.1.0"