Sha256: 16ef0ef209d411f73de8d1d08f5c5d044ba9f8504ab4377c4946b9c1de3f6f79

Contents?: true

Size: 867 Bytes

Versions: 1

Compression:

Stored size: 867 Bytes

Contents

# -*- encoding: utf-8 -*-

Gem::Specification.new do |gem|
  gem.name          = "capistrano-rsync-remote-cache"
  gem.version       = "1.0.1"
  gem.authors       = ["Yeongseok"]
  gem.email         = ["iyagi15@gmail.com"]
  gem.description   = %q{Improved version of rsync-with-remote-cache deployment strategy.}
  gem.summary       = %q{Improved version of rsync-with-remote-cache deployment strategy.}
  gem.homepage      = "https://github.com/iyagi15/capistrano_rsync_remote_cache"

  gem.files         = `git ls-files`.split($/)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.require_paths = ["lib"]

  gem.licenses      = ["MIT"]

  gem.add_runtime_dependency 'capistrano', '~> 2.4', '>= 2.4.0'
  gem.add_runtime_dependency 'parallel', '~> 0.0', '>= 0.0.0'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
capistrano-rsync-remote-cache-1.0.1 capistrano-rsync-remote-cache.gemspec