notification_hub 0.1.7 → 0.1.8

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: 708615fe63cf8fd32c073bfa9d01ba4bfd541d4d
4
- data.tar.gz: debf3903c4c72d983900b0da0dc6d10503d6e8d9
3
+ metadata.gz: eeb03d0a3cdad458bbce8ebfa7b57bf3ad333550
4
+ data.tar.gz: 297ca5b3e84fb9f582e2ded71fc6daaad101404a
5
5
  SHA512:
6
- metadata.gz: f6617c56ac4edf20a9235a91241c41cc016e91aee25e0aff271920344249cbea3f446cd832a885a505fae2c6d48e56c002478af6a52b0c4eb53c523e33de3fa1
7
- data.tar.gz: 384fe49ca00b06de86b1dfbee51091525dee71e8fc3afd29aaf990045f8d21a98a03fb9bf3ed629ff061df35d7f5c886161421977b8a8b6e7a61395104299b58
6
+ metadata.gz: 84110d60bca77d867fdbd1e61662e35c064bf4f35f81b43a71d29d19e317dcd18814de49def37a9a0fc387a73bd2d82e578d71389aff746a74646ba3cceb0351
7
+ data.tar.gz: e8a2828daefeb67041b02cdbe1b086d4dfca17d5665831c38c0b9dfbffe43fd7c22559fca0c8080014db80871cf537c2936dfc537a87b1b193912b19ecc74c35
@@ -105,6 +105,8 @@ module NotificationHub
105
105
  end
106
106
  end
107
107
 
108
+ device_details = device_details.try :symbolize_keys
109
+
108
110
  if gateway_code.present?
109
111
  channel_const = "NotificationHub::Channels::#{channel_code.camelize}::#{gateway_code.camelize}".constantize
110
112
  else
@@ -1,3 +1,3 @@
1
1
  module NotificationHub
2
- VERSION = "0.1.7"
2
+ VERSION = "0.1.8"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: notification_hub
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Viduranga Wijesooriya
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-06-06 00:00:00.000000000 Z
11
+ date: 2017-06-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler