Sha256: 8cf294dd818ef41aad3d370f18bc60435bcc9eb4836446013d98a2c0fa284233
Contents?: true
Size: 270 Bytes
Versions: 2
Compression:
Stored size: 270 Bytes
Contents
require 'webby' load 'tasks/setup.rb' task :default => :build 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/' task :autobuild => :growl # EOF
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
webby-0.5.0 | website/Rakefile |
webby-0.5.1 | website/Rakefile |