Module: Bender

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

Defined Under Namespace

Classes: Main

Constant Summary collapse

ROOT =

Project root

File.dirname(__FILE__), '..', '..'
VERSION =

Pull the project version out of the VERSION file

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

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

'Yet another HipChat bot'
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/bender'
TRAVELING_RUBY_VERSION =

Bundled extensions

'20150517-2.2.2'
JSON_VERSION =
'1.8.2'
FFI_VERSION =
'1.9.6'
EM_VERSION =
'1.0.4'
ART =

Every project deserves its own ASCII art

"     ,,                                  ,,\n    *MM                                `7MM\n     MM                                  MM\n     MM,dMMb.   .gP\"Ya `7MMpMMMb.   ,M\"\"bMM  .gP\"Ya `7Mb,od8\n     MM    `Mb ,M'   Yb  MM    MM ,AP    MM ,M'   Yb  MM' \"'\n     MM     M8 8M\"\"\"\"\"\"  MM    MM 8MI    MM 8M\"\"\"\"\"\"  MM\n     MM.   ,M9 YM.    ,  MM    MM `Mb    MM YM.    ,  MM\n     P^YbmdP'   `Mbmmd'.JMML  JMML.`Wbmd\"MML.`Mbmmd'.JMML.   v%s\n" % VERSION