From 3acce75681e5426eaadc91dc711278144125b822 Mon Sep 17 00:00:00 2001 From: Magnus Holm Date: Sun, 28 Sep 2008 14:08:43 +0200 Subject: [PATCH] Echoe builds correctly gems again This reverts commit f82ae20e1d11d69981ea9bbea70b2ccb62b13b4f. --- Rakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Rakefile b/Rakefile index cdc78f7..0e99a67 100644 --- a/Rakefile +++ b/Rakefile @@ -8,7 +8,6 @@ Echoe.new('gash') do |p| p.summary = "Git + Hash" p.url = "http://dojo.rubyforge.org/gash/" p.rdoc_options += ["--main", "Gash", "--title", "Gash"] - p.rubygems_version = nil end Rake::Task[:publish_docs].instance_eval do