Sha256: a81bbd18d7d1f9ab3fd5c20fa3edcb42ae7c31c73a32107708032d17573cf5f3
Contents?: true
Size: 401 Bytes
Versions: 7
Compression:
Stored size: 401 Bytes
Contents
def try_require(library) require "#{library}" rescue LoadError => e puts "Capistrano / Base Helper: Cannot load library: #{library} Error: #{e}" end try_require 'capistrano/dsl/base_paths' try_require 'capistrano/dsl/runit_paths' try_require 'capistrano/helpers/base' try_require 'capistrano/helpers/runit' try_require 'capistrano/base' load File.expand_path('../tasks/runit.rake', __FILE__)
Version data entries
7 entries across 7 versions & 1 rubygems