smsc_manager 0.3.5 → 0.3.6

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.
@@ -38,7 +38,11 @@ class Broadcast
38
38
  txt2 = val==nil ? self.text : val
39
39
  dst = key
40
40
  puts "text is #{txt2} dest is #{dst}"
41
+ begin
41
42
  sms=SmscManager::Sms.new(txt2,dst,self.source)
43
+ rescue Exception => e
44
+ puts "bad values dst: #{dst} txt: #{txt2} msg: #{e.message}"
45
+ end
42
46
  @list_queue << sms
43
47
  # puts " dst is #{dst}"
44
48
  }
@@ -2,7 +2,7 @@ module SmscManager #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 3
5
- TINY = 5
5
+ TINY = 6
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: smsc_manager
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.3.5
7
- date: 2007-04-03 00:00:00 +08:00
6
+ version: 0.3.6
7
+ date: 2007-04-24 00:00:00 +08:00
8
8
  summary: connection to smsc via http using kannel
9
9
  require_paths:
10
10
  - lib