Sha256: a98dab477ce938ee399da4db76cab7dc044305c17d933f2697b3c2016c56702c
Contents?: true
Size: 599 Bytes
Versions: 1
Compression:
Stored size: 599 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = 'capistrano-deploy' s.version = '0.3.2' s.platform = Gem::Platform::RUBY s.authors = ['Sergey Nartimov'] s.email = ['just.lest@gmail.com'] s.homepage = 'https://github.com/lest/capistrano-deploy' s.summary = 'Capistrano deploy recipes' 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-0.3.2 | capistrano-deploy.gemspec |