aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-11-30 11:11:27 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2010-11-30 11:11:27 -0800
commit7cdc6c79510babbb5a2769f957076346a21a09c1 (patch)
treecbc6ff59b95305690fb12faed0d03cd7e517b9d4 /Rakefile
parente91d393fab7d6d192ada0f51b743a2e9bca30d2a (diff)
downloadrails-7cdc6c79510babbb5a2769f957076346a21a09c1.tar.gz
rails-7cdc6c79510babbb5a2769f957076346a21a09c1.tar.bz2
rails-7cdc6c79510babbb5a2769f957076346a21a09c1.zip
removing rubyforge plugin
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 5590e694f1..7e3e4b31c8 100644
--- a/Rakefile
+++ b/Rakefile
@@ -2,6 +2,7 @@ require "rubygems"
gem 'hoe', '>= 2.1.0'
require 'hoe'
+Hoe.plugins.delete :rubyforge
Hoe.plugin :minitest
Hoe.plugin :gemspec # `gem install hoe-gemspec`
Hoe.plugin :git # `gem install hoe-git`