app_generators/newgem/templates/config/hoe.rb in newgem-0.13.5 vs app_generators/newgem/templates/config/hoe.rb in newgem-0.14.0
- old
+ new
@@ -69,5 +69,6 @@
end
CHANGES = hoe.paragraphs_of('History.txt', 0..1).join("\\n\\n")
PATH = (RUBYFORGE_PROJECT == GEM_NAME) ? RUBYFORGE_PROJECT : "#{RUBYFORGE_PROJECT}/#{GEM_NAME}"
hoe.remote_rdoc_dir = File.join(PATH.gsub(/^#{RUBYFORGE_PROJECT}\/?/,''), 'rdoc')
+hoe.rsync_args = '-av --delete --ignore-errors'
\ No newline at end of file