Module: Robit

Defined in:
lib/robit/metadata.rb

Constant Summary collapse

VERSION =

We use a VERSION file to tie into our build pipeline

File.read(File.join(File.dirname(__FILE__), '..', '..', 'VERSION')).strip
SUMMARY =

We don’t really do all that much, be humble

'Like Robut, but better and pronounced correctly'
AUTHOR =

Your benevolent dictator for life

'Sean Clemmer'
EMAIL =

Turn here to strangle your dictator

'[email protected]'
ART =

Every project deserves its own ASCII art

<<-'EOART' % VERSION

   _  .-')              .-. .-')            .-') _
  ( \( -O )             \  ( OO )          (  OO) )
   ,------.  .-'),-----. ;-----.\   ,-.-') /     '._
   |   /`. '( OO'  .-.  '| .-.  |   |  |OO)|'--...__)
   |  /  | |/   |  | |  || '-' /_)  |  |  \'--.  .--'
   |  |_.' |\_) |  |\|  || .-. `.   |  |(_/   |  |
   |  .  '.'  \ |  | |  || |  \  | ,|  |_.'   |  |
   |  |\  \    `'  '-'  '| '--'  /(_|  |      |  |
   `--' '--'     `-----' `------'   `--'      `--'  v%s
EOART