Add Gemfile so that I can run the specs without installing system gems

This commit is contained in:
Sam Merritt 2010-04-14 04:54:38 +08:00 committed by Wesley Beary
parent e10d41cbb8
commit 92827a487d
2 changed files with 13 additions and 1 deletions

3
.gitignore vendored
View File

@ -3,4 +3,5 @@
coverage
rdoc
pkg
spec/credentials.yml
spec/credentials.yml
.bundle

11
Gemfile Normal file
View File

@ -0,0 +1,11 @@
source 'http://gemcutter.org'
gem 'rake'
gem 'excon', '>= 0.0.21'
gem 'excon', ">= 0.0.21"
gem 'formatador', ">= 0.0.10"
gem 'json', ">= 0"
gem 'mime-types', ">= 0"
gem 'nokogiri', ">= 0"
gem 'ruby-hmac', ">= 0"
gem 'rspec', '>= 0'