# -*- encoding: utf-8 -*- # stub: capistrano_copy_with_remote_cache_strategy 0.1 ruby lib Gem::Specification.new do |s| s.name = "capistrano_copy_with_remote_cache_strategy".freeze s.version = "0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Alexander Dymo".freeze] s.date = "2012-12-20" s.description = "This is a mix of Capistrano copy and remote_cache strategy. Like copy it works with unversioned directories (set :scm, :none). Like remote_cache it rsyncs local repository with remote cache and only then copies remote cache to release directory.".freeze s.email = "alex@alexdymo.com".freeze s.files = [".gitignore".freeze, "AUTHORS".freeze, "COPYING".freeze, "README.md".freeze, "Rakefile".freeze, "capistrano_copy_with_remote_cache_strategy.gemspec".freeze, "capistrano_copy_with_remote_cache_strategy.kdev4".freeze, "lib/capistrano/recipes/deploy/strategy/copy_with_remote_cache.rb".freeze] s.homepage = "http://github.com/adymo/capistrano_copy_with_remote_cache_strategy".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Capistrano copy_with_remote_cache deployment strategy".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 2.13.0".freeze]) end