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

adding the git plugin

This commit is contained in:
Aaron Patterson 2010-11-17 08:47:24 -08:00
parent 49bc292484
commit e55880325e

View file

@ -4,6 +4,7 @@ require 'hoe'
Hoe.plugin :minitest Hoe.plugin :minitest
Hoe.plugin :gemspec # `gem install hoe-gemspec` Hoe.plugin :gemspec # `gem install hoe-gemspec`
Hoe.plugin :git # `gem install hoe-git`
Hoe.spec 'arel' do Hoe.spec 'arel' do
developer('Aaron Patterson', 'aaron@tenderlovemaking.com') developer('Aaron Patterson', 'aaron@tenderlovemaking.com')