Sha256: 0efb1c288b6658dd879c8e790244a68b901b589cd985eae603e8a0635520ee77

Contents?: true

Size: 1.02 KB

Versions: 1

Compression:

Stored size: 1.02 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
  spec.name          = "capistrano-runit-rake"
  spec.version       = '0.2.0'
  spec.authors       = ["Alexander Simonov"]
  spec.email         = ["alex@simonov.me"]
  spec.summary       = %q{Capistrano3 tasks for manage long running rake tasks or daemons via runit supervisor.}
  spec.description   = %q{Capistrano3 tasks for manage long running rake tasks or daemons via runit supervisor.}
  spec.homepage      = "https://github.com/capistrano-runit/rake"
  spec.license       = "MIT"

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

  spec.add_development_dependency "bundler", "~> 1.7"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_runtime_dependency 'capistrano-runit-core', '~> 0.2.0'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
capistrano-runit-rake-0.2.0 capistrano-runit-rake.gemspec