Hi,
I've been using this gem for at least several months and like it a lot. Thanks for supplying it!
Like the other open issue, upgrading from 0.1.7 to 0.1.8 (and 0.1.9) broke Twilio support for me, but the error was different.
This is what I got: Twilio::REST::RequestError: Authenticate
Googling around it appears that my cucumber tests are actually trying to communicate with Twilio, i.e. the sms-spec gem is not intercepting the communication attempt like it has always done in the past. And the stack trace bears that out: nowhere does sms-spec appear.
When I freeze the gem at 0.1.7 everything works fine.
Hopefully someone can fix this.
Thanks,
Larry