Module: Kffpt

Defined in:
lib/kffpt/main.rb,
lib/kffpt/metadata.rb

Defined Under Namespace

Classes: Main

Constant Summary collapse

SUMMARY =

General information about the project

%q.Because it's easier to Google than "Chef".
AUTHOR =
'Sean Clemmer'
EMAIL =
'[email protected]'
LICENSE =
'ISC'
HOMEPAGE =
'https://github.com/sczizzo/kffpt'
VERSION =

Pull the project version out of the VERSION file

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

Every project deserves its own ASCII art

<<-EOART
  |kffpt|
  | **  |
  |*  * |
  |    *|
  |     |
  |*    |
  |    *|
  |     |
  |     |
  | **  |
  |   * |
EOART