Rakefile in backlog-0.1.2 vs Rakefile in backlog-0.2.0

- old
+ new

@@ -9,10 +9,10 @@ require 'tasks/rails' require 'hoe' -Hoe.new("backlog", '0.1.2') do |p| +Hoe.new("backlog", '0.2.0') do |p| p.rubyforge_name = "backlog" p.description = p.paragraphs_of('README.txt', 0..-1).join("\n\n") 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$/