Sha256: 3cd2d6cf3188d1e63b3dc18bcd610d1cbbd9b78dbb46f89a1c2ea5ebb551f009

Contents?: true

Size: 789 Bytes

Versions: 10

Compression:

Stored size: 789 Bytes

Contents

# frozen_string_literal: true

# Load DSL and Setup Up Stages
require 'capistrano/setup'

# Includes default deployment tasks
require 'capistrano/deploy'

# Includes tasks from other gems included in your Gemfile
#
# For documentation on these, see for example:
#
#   https://github.com/capistrano/rvm
#   https://github.com/capistrano/rbenv
#   https://github.com/capistrano/chruby
#   https://github.com/capistrano/bundler
#   https://github.com/capistrano/rails
#
require 'capistrano/rvm'
# require 'capistrano/rbenv'
# require 'capistrano/chruby'
require 'capistrano/bundler'
require 'capistrano/rails/assets'
require 'capistrano/rails/migrations'

# Loads custom tasks from `lib/capistrano/tasks' if you have any defined.
Dir.glob('lib/capistrano/tasks/*.rake').each { |r| import r }

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
fat_free_crm-0.20.1 Capfile
fat_free_crm-0.20.0 Capfile
fat_free_crm-0.19.2 Capfile
fat_free_crm-0.19.0 Capfile
fat_free_crm-0.18.2 Capfile
fat_free_crm-0.17.3 Capfile
fat_free_crm-0.18.1 Capfile
fat_free_crm-0.18.0 Capfile
fat_free_crm-0.17.2 Capfile
fat_free_crm-0.17.1 Capfile