Checking in gemspec to enable pulling right from github with Bundler

This commit is contained in:
Rory O'Connell 2011-03-16 14:13:13 -05:00
parent 203e4e752d
commit a160b17a1d
4 changed files with 53 additions and 1 deletions

View file

@ -2,6 +2,7 @@ source "http://rubygems.org"
gem 'hoe'
gem 'hoe-git'
gem 'hoe-gemspec'
group :development do
gem 'metaid'