lib/reap/task/publish.rb in reap-4.0.0 vs lib/reap/task/publish.rb in reap-4.3.1

- old
+ new

@@ -4,14 +4,12 @@ # # Publish Task # class Reap::Publish < Reap::Task - section_required true + task_desc "Publish documents to the web." - def task_desc - "Publish documents to the web." - end + section_required true attr_accessor :host, :type, :dir, :project, :username attr_accessor :exclude # not using yet def init