Sha256: d65cd492cb47eb85995686bbe574610009e78810aa7010f611723fbde37c8574

Contents?: true

Size: 765 Bytes

Versions: 12

Compression:

Stored size: 765 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/*.cap').each { |r| import r }

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
ki-0.4.12 spec/examples/json.northpole.ro/Capfile
ki-0.4.11 spec/examples/json.northpole.ro/Capfile
ki-0.4.10 spec/examples/json.northpole.ro/Capfile
ki-0.4.9 spec/examples/json.northpole.ro/Capfile
ki-0.4.8 spec/examples/json.northpole.ro/Capfile
ki-0.4.7 spec/examples/json.northpole.ro/Capfile
ki-0.4.6 spec/examples/json.northpole.ro/Capfile
ki-0.4.5 spec/examples/json.northpole.ro/Capfile
ki-0.4.4 spec/examples/json.northpole.ro/Capfile
ki-0.4.3 spec/examples/json.northpole.ro/Capfile
ki-0.4.2 spec/examples/json.northpole.ro/Capfile
ki-0.4.1 spec/examples/json.northpole.ro/Capfile