module Hoe::Seattlerb

Constants

VERSION

Public Instance Methods

define_seattlerb_tasks() click to toggle source
# File lib/hoe/seattlerb.rb, line 6
def define_seattlerb_tasks
  if Hoe.plugins.include? :publish then
    base = "/data/www/docs.seattlerb.org"
    rdoc_locations << "docs.seattlerb.org:#{base}/#{remote_rdoc_dir}"
  end
end