module Hoe::Seattlerb
Top level Seattlerb plugin for Hoe. Doesn't really do anything but pull in other default plugins.
Public Instance Methods
define_seattlerb_tasks()
click to toggle source
Define seattlerb's rdoc location.
# File lib/hoe/seattlerb.rb, line 15 def define_seattlerb_tasks if Hoe.plugins.include? :publish then base = "/data/www/docs.seattlerb.org" rdoc_locations << "docs-push.seattlerb.org:#{base}/#{remote_rdoc_dir}" end end