lib/conf.rb in smashing_docs-1.2.1 vs lib/conf.rb in smashing_docs-1.3.1

- old
+ new

@@ -1,9 +1,9 @@ class SmashingDocs::Conf class << self - attr_accessor :template_file, :output_file, :auto_push, :run_all + attr_accessor :template_file, :output_file, :auto_push, :run_all, :wiki_folder @output_file = 'documentation.md' - + def template raise 'You must set a template file.' unless template_file File.read(template_file) end