public
Description: A library for implementing daemon management capabilities.
Homepage: http://blog.phusion.nl/2008/08/25/daemon_controller-a-library-for-robust-daemon-management/
Clone URL: git://github.com/FooBarWidget/daemon_controller.git
Click here to lend your support to: daemon_controller and make a donation at www.pledgie.com !
Hongli Lai (Phusion) (author)
Fri Nov 06 06:36:28 -0800 2009
commit  9aaa0a02f353a9aeed9184cf8c043fa6b2873bdd
tree    7aa093632987815182a3673e522ec6a71d2098f6
parent  b154aade71fa4a53f1f6a0cf68bb643540155d85
daemon_controller / Rakefile
100644 11 lines (8 sloc) 0.161 kb
1
2
3
4
5
6
7
8
9
10
11
verbose true
 
desc "Run the unit tests"
task :test do
sh "spec -f s -c spec/*_spec.rb"
end
 
task "package:gem" do
sh "gem build daemon_controller.gemspec"
end