Sha256: 5f60d66152fff4d849325d40e83e682972a2c575b4715a0a5fe8c3e01345e6a7

Contents?: true

Size: 224 Bytes

Versions: 43

Compression:

Stored size: 224 Bytes

Contents

module Beet
  module Capistrano
    # Just run the capify command in root
    #
    # ==== Example
    #
    #   capify!
    #
    def capify!
      log 'capifying'
      in_root { run('capify .', false) }
    end
  end
end

Version data entries

43 entries across 43 versions & 3 rubygems

Version Path
beet-0.4.1 lib/beet/capistrano.rb
beet-0.4.0 lib/beet/capistrano.rb
beet-0.3.1 lib/beet/capistrano.rb