sms-spec
sms-spec copied to clipboard
Adding BaseClient class to mimic latest twilio-ruby library.
The latest twilio-ruby gem has a new class BaseClient from which Client inherits. Due to this, installing this gem is getting errors since the class signature is different.
This PR fixes that.