+ A gemfile for quickstarting an interested developer.

This commit is contained in:
Kaspar Schiess 2010-12-30 13:12:28 +01:00
parent 74e994eed1
commit cee9fb6c95
2 changed files with 39 additions and 0 deletions

10
Gemfile Normal file
View file

@ -0,0 +1,10 @@
source "http://rubygems.org"
gem 'hoe'
gem 'hoe-git'
group :development do
gem 'metaid'
gem 'rspec'
gem 'flexmock'
end