From 4ff8c59fb71de4d8d1c5066c73b110bce29e7aa5 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Tue, 16 Nov 2010 15:42:39 -0800 Subject: Update the main Rakefile to use the new release tasks --- Rakefile | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index a58d358369..9da84ee49b 100644 --- a/Rakefile +++ b/Rakefile @@ -5,6 +5,15 @@ require 'rake' require 'rdoc/task' require 'net/http' +$:.unshift File.expand_path('..', __FILE__) +require "tasks/release" + +desc "Build gem files for all projects" +task :build => "all:build" + +desc "Release all gems to gemcutter and create a tag" +task :release => ["all:release", "git:tag"] + # RDoc skips some files in the Rails tree due to its binary? predicate. This is a quick # hack for edge docs, until we decide which is the correct way to address this issue. # If not fixed in RDoc itself, via an option or something, we should probably move this -- cgit v1.2.3