Sha256: 08e6ac47c342f68c0570f8f7c5a2acf03475a2b7301a28c4031ec3c18ec67342

Contents?: true

Size: 758 Bytes

Versions: 17

Compression:

Stored size: 758 Bytes

Contents

# 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

17 entries across 17 versions & 2 rubygems

Version Path
fat_free_crm-0.14.2 Capfile
fat_free_crm-0.15.2 Capfile
fat_free_crm-0.16.4 Capfile
fat_free_crm-0.14.1 Capfile
fat_free_crm-0.15.1 Capfile
fat_free_crm-0.16.3 Capfile
fat_free_crm-0.16.2 Capfile
fat_free_crm-0.16.1 Capfile
fat_free_crm-0.16.0 Capfile
fat_free_crm-0.15.0 Capfile
fat_free_crm-0.15.0.beta.2 Capfile
fat_free_crm-0.15.0.beta Capfile
fat_free_crm-0.14.0 Capfile
reduced_fat_crm-0.15.0.beta Capfile
reduced_fat_crm-0.14.0 Capfile
fat_free_crm-0.13.6 Capfile
fat_free_crm-0.13.5 Capfile