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

Version Path
capistrano-2.15.11 lib/capistrano/recipes/deploy/strategy/unshared_remote_cache.rb
capistrano-2.15.10 lib/capistrano/recipes/deploy/strategy/unshared_remote_cache.rb
capistrano-2.15.9 lib/capistrano/recipes/deploy/strategy/unshared_remote_cache.rb
capistrano-2.15.8 lib/capistrano/recipes/deploy/strategy/unshared_remote_cache.rb
capistrano-2.15.7 lib/capistrano/recipes/deploy/strategy/unshared_remote_cache.rb
capistrano-2.15.6 lib/capistrano/recipes/deploy/strategy/unshared_remote_cache.rb
engineyard-eycap-0.4.14 lib/capistrano/recipes/deploy/strategy/unshared_remote_cache.rb
engineyard-eycap-0.4.15 lib/capistrano/recipes/deploy/strategy/unshared_remote_cache.rb
square-eycap-0.4.13 lib/capistrano/recipes/deploy/strategy/unshared_remote_cache.rb
eycap-0.6.12 lib/capistrano/recipes/deploy/strategy/unshared_remote_cache.rb
eycap-0.6.11 lib/capistrano/recipes/deploy/strategy/unshared_remote_cache.rb
eycap-0.6.10 lib/capistrano/recipes/deploy/strategy/unshared_remote_cache.rb
eycap-0.6.9 lib/capistrano/recipes/deploy/strategy/unshared_remote_cache.rb
capistrano-2.15.5 lib/capistrano/recipes/deploy/strategy/unshared_remote_cache.rb
eycap-0.6.8 lib/capistrano/recipes/deploy/strategy/unshared_remote_cache.rb
minmb-capistrano-2.15.4 lib/capistrano/recipes/deploy/strategy/unshared_remote_cache.rb
capistrano-2.15.4 lib/capistrano/recipes/deploy/strategy/unshared_remote_cache.rb
capistrano-2.15.3 lib/capistrano/recipes/deploy/strategy/unshared_remote_cache.rb
capistrano-2.15.2 lib/capistrano/recipes/deploy/strategy/unshared_remote_cache.rb
capistrano-2.15.0 lib/capistrano/recipes/deploy/strategy/unshared_remote_cache.rb