smstraffic 0.1.2 → 0.1.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 44d9274ae4654b936ad8416e29f21563293b85e0
4
- data.tar.gz: 5eace1d0492aa835eadbc8441d2449e3dcb262b8
3
+ metadata.gz: cef7888d5526e9805f3e9e0f78a34a85c7587f35
4
+ data.tar.gz: 5d9a40afdbd3059173511ee66c12618f002d77c7
5
5
  SHA512:
6
- metadata.gz: 8d1580581be01defede5116b72b5c9c92ae5b72683fde6d35d2497dcbd3b4c1b0348810092b24342da287bfbcc6050ffad3240c2681f35cf26291dcc664dc1bd
7
- data.tar.gz: 200c236389000cdcc4a8087fbc75ec457f9b86f51f3b682f543bd276894b9fbd3724cd075519c2fdc1b05ef33cc720521577c4bda2452e47320341a44e30b99e
6
+ metadata.gz: bbbcf2b11b4c40cdea587f01e8eff3acbb3e6518f410a8a26a895c40d5ba8fbceb6f4689ffe80794a0dae721396c4bc2913a38f7f87e8140aa43dad7d77c7bd2
7
+ data.tar.gz: 4e92b3737579f6a6017f15abad989b8cae5dd9fb37ff89ef90ecc087cb07f6cc8f5f297838a8ba21d0c6634539c7e741428b2e2fa2064bb96352c353795f9399
@@ -153,7 +153,7 @@ module Smstraffic
153
153
 
154
154
  def send_url
155
155
  message, rus = @translit ? [Russian.translit(@message), 0] : [@message, 1]
156
- "/smartdelivery"+"-in/multi.php?login=#{@@login}&password=#{@@password}&phones=#{@phone}&message=#{URI.encode(message)}&want_sms_ids=1&routeGroupId=#{@@routeGroupID}&rus=#{rus}"
156
+ "/smartdelivery"+"-in/multi.php?login=#{@@login}&password=#{@@password}&phones=#{@phone}&message=#{URI.encode(message)}&want_sms_ids=1&routeGroupId=#{@@routeGroupId}&rus=#{rus}"
157
157
  end
158
158
 
159
159
  def self.status_url(msg_id)
@@ -1,3 +1,3 @@
1
1
  module Smstraffic
2
- VERSION = "0.1.2"
2
+ VERSION = '0.1.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smstraffic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Neodelf