Sha256: 0517e6c1a555e9a996452fb402da0542e3c37cc0c7090849467f9786bcf3fa3e
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.37' 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.37 | capistrano-deploy-management.gemspec |