lib/sdoc_all/paths.rb in sdoc_all-0.2.0.1 vs lib/sdoc_all/paths.rb in sdoc_all-0.2.0.6

- old
+ new

@@ -44,11 +44,11 @@ path = entry[:root] task_options = { :src_path => path, :doc_path => "paths.#{path.relative_path_from(common_path).to_s.gsub('/', '.')}", + :title => "paths: #{path.relative_path_from(common_path)}" } - task_options[:title] = task_options[:doc_path].sub('.', ': ') task_options[:main] = entry[:main] if entry[:main] if entry[:paths] paths = Rake::FileList.new Dir.chdir(path) do