module Robit # We use a VERSION file to tie into our build pipeline VERSION = File.read(File.join(File.dirname(__FILE__), '..', '..', 'VERSION')).strip # We don't really do all that much, be humble SUMMARY = 'Like Robut, but better and pronounced correctly' # Your benevolent dictator for life AUTHOR = 'Sean Clemmer' # Turn here to strangle your dictator EMAIL = 'sclemmer@bluejeans.com' # Every project deserves its own ASCII art ART = <<-'EOART' % VERSION _ .-') .-. .-') .-') _ ( \( -O ) \ ( OO ) ( OO) ) ,------. .-'),-----. ;-----.\ ,-.-') / '._ | /`. '( OO' .-. '| .-. | | |OO)|'--...__) | / | |/ | | | || '-' /_) | | \'--. .--' | |_.' |\_) | |\| || .-. `. | |(_/ | | | . '.' \ | | | || | \ | ,| |_.' | | | |\ \ `' '-' '| '--' /(_| | | | `--' '--' `-----' `------' `--' `--' v%s EOART end