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 коммит произвёл Wesley Beary
Родитель e10d41cbb8
Коммит 92827a487d
2 изменённых файлов: 13 добавлений и 1 удалений

3
.gitignore поставляемый
Просмотреть файл

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

11
Gemfile Normal 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'