examples/webby/Rakefile in webby-0.7.3 vs examples/webby/Rakefile in webby-0.7.4
- old
+ new
@@ -6,9 +6,10 @@
desc 'deploy the website to Rubyforge'
task :deploy => [:build, 'deploy:rsync']
SITE.host = 'tim_pease@rubyforge.org'
SITE.remote_dir = '/var/www/gforge-projects/webby/'
+SITE.create_mode = 'directory'
task :autobuild => :growl
# EOF