1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

removing rubyforge plugin

This commit is contained in:
Aaron Patterson 2010-11-30 11:11:27 -08:00
parent e91d393fab
commit 7cdc6c7951

View file

@ -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`