Sha256: d3517da0491e5244d8ac08024b819f1440f0fc014a950643db5b2efa70d79df7
Contents?: true
Size: 1.04 KB
Versions: 13
Compression:
Stored size: 1.04 KB
Contents
# StacksOnDeck a.k.a. SOD. SoUlJa BoY TeLlEm DoT cOm sHe ThIrStY. module StacksOnDeck # Officially, it's "stacksondeck" (but whatever) NAME = 'stacksondeck' # A quick summary for use in the command-line interface SUMMARY = %q.Stupid simple Chef-Rundeck integration. # Take credit for your work AUTHOR = 'Sean Clemmer' # Take responsibility for your work EMAIL = 'sczizzo@gmail.com' # Like the MIT license, but even simpler LICENSE = 'ISC' # Where you should look first HOMEPAGE = 'https://github.com/sczizzo/stacksondeck' # Project root ROOT = File.join File.dirname(__FILE__), '..', '..' # Pull the project version out of the VERSION file VERSION = File.read(File.join(ROOT, 'VERSION')).strip # Big money ART = <<-'EOART' $$$$$$\ $$$$$$\ $$$$$$$\ $$ __$$\ $$ __$$\ $$ __$$\ $$ / \__|$$ / $$ |$$ | $$ | \$$$$$$\ $$ | $$ |$$ | $$ | \____$$\ $$ | $$ |$$ | $$ | $$\ $$ |$$ | $$ |$$ | $$ | \$$$$$$ | $$$$$$ |$$$$$$$ | \______/ \______/ \_______/ EOART end
Version data entries
13 entries across 13 versions & 1 rubygems