Sha256: d2e15bf19a92c8a72cb9049a9b4e741003ac9b79a17291e728715b8d68958990

Contents?: true

Size: 1.15 KB

Versions: 8

Compression:

Stored size: 1.15 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

  # Bundled extensions
  TRAVELING_RUBY_VERSION = '20150210-2.2.0'
  THIN_VERSION = '1.6.3'
  EM_VERSION = '1.0.4'

  # Big money
  ART = <<-'EOART'
     $$$$$$\   $$$$$$\  $$$$$$$\
    $$  __$$\ $$  __$$\ $$  __$$\
    $$ /  \__|$$ /  $$ |$$ |  $$ |
    \$$$$$$\  $$ |  $$ |$$ |  $$ |
     \____$$\ $$ |  $$ |$$ |  $$ |
    $$\   $$ |$$ |  $$ |$$ |  $$ |
    \$$$$$$  | $$$$$$  |$$$$$$$  |
     \______/  \______/ \_______/
  EOART
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
stacksondeck-1.3.0 lib/stacksondeck/metadata.rb
stacksondeck-1.2.3 lib/stacksondeck/metadata.rb
stacksondeck-1.2.2 lib/stacksondeck/metadata.rb
stacksondeck-1.2.1 lib/stacksondeck/metadata.rb
stacksondeck-1.2.0 lib/stacksondeck/metadata.rb
stacksondeck-1.1.4 lib/stacksondeck/metadata.rb
stacksondeck-1.1.3 lib/stacksondeck/metadata.rb
stacksondeck-1.1.2 lib/stacksondeck/metadata.rb