Skip to content

Commit

Permalink
Add Gemfile so that I can run the specs without installing system gems
Browse files Browse the repository at this point in the history
  • Loading branch information
smerritt authored and Wesley Beary committed Apr 13, 2010
1 parent e10d41c commit 92827a4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
coverage
rdoc
pkg
spec/credentials.yml
spec/credentials.yml
.bundle
11 changes: 11 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 92827a4

Please sign in to comment.