Rakefile in backlog-0.7.9 vs Rakefile in backlog-0.7.10

- old
+ new

@@ -19,10 +19,10 @@ p.author = 'Uwe Kubosch' p.email = 'uwe@kubosch.no' p.remote_rdoc_dir = '' # Release to root p.changes = p.paragraphs_of('History.txt', 0..-1).join("\n\n") p.rdoc_pattern = /^(app\/(controllers|helpers|models)|lib|bin)|txt$/ - p.clean_globs = ['^doc'] + p.clean_globs = ['doc'] p.spec_extras = { :files => Dir['**/*'].reject{|file_name| file_name =~ /^(log|pkg|tmp)/}, :rdoc_options => ['--inline-source'], :executables => ['backlog'], :requirements => ['ImageMagick or GraphicsMagick', 'PostgreSQL'] \ No newline at end of file