Rakefile in knife-solo-0.5.0 vs Rakefile in knife-solo-0.5.1

- old
+ new

@@ -41,11 +41,12 @@ def parsed_rdoc file options = RDoc::Options.new options.template_dir = options.template_dir_for 'darkfish' rdoc = RDoc::RDoc.current = RDoc::RDoc.new + rdoc.store = RDoc::Store.new rdoc.options = options - rdoc.generator = RDoc::Generator::Darkfish.new(options) + rdoc.generator = RDoc::Generator::Darkfish.new(rdoc.store, options) parsed = rdoc.parse_files([file]) parsed.first.description end desc 'Renerates gh-pages from project'