Module: Hoe::Seattlerb

Defined in:
lib/hoe/seattlerb.rb

Overview

Top level Seattlerb plugin for Hoe. Doesn’t really do anything but pull in other default plugins.

Constant Summary collapse

VERSION =

:nodoc:

"1.3.3"

Instance Method Summary collapse

Instance Method Details

#define_seattlerb_tasksObject

Define seattlerb’s rdoc location.



15
16
17
18
19
20
# 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.seattlerb.org:#{base}/#{remote_rdoc_dir}"
  end
end