Sha256: ff1a2b86c33c1f609a064bfccc23dd20923ae093d79f41bb5cf1f9364ab73021

Contents?: true

Size: 1.11 KB

Versions: 1

Compression:

Stored size: 1.11 KB

Contents

# -*- encoding: utf-8 -*-
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'deployinator/version'

Gem::Specification.new do |gem|
  gem.name          = "etsy-deployinator"
  gem.version       = Deployinator::VERSION
  gem.authors       = ["JPaul"]
  gem.email         = ["jpaul@etsy.com"]
  gem.description   = %q{Deployinator as a Gem}
  gem.summary       = %q{Rewrite of deployinator to be a gem}
  gem.homepage      = ""

  gem.files         = `git ls-files`.split($/)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.require_paths = ["lib"]

  gem.add_development_dependency "mocha"

  gem.add_runtime_dependency "rake"
  gem.add_runtime_dependency "json"
  gem.add_runtime_dependency "mustache", "~> 0.99"
  gem.add_runtime_dependency "pony"
  gem.add_runtime_dependency "tlsmail"
  gem.add_runtime_dependency "eventmachine"
  gem.add_runtime_dependency "eventmachine-tail"
  gem.add_runtime_dependency "em-websocket"
  gem.add_runtime_dependency "sinatra", ">=1.4.3"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
etsy-deployinator-1.0.1 deployinator.gemspec