about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index f4a2389..bb74d5b 100644
--- a/Rakefile
+++ b/Rakefile
@@ -89,7 +89,7 @@ task :uninstall => [:clean] do
 end
 
 
-task :gem_source => [:package] do
+task :gem_source do
   mkdir_p "pkg/gems"
 
   FileList["**/*.gem"].each { |gem| mv gem, "pkg/gems" }