twingly / twingly-search-api-ruby

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

HTTPS broke compatibility with Ruby 1.9.3 #8

Closed jage closed 9 years ago

jage commented 9 years ago

In Ruby < 2.0 it's necessary to explicitly set Net::HTTP#use_ssl to use SSL, changing the URL is not enough. So it's broken since 56bf0db35eaaae0831bbe1ad14de8884d9b5ed6e

jage commented 9 years ago

Fixed in #9