Rakefile in backlog-0.10.5 vs Rakefile in backlog-0.10.6
- old
+ new
@@ -17,10 +17,10 @@
p.summary = "Application to aid collecting, processing, organizing, reviewing and doing tasks."
p.description = p.paragraphs_of('README.txt', 2..3).join("\n\n")
p.author = 'Uwe Kubosch'
p.email = 'uwe@kubosch.no'
p.remote_rdoc_dir = '' # Release to root
- p.changes = p.paragraphs_of('History.txt', 0..4).join("\n\n")
+ p.changes = File.read('History.txt').scan(/^== .*?(?=^== )/m).first
p.rdoc_pattern = /^(app\/(controllers|helpers|models)|lib|bin)|txt$/
p.clean_globs = ['doc', 'log/*']
p.spec_extras = {
:files => Dir['**/*'].reject{|file_name| file_name =~ /^(doc|log|pkg|tmp|WEB-INF)/},
:rdoc_options => ['--inline-source'],