Sha256: bfa48e9cc887c45fe80bc84f2875a1ad5f63d9031302424f65109e322b7f5230
Contents?: true
Size: 601 Bytes
Versions: 1
Compression:
Stored size: 601 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = 'capistrano-deploy' s.version = '0.3.0' 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.0') end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
capistrano-deploy-0.3.0 | capistrano-deploy.gemspec |