esendex4soap 0.4.3 → 0.4.4

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.3
1
+ 0.4.4
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.4.3"
8
+ s.version = "0.4.4"
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}]
data/lib/esendex4soap.rb CHANGED
@@ -28,6 +28,7 @@ module Esendex
28
28
 
29
29
  def send_message(recipient, text)
30
30
  if text.size < 140
31
+ @message_kind = 'Unicode'
31
32
  sms(recipient, text.to_a)
32
33
  elsif text.scan(/./mu).size == text.size
33
34
  sms_parts = text.scan(/.{610}/mu)
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: esendex4soap
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.4.3
5
+ version: 0.4.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Voip Scout