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 +4 -4
- data/lib/notification_hub.rb +2 -0
- data/lib/notification_hub/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eeb03d0a3cdad458bbce8ebfa7b57bf3ad333550
|
4
|
+
data.tar.gz: 297ca5b3e84fb9f582e2ded71fc6daaad101404a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 84110d60bca77d867fdbd1e61662e35c064bf4f35f81b43a71d29d19e317dcd18814de49def37a9a0fc387a73bd2d82e578d71389aff746a74646ba3cceb0351
|
7
|
+
data.tar.gz: e8a2828daefeb67041b02cdbe1b086d4dfca17d5665831c38c0b9dfbffe43fd7c22559fca0c8080014db80871cf537c2936dfc537a87b1b193912b19ecc74c35
|
data/lib/notification_hub.rb
CHANGED
@@ -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
|
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.
|
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-
|
11
|
+
date: 2017-06-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|