Rakefile in simple-navigation-1.1.1 vs Rakefile in simple-navigation-1.1.2
- old
+ new
@@ -50,10 +50,10 @@
config = YAML.load(
File.read(File.expand_path('~/.rubyforge/user-config.yml'))
)
host = "#{config['username']}@rubyforge.org"
- remote_dir = "/var/www/gforge-projects/simple-navigation/"
+ remote_dir = "/var/www/gforge-projects/andi/"
local_dir = 'rdoc'
Rake::SshDirPublisher.new(host, remote_dir, local_dir).upload
end
end