esendex4soap 0.5.1 → 0.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. data/README.rdoc +2 -1
  2. data/VERSION +1 -1
  3. data/esendex4soap.gemspec +1 -1
  4. 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
- sms.send_message '336xxxxxxx', 'message body', 'from int or string', 'int expire in hours'
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
1
+ 0.5.2
data/esendex4soap.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{esendex4soap}
8
- s.version = "0.5.1"
8
+ s.version = "0.5.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = [%q{Voip Scout}]
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: esendex4soap
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.5.1
5
+ version: 0.5.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Voip Scout