twingly / twingly-search-api-ruby

:gem: Twingly Blog Search API in Ruby
https://developer.twingly.com/
MIT License
4 stars 0 forks source link

Use Faraday instead of Net::HTTP directly #9

Closed jage closed 9 years ago

jage commented 9 years ago

This is a first step to enable different HTTP clients. It is also a solution to the broken SSL in Ruby 1.9.3 (issue #8).

Minor version bump is needed after merge.

roback commented 9 years ago

LGTM