Sha256: feb1c17d1befbc2404f4ff001940d154c265c1e3916804119662c0666464aedf

Contents?: true

Size: 677 Bytes

Versions: 2

Compression:

Stored size: 677 Bytes

Contents

Smsc - sending SMS via http://smsc.ru in a simple way
============================================================

Smsc gem is a simple smsc.ru service API wrapper for Ruby

Installation
-------------------------------------------------------

    $ gem install smsc

or if you using bundler in your app (e.g. some Rails application) to manage gem dependencies simply add this line
to your Gemfile

    $ gem 'smsc'

What it can do?
-----------------------------------

Sending sms:

~~~~ ruby
sms = Smsc::Sms.new('login', 'password', 'windows-1251')           # encoding is optional - utf-8 by default
sms.message('Some nice message', ['+11111234567', '+12221234567'])
~~~~~

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
smsc-0.0.4 README.markdown
smsc-0.0.3 README.markdown