taylorbrooks / closeio

A Ruby wrapper for the Close.io API
http://developer.close.com
MIT License
45 stars 57 forks source link

Fix pagination since removing Hashie #44

Closed dazoakley closed 6 years ago

dazoakley commented 6 years ago

Hashie automatically decorated hashes with accessor methods for hash keys. This switches the code to use the hash keys.

taylorbrooks commented 6 years ago

Just pushed version 3.0.1.

Thanks for fixing this.

dazoakley commented 6 years ago

No worries, thanks for the useful gem! :)