turbosms
Ruby gem implements TurboSMS soap gateway http://turbosms.ua
Usage
You should have registered account at http://turbosms.ua/
gem install turbosms
require 'turbosms'
TurboSMS.[:login] = 'login'
TurboSMS.[:password] = 'password'
TurboSMS.[:sender] = 'sender' # should be approved by administrator and no larger than 11 characters
# Send the message
= TurboSMS.send_sms('+380998765432', 'test message')
# Check its delivery status (result is server's response text in Russian)
TurboSMS.() # => "Сообщение доставлено получателю"