add Gemfile needed by travis

This commit is contained in:
Cyril Mougel 2012-02-03 22:11:19 +01:00
parent 66fe86d1b9
commit 65c937ff64
2 changed files with 7 additions and 1 deletions

View File

@ -3,4 +3,4 @@ rvm:
- 1.8.7
- 1.9.2
- 1.9.3
script: rake test:ruby
script: bundle exec rake test:ruby

6
Gemfile Normal file
View File

@ -0,0 +1,6 @@
source :rubygems
gem 'rake'
gem 'shoulda'
gem 'mocha'
gemspec