imperituroard 1.1.4 → 1.1.5

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: 0217c1cc75b261d264e0bda7b844973fa538e72a
4
- data.tar.gz: 153d87dad8e3241911d7dfc6fe8deb5a589c4062
3
+ metadata.gz: fa09dfb75a266256aa4c5d30389bfd7abe4a2fe0
4
+ data.tar.gz: 205e98e1d6d25442861f0bf5fec36d8085684570
5
5
  SHA512:
6
- metadata.gz: 6deca94580b39be517b6f7a258712c26ba081aa41f899c5ba204195706262652590a2de6747d26131e7650e48c55ef49a21e5cc606bffa1d5059277851154b7f
7
- data.tar.gz: aac3ba712d125edea747bccddc7fa6c81b8c016f35752acf5f5e49f841ada625959a51a061c45c2d4854f1494abc3efea615e73273f61071c4e09fd463d5d48f
6
+ metadata.gz: 5559c3bd1563437fe219df60d4466633ba26e913d467898faf48c6c75646d5f0493e7b737715f2ecda6cde3e9ff2064350181927d7c7748ca0cfbbe6004eb77f
7
+ data.tar.gz: e6b3fbf12f8852ad4ac2e5679fcef7c0f98d207decb34e47bfcad6e493644e30d337243055b37660e03d8ed39974433415dea3f0c3c47a6ece208809dd388922
@@ -228,6 +228,7 @@ class IotFunctions_2
228
228
  imei_list = im_li
229
229
 
230
230
  input_json = {:request_full => request_full}
231
+ input_json22 = {:login => login, :imei_list => imei_list}
231
232
  resp_out = {}
232
233
  begin
233
234
 
@@ -367,7 +368,7 @@ class IotFunctions_2
367
368
  end
368
369
  thr1.join
369
370
 
370
- resp_out[:body][:tosoapgw] = internal_func.iot_create_dev_soapgw_answer(input_json, resp_out)
371
+ resp_out[:body][:tosoapgw] = internal_func.iot_create_dev_soapgw_answer(input_json22, resp_out)
371
372
  mongo_client.audit_logger("add_device_to_profile", remote_ip, input_json, resp_out, real_ip, {})
372
373
  resp_out
373
374
  end
@@ -1,4 +1,4 @@
1
1
  module Imperituroard
2
- VERSION = "1.1.4"
2
+ VERSION = "1.1.5"
3
3
  end
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: imperituroard
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.4
4
+ version: 1.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dzmitry Buynovskiy