Sha256: 5f736c580b4fae60b685dea1dbae57a64df41152cb578882b7f7ed4837013c8d

Contents?: true

Size: 832 Bytes

Versions: 19

Compression:

Stored size: 832 Bytes

Contents

# Load DSL and set up stages
require 'capistrano/setup'

# Include default deployment tasks
require 'capistrano/deploy'

# Include 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
#   https://github.com/capistrano/passenger
#
require 'capistrano/rvm'
# require 'capistrano/rbenv'
# require 'capistrano/chruby'
require 'capistrano/bundler'
# require 'capistrano/rails/assets'
# require 'capistrano/rails/migrations'
# require 'capistrano/passenger'

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

Version data entries

19 entries across 10 versions & 1 rubygems

Version Path
rgentpl-1.2.6 src/Capfile
rgentpl-1.2.6 Capfile
rgentpl-1.2.5 src/Capfile
rgentpl-1.2.5 Capfile
rgentpl-1.2.4.3 Capfile
rgentpl-1.2.4.3 src/Capfile
rgentpl-1.2.4.2 src/Capfile
rgentpl-1.2.4.2 Capfile
rgentpl-1.2.4.1 Capfile
rgentpl-1.2.4.1 src/Capfile
rgentpl-1.2.4 src/Capfile
rgentpl-1.2.4 Capfile
rgentpl-1.2.3 src/Capfile
rgentpl-1.2.3 Capfile
rgentpl-1.2.2 Capfile
rgentpl-1.2.2 src/Capfile
rgentpl-1.2.1 Capfile
rgentpl-1.2.1 src/Capfile
rgentpl-1.2.0 Capfile