Sha256: 4a93013dd07a2169e0705250805de9fa629541bcc954c0a5fc60f849d1b7cb10

Contents?: true

Size: 794 Bytes

Versions: 1

Compression:

Stored size: 794 Bytes

Contents

# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
  s.name        = 'capistrano-deploy-management'
  s.description = 'Collection of Capistrano recipes for deploying Rails apps into high-performance environments'
  s.version     = '0.1.42'
  s.platform    = Gem::Platform::RUBY
  s.authors     = ['Dominik Rodler']
  s.email       = ['dominik.rodler@gmail.com']
  s.homepage    = 'https://github.com/drdla/capistrano-deploy-management'
  s.summary     = 'Capistrano deploy recipes; forked from https://github.com/lest/capistrano-deploy'

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }

  s.add_dependency('capistrano', '~> 2.9')
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
capistrano-deploy-management-0.1.42 capistrano-deploy-management.gemspec