esendex4soap 0.5.1 → 0.5.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +2 -1
- data/VERSION +1 -1
- data/esendex4soap.gemspec +1 -1
- metadata +1 -1
data/README.rdoc
CHANGED
@@ -2,7 +2,8 @@
|
|
2
2
|
require 'esendex4soap'
|
3
3
|
|
4
4
|
sms = Esendex::Client.new "uname", "passwd", "acc_ref"
|
5
|
-
|
5
|
+
|
6
|
+
sms.send_message '1xxxxxxxxxx', 'message body', 'from', 'int expire in hours'
|
6
7
|
|
7
8
|
== Contributing to esendex4soap
|
8
9
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.5.
|
1
|
+
0.5.2
|
data/esendex4soap.gemspec
CHANGED