Module: Hoss

Defined in:
lib/hoss/main.rb,
lib/hoss/reindex.rb,
lib/hoss/metadata.rb

Defined Under Namespace

Classes: Main, Reindex

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

'Index your Chef Server with Elasticsearch'
AUTHOR =

Your benevolent dictator for life

'Sean Clemmer'
EMAIL =

Turn here to strangle your dictator

'[email protected]'
LICENSE =

Like the MIT license, but even simpler

'ISC'
HOMEPAGE =

If you really just can’t get enough

'https://github.com/sczizzo/hoss'
ART =

Every project deserves its own ASCII art

<<-'EOART' % VERSION
    ,---,
  ,--.' |
  |  |  :       ,---.
  :  :  :      '   ,'\   .--.--.    .--.--.
  :  |  |,--. /   /   | /  /    '  /  /    '
  |  :  '   |.   ; ,. :|  :  /`./ |  :  /`./
  |  |   /' :'   | |: :|  :  ;_   |  :  ;_
  '  :  | | |'   | .; : \  \    `. \  \    `.
  |  |  ' | :|   :    |  `----.   \ `----.   \
  |  :  :_:,' \   \  /  /  /`--'  //  /`--'  /
  |  | ,'      `----'  '--'.     /'--'.     /
  `--''                  `--'---'   `--'---'
                                               v%s
EOART