aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-11-17 08:47:24 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2010-11-17 08:47:24 -0800
commite55880325ed13b2ea259e362ae4ebafe6b367270 (patch)
tree6ecc28b166eed764605bf3cc2200c19f550befa6 /Rakefile
parent49bc292484dcf601b9fa34a4160879d026dcfa18 (diff)
downloadrails-e55880325ed13b2ea259e362ae4ebafe6b367270.tar.gz
rails-e55880325ed13b2ea259e362ae4ebafe6b367270.tar.bz2
rails-e55880325ed13b2ea259e362ae4ebafe6b367270.zip
adding the git plugin
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index f9f71b4f5a..5590e694f1 100644
--- a/Rakefile
+++ b/Rakefile
@@ -4,6 +4,7 @@ require 'hoe'
Hoe.plugin :minitest
Hoe.plugin :gemspec # `gem install hoe-gemspec`
+Hoe.plugin :git # `gem install hoe-git`
Hoe.spec 'arel' do
developer('Aaron Patterson', 'aaron@tenderlovemaking.com')