Sha256: 5e2b13823fcd2e78b4a75c9aef25307c4e2f03e5e024498dc9b813f0dba6fab7
Contents?: true
Size: 839 Bytes
Versions: 47
Compression:
Stored size: 839 Bytes
Contents
module KitchenHooks # General information about the project SUMMARY = %q.GitLab WebHoook for automated Chef Server uploads. AUTHOR = 'Sean Clemmer' EMAIL = 'sclemmer@bluejeans.com' LICENSE = 'ISC' HOMEPAGE = 'https://github.com/sczizzo/kitchen-hooks' # Project root ROOT = File.dirname(__FILE__), '..', '..' # Pull the project version out of the VERSION file VERSION = File.read(File.join(ROOT, 'VERSION')).strip # Every project deserves its own ASCII art ART = <<-'EOART' _ _ _ _ /\ /(_) |_ ___| |__ ___ _ __ /\ /\___ ___ | | _____ / //_/ | __/ __| '_ \ / _ \ '_ \ / /_/ / _ \ / _ \| |/ / __| / __ \| | || (__| | | | __/ | | / __ / (_) | (_) | <\__ \ \/ \/|_|\__\___|_| |_|\___|_| |_\/ /_/ \___/ \___/|_|\_\___/ EOART end
Version data entries
47 entries across 47 versions & 1 rubygems