Sha256: e031b45f247aa6e0d4cc3bd066016ed406b3487d210829accc83ae594d29e0ad
Contents?: true
Size: 680 Bytes
Versions: 1
Compression:
Stored size: 680 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = 'capistrano-deploy-management' s.version = '0.1.6' 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.6 | capistrano-deploy-management.gemspec |