Skip to content

Instantly share code, notes, and snippets.

@asterite
Created September 30, 2014 19:16
Show Gist options
  • Select an option

  • Save asterite/a50b9834f6a253b3d0df to your computer and use it in GitHub Desktop.

Select an option

Save asterite/a50b9834f6a253b3d0df to your computer and use it in GitHub Desktop.
module Crystal
module Config
PATH = {{ env("CRYSTAL_CONFIG_PATH") || "" }}
VERSION = {{ env("CRYSTAL_CONFIG_VERSION") || `(git describe --tags --long 2>/dev/null)` }}
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment