Sha256: 05f42962b59b7b7f9817eacbdde58efa11b35a05577cfc546dcd66c94a1081ac
Contents?: true
Size: 936 Bytes
Versions: 2
Compression:
Stored size: 936 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/capistrano-scale/version', __FILE__) Gem::Specification.new do |gem| gem.name = 'capistrano-scale' gem.version = CapistranoScale::VERSION.dup gem.author = 'Claudio Poli' gem.email = 'masterkain@gmail.com' gem.homepage = 'https://github.com/masterkain/capistrano-scale' gem.summary = %q{Capistrano deployment strategy that transfers the release on S3} gem.description = %q{Capistrano deployment strategy that creates and pushes a tarball into S3, for both pushed deployments and pulled auto-scaling.} gem.files = `git ls-files`.split("\n") gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") gem.executables = `git ls-files -- bin/*`.split("\n").map{|f| File.basename(f)} gem.require_paths = ['lib'] gem.add_runtime_dependency 'capistrano', '>= 2.13.3' gem.add_runtime_dependency 'fog' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
capistrano-scale-0.0.3 | capistrano-scale.gemspec |
capistrano-scale-0.0.2 | capistrano-scale.gemspec |