lib/sdoc_all/paths.rb in sdoc_all-0.2.0.7 vs lib/sdoc_all/paths.rb in sdoc_all-0.2.0.8
- old
+ new
@@ -49,10 +49,10 @@
:title => "paths: #{path.relative_path_from(common_path)}"
}
task_options[:main] = entry[:main] if entry[:main]
if entry[:paths]
- paths = Rake::FileList.new
+ paths = FileList.new
Dir.chdir(path) do
entry[:paths].each do |glob|
m = /^([+-]?)(.*)$/.match(glob)
if m[1] == '-'
paths.exclude(m[2])