Sha256: f1b8a15df481dd3dfe148bd1513d186fad35c0d62db3b28c3370218f7e75e1d7
Contents?: true
Size: 223 Bytes
Versions: 8
Compression:
Stored size: 223 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 & 1 rubygems