Rakefile in backlog-0.21.2 vs Rakefile in backlog-0.21.3

- old
+ new

@@ -32,10 +32,10 @@ } p.need_zip = true p.url = 'http://rubyforge.org/projects/backlog/' p.extra_deps = [['rails', '>= 1.2.4'], ['gruff', '>= 0.2.9'], ['rmagick', '= 1.15.12'], ['postgres', '>= 0.7.9'], ['slave', '>= 1.2.1']] - p.rsync_args = "-av --delete --exclude=wiki*" + p.rsync_args = "-acuv --delete --exclude=wiki*" end desc 'Release the application to RubyForge' task :release_all do ENV['VERSION'] = APP::VERSION