Sha256: 8f391bcc6da474521168b15963f57672234a790ed2d1003e2172b10f5227b2f7

Contents?: true

Size: 277 Bytes

Versions: 5

Compression:

Stored size: 277 Bytes

Contents

require 'capistrano/template'
require 'sshkit/all'

# don't pollute global namespace
extend Capistrano::Template::Helpers::DSL

SSHKit::Backend::Netssh.send(:include, Capistrano::Template::Helpers::DSL)

import File.join(__dir__, 'template', 'tasks', 'template_defaults.rake')

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
capistrano-template-0.0.8 lib/capistrano/capistrano_plugin_template.rb
capistrano-template-0.0.7 lib/capistrano/capistrano_plugin_template.rb
capistrano-template-0.0.5 lib/capistrano/capistrano_plugin_template.rb
capistrano-template-0.0.4 lib/capistrano/capistrano_plugin_template.rb
capistrano-template-0.0.3 lib/capistrano/capistrano_plugin_template.rb