comunika_gsm 0.1.23 → 0.1.24

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: '03260347218d03e3312853c1c7dda561acc95478'
4
- data.tar.gz: b98df3fd5204d057262d7d0abead739045d43e07
3
+ metadata.gz: 2638e40c85fcceeeb403d65b2bbab981d33ef30a
4
+ data.tar.gz: 1be2f37b152e2385097f1b39056c814b91d744c5
5
5
  SHA512:
6
- metadata.gz: 7cd016a58b4105fa0848331f56da734a8d98d2ffdcfbc3471504df4014b7921b7630f0912d35db11a1a0afa77fbede432d5b3d26bd62663cfaa4ddf198251cab
7
- data.tar.gz: 682d9992a9395a597f47a722af2c5b6676b72008f2a6ce28b7e657a7d73f5f7ef9f4632e5bde5368d109b4963a74089a6a3b016ab75100e6a26b26ca9fe29fdf
6
+ metadata.gz: d503d35bda84d7d7fb4f6e5b858c4cb5eb141a51493d8fa75842b0ccd861532e0c309b9042e000db4c00428e63440a0f5e36dc1a7b5029922c087a124f6a2dad
7
+ data.tar.gz: fba335ece6d01ddfa35d4a8e14da94f6cb2478be49edb28a9a5643a7ddccb94670a6dc6dd33005b64a7b79fc2322a3ca89c28dbbd88bc633856719abcd9cb424
@@ -69,12 +69,9 @@ module ComunikaGsm
69
69
  puts "--- Resultado do envio: #{res}" if @@debug
70
70
 
71
71
  sleep 3
72
- count = 0
73
72
  while res.length == 0 and count < 10
74
73
  puts "--- Esperando resultado envio: #{res}" if @@debug
75
74
  res = wait
76
- count += 1
77
- return {id: nil, status: "ERROR", code: "500"} if count == 10
78
75
  end
79
76
 
80
77
  if res.include?('+CMGS')
@@ -1,3 +1,3 @@
1
1
  module ComunikaGsm
2
- VERSION = "0.1.23"
2
+ VERSION = "0.1.24"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: comunika_gsm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.23
4
+ version: 0.1.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jefferson Silva