module Shamebot # 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 = 'Shame users who commit with bad messages' # 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 || _ _ | / [_ | o )| || | \__ || _ || || \_/ || _]| || O ||_| |_| / \ || | || _ || | || [_ | O || | | | \ || | || | || | || || || | | | \___||__|__||__|__||___|___||_____||_____| \___/ |__| v%s EOART end