Sha256: 3660311ec8d731c78b3dc275d63a55e7d79daa68a600e39c1e3d21257890321c

Contents?: true

Size: 835 Bytes

Versions: 1

Compression:

Stored size: 835 Bytes

Contents

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

Gem::Specification.new do |gem|
  gem.name          = "capistrano-haproxy"
  gem.version       = Capistrano::HAProxy::VERSION
  gem.authors       = ["Yamashita Yuu"]
  gem.email         = ["yamashita@geishatokyo.com"]
  gem.description   = %q{a capistrano recipe to setup HAProxy.}
  gem.summary       = %q{a capistrano recipe to setup HAProxy.}
  gem.homepage      = "https://github.com/yyuu/capistrano-haproxy"

  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_dependency("capistrano")
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
capistrano-haproxy-0.0.1 capistrano-haproxy.gemspec