class Jeweler::RubyforgeTasks

def publish_documentation?

def publish_documentation?
  ! (doc_task == false || doc_task == :none)
end