define tasks for the newb plugin
# File lib/hoe/newb.rb, line 10 def define_newb_tasks desc "Install deps, generate docs, run tests/specs." task :newb => %(check_extra_deps docs default) do puts GOOD TO GO! Tests are passing, docs are generated, dependencies are installed. Get to hacking. end end
Generated with the Darkfish Rdoc Generator 2.