summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorTom Gilbert <tom@linuxbrit.co.uk>2005-08-07 14:11:42 +0000
committerTom Gilbert <tom@linuxbrit.co.uk>2005-08-07 14:11:42 +0000
commited78f06271350b42b36b4bcd5ede7395529823f6 (patch)
treeb3936d6e9bc1691f92c664d6df37a23cb1c977b7 /Rakefile
parent3b5837cf99d2539e52532e2f6ef4579c7c7930a5 (diff)
Sun Aug 07 15:11:07 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>
* fix address_prefix, broken in 0.9.9, reported by ruskie.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 80be9782..80b6dd8c 100644
--- a/Rakefile
+++ b/Rakefile
@@ -2,7 +2,7 @@ require 'rubygems'
require 'rake'
require 'rake/gempackagetask'
-task :default => [:package]
+task :default => [:repackage]
spec = Gem::Specification.new do |s|
s.name = 'rbot'