Skip to content

Commit

Permalink
Use Faraday with Excon
Browse files Browse the repository at this point in the history
  • Loading branch information
mtodd committed Feb 19, 2011
1 parent 2f66aa4 commit c172e4f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
6 changes: 4 additions & 2 deletions Gemfile
@@ -1,7 +1,9 @@
source :rubygems source :rubygems


gem "rest-client", "~> 1.6.1" gem "faraday", "~> 0.5.6"
gem "yajl-ruby", "~> 0.8.1"
gem "excon", "~> 0.5.5"
gem "yajl-ruby", "~> 0.8.1", :require => "yajl"


group :development do group :development do
gem "bundler", "~> 1.0.0" gem "bundler", "~> 1.0.0"
Expand Down
14 changes: 10 additions & 4 deletions Gemfile.lock
@@ -1,11 +1,16 @@
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
addressable (2.2.4)
diff-lcs (1.1.2) diff-lcs (1.1.2)
mime-types (1.16) excon (0.5.5)
faraday (0.5.6)
addressable (~> 2.2.4)
multipart-post (~> 1.1.0)
rack (>= 1.1.0, < 2)
multipart-post (1.1.0)
rack (1.2.1)
rake (0.8.7) rake (0.8.7)
rest-client (1.6.1)
mime-types (>= 1.16)
rspec (2.1.0) rspec (2.1.0)
rspec-core (~> 2.1.0) rspec-core (~> 2.1.0)
rspec-expectations (~> 2.1.0) rspec-expectations (~> 2.1.0)
Expand All @@ -21,7 +26,8 @@ PLATFORMS


DEPENDENCIES DEPENDENCIES
bundler (~> 1.0.0) bundler (~> 1.0.0)
excon (~> 0.5.5)
faraday (~> 0.5.6)
rake (~> 0.8.7) rake (~> 0.8.7)
rest-client (~> 1.6.1)
rspec (= 2.1.0) rspec (= 2.1.0)
yajl-ruby (~> 0.8.1) yajl-ruby (~> 0.8.1)

0 comments on commit c172e4f

Please sign in to comment.