# -*- encoding: utf-8 -*- # stub: capistrano-scale 0.0.3 ruby lib Gem::Specification.new do |s| s.name = "capistrano-scale".freeze s.version = "0.0.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Claudio Poli".freeze] s.date = "2012-11-30" s.description = "Capistrano deployment strategy that creates and pushes a tarball into S3, for both pushed deployments and pulled auto-scaling.".freeze s.email = "masterkain@gmail.com".freeze s.files = [".gitignore".freeze, ".rvmrc".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "capistrano-scale.gemspec".freeze, "examples/aws_install.sh.erb".freeze, "lib/capistrano-scale.rb".freeze, "lib/capistrano-scale/capistrano_integration.rb".freeze, "lib/capistrano-scale/version.rb".freeze, "lib/capistrano/recipes/deploy/strategy/scale_copy.rb".freeze] s.homepage = "https://github.com/masterkain/capistrano-scale".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Capistrano deployment strategy that transfers the release on S3".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 2.13.3".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end