Sha256: 62723d85e457823c2391e9d36a2bbc2c362aa9b78bb0652e1419374da24bb473
Contents?: true
Size: 320 Bytes
Versions: 4
Compression:
Stored size: 320 Bytes
Contents
Capistrano::Configuration.instance(:must_exist).load do before 'notifiers:load_tasks', 'load_notifier_tasks' namespace :notifiers do desc <<-DESC [internal] A helper task used to load all of the tasks associated with the requested notifiers. DESC task :load_tasks do end end end
Version data entries
4 entries across 4 versions & 1 rubygems