Sha256: 2f69f1f58181462cdf22c8fa9e396d43a679d1258a0196bee32a7cdd7ad074e5

Contents?: true

Size: 259 Bytes

Versions: 4

Compression:

Stored size: 259 Bytes

Contents

module Chap
  module Strategy
    # useful for specs
    class Copy < Base
      include Benchmarking
      def deploy
        run("cp -RPp #{config.chap[:source]} #{release_path}")
      end

      benchmark :deploy
    end
  end # of Strategy
end # of Chap

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
chap-0.1.3 lib/chap/strategy/copy.rb
chap-0.1.2 lib/chap/strategy/copy.rb
chap-0.1.1 lib/chap/strategy/copy.rb
chap-0.1.0 lib/chap/strategy/copy.rb