jayfajardo / openlibrary

Ruby Interface for the OpenLibrary API
94 stars 36 forks source link

Latest OpenLibrary API changes breaks gem #34

Open cenotaph opened 5 years ago

cenotaph commented 5 years ago

Doing any lookup by OLID throws:

KeyError: key not found: :ciphers

garethfr commented 4 years ago

think this is a problem with the version of rest-client

Installing rest-client version 2.1.0 fixes this for me. I'm making a PR for this change now

garethfr commented 4 years ago

this PR fixes the :ciphers issue https://github.com/jayfajardo/openlibrary/pull/35