Sha256: 71c8cfa9bcc572c8ceb57cef93aab510d45742d72a16a27a92438a04c50874f3
Contents?: true
Size: 221 Bytes
Versions: 8
Compression:
Stored size: 221 Bytes
Contents
task :environment do $daemon_kit_rake_task = true require 'config/environment' DaemonKit::Application.running! end task "Execute system commands in other tasks with sudo" task :sudo do $RAKE_USE_SUDO = true end
Version data entries
8 entries across 8 versions & 2 rubygems