Sha256: 8ee8649b71cdda546043755722fab27264f6a38a928f3140a97f3ce4ff43ebcf
Contents?: true
Size: 393 Bytes
Versions: 5
Compression:
Stored size: 393 Bytes
Contents
def try_require(library) begin require "#{library}" rescue LoadError => e puts "Capistrano-Puma: Cannot load library: #{library} Error: #{e}" end end try_require 'capistrano/monit' try_require 'capistrano/runit' load File.expand_path('../tasks/config.rake', __FILE__) load File.expand_path('../tasks/monit.rake', __FILE__) load File.expand_path('../tasks/runit.rake', __FILE__)
Version data entries
5 entries across 5 versions & 1 rubygems