From ec59c5c7ee9fa3b5831ed0b5f713cee218480ea3 Mon Sep 17 00:00:00 2001 From: scott Chacon Date: Mon, 12 Nov 2007 11:22:18 -0800 Subject: updated the docs, added a version to the library, added a History file --- Rakefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 6cc6eef..323fac1 100644 --- a/Rakefile +++ b/Rakefile @@ -30,6 +30,11 @@ task :doc do |t| system('rdoc lib/ README --main README --inline-source') end +desc "Upload Docs" +task :upload_docs do |t| + system('rsync -rv --delete doc/ git.rubyforge.org:/var/www/gforge-projects/git') +end + desc "Run Unit Tests" task :test do |t| require File.dirname(__FILE__) + '/tests/all_tests.rb' -- cgit