Sha256: 17d87a9bc53b153f2f302afa751bfc4b8b7cd881521ddfb3d1cdd37bb0fcf43c

Contents?: true

Size: 920 Bytes

Versions: 1

Compression:

Stored size: 920 Bytes

Contents

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

Gem::Specification.new do |gem|
  gem.authors       = ["Johannes Gorset", 'John Bellone']
  gem.email         = ["jgorset@gmail.com", 'jbellone@bloomberg.net']
  gem.description   = "Capistrano tasks for foreman and upstart/systemd."
  gem.summary       = "Capistrano tasks for foreman and upstart/systemd."
  gem.homepage      = "http://github.com/hyperoslo/capistrano-foreman"

  gem.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  gem.files         = `git ls-files`.split("\n")
  gem.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  gem.name          = "capistrano-foreman"
  gem.require_paths = ["lib"]
  gem.version       = '1.4.0'

  gem.add_dependency 'capistrano', '~> 3.1'
  gem.add_dependency 'capistrano-bundler', '~> 1.1'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
capistrano-foreman-1.4.0 capistrano-foreman.gemspec