imperituroard 1.1.22 → 1.1.23

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: a0166900baf2324e08b035c206b8fef7514232ea
4
- data.tar.gz: 2d46c27703e78182e3cf5f899e52019dfdf530e5
3
+ metadata.gz: df0315f95d36982cd1cf6ad9ac5925220a3e59b3
4
+ data.tar.gz: 62923d40fde4cfa7ec258081b889d092caf97993
5
5
  SHA512:
6
- metadata.gz: 2da390b28d9a8d33004e14a4e41bdd3a438bee5da0a047bd5fd0cc23a6a760d7be1e108fbae860cc3802f03dc7cbe836dd3c34d619aef276d85d5e5538aca8e3
7
- data.tar.gz: ff2719e0c2343c58db52d997afcc2672e5c8cacb36c8c19b6595c1c509028298d091087257229c4d2bb61d2a75368df881e037ae62d5c119e51b5304b92ca3a7
6
+ metadata.gz: 961910f9feb82ef16f3bd8e14336cf60f763f367235f0671fc7d45650e53ce888e947b95cd7b2c5e3cc7d183da60a084dab10d7638d17746dcbafe19b782efdc
7
+ data.tar.gz: da42b0f9d31a6bf7378c0ee37051571fb21d8f9cc9c7f80a3a2f72468fb78f93a04b32019489830f09f0c81e7f2f3a7ca9c2f5bb73df9d37282e1a5c83fd7669
@@ -171,7 +171,7 @@ class Dabrab
171
171
 
172
172
  for a in hub_answer[:body][:res_body]["messages"]
173
173
  status1 = {}
174
- if a["processed"] == true && a["accepted"] == true
174
+ if a['accepted']
175
175
  status1 = {"to": {"phoneNumber": a["phone_number"]},
176
176
  "status": {"groupId": 1,
177
177
  "groupName": "PENDING",
@@ -1,4 +1,4 @@
1
1
  module Imperituroard
2
- VERSION = '1.1.22'
2
+ VERSION = '1.1.23'
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.22
4
+ version: 1.1.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dzmitry Buynovskiy