Sha256: 36242daa96a1544f0ae8c69be680fa5a2f7e011c735585d6e0c2c9aa5f8b69ed
Contents?: true
Size: 1.37 KB
Versions: 19
Compression:
Stored size: 1.37 KB
Contents
module OpsAsk # General information about the project SUMMARY = %q.Ask Ops for stuff. AUTHOR = 'Sean Clemmer' EMAIL = 'sczizzo@gmail.com' LICENSE = 'ISC' HOMEPAGE = 'https://github.com/sczizzo/opsask' # 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 ART = <<-'EOART' _ _ _ _ _ _ /\ \ /\ \ / /\ / /\ / /\ /\_\ / \ \ / \ \ / / \ / / \ / / \ / / / _ / /\ \ \ / /\ \ \ / / /\ \__ / / /\ \ / / /\ \__ / / / /\_\ / / /\ \ \ / / /\ \_\ / / /\ \___\ / / /\ \ \ / / /\ \___\ / / /__/ / / / / / \ \_\ / / /_/ / / \ \ \ \/___// / / \ \ \ \ \ \ \/___// /\_____/ / / / / / / // / /__\/ / \ \ \ / / /___/ /\ \ \ \ \ / /\_______/ / / / / / // / /_____/_ \ \ \ / / /_____/ /\ \ _ \ \ \ / / /\ \ \ / / /___/ / // / / /_/\__/ / / / /_________/\ \ \ /_/\__/ / / / / / \ \ \ / / /____\/ // / / \ \/___/ / / / /_ __\ \_\\ \/___/ / / / / \ \ \ \/_________/ \/_/ \_____\/ \_\___\ /____/_/ \_____\/ \/_/ \_\_\ EOART end
Version data entries
19 entries across 19 versions & 1 rubygems