Sha256: 81b39e4e1755e63db49b80e7b97d0988e727e480337a14a81f118e263e30c30e
Contents?: true
Size: 411 Bytes
Versions: 59
Compression:
Stored size: 411 Bytes
Contents
require 'capistrano/recipes/deploy/strategy/remote_cache' module Capistrano module Deploy module Strategy class UnsharedRemoteCache < RemoteCache def check! super.check do |d| d.remote.writable(repository_cache) end end private def repository_cache configuration[:repository_cache] end end end end end
Version data entries
59 entries across 59 versions & 7 rubygems