birarda / logan

ruby gem to communicate with new Basecamp API
MIT License
16 stars 19 forks source link

Client.todolists returning only one todo #14

Closed dphaener closed 10 years ago

dphaener commented 10 years ago

The proc that is being passed in to the response_handler is using 'return list' which breaks out the map method in the response handler, thus only returning one todo list. Removing the return in that proc solves this problem.

birarda commented 10 years ago

I believe this to be fixed with 0.1.1. Sorry about that!