notifiable-apns-apnotic 0.3.3 → 0.3.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +3 -3
- data/lib/notifiable/apns/apnotic/async.rb +1 -1
- data/lib/notifiable/apns/apnotic/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b98582e4396b4e4a797361c695f255a74351cd78b6880a9ba2fb9e118f36df35
|
4
|
+
data.tar.gz: 8bb79254df3f46e036f7889bb4440aa60e12c220efa09b0b3a460343fae85122
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 799f32773ab3938df64e796ca473042590184b8cceb195fac559e296ff974e8174cfef512f83d618056e02bf04f3bcbfb4d3a6e26b61aba1066d436bf6f36228
|
7
|
+
data.tar.gz: 5d3c69bff774f84160438c05cc1ce676bdcdbf2f52a9bf3534b4de56e06f295cd70d3aeb2ed1f907f916d7869834db2c95443f24c91e21b01fc05928275de79c
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
notifiable-apns-apnotic (0.3.
|
4
|
+
notifiable-apns-apnotic (0.3.4)
|
5
5
|
apnotic (~> 1.4.1)
|
6
6
|
grocer (~> 0.7.1)
|
7
7
|
notifiable-core (>= 0.1.3)
|
@@ -15,7 +15,7 @@ GEM
|
|
15
15
|
activemodel (= 5.2.1)
|
16
16
|
activesupport (= 5.2.1)
|
17
17
|
arel (>= 9.0)
|
18
|
-
activerecord-import (0.
|
18
|
+
activerecord-import (0.28.1)
|
19
19
|
activerecord (>= 3.2)
|
20
20
|
activesupport (5.2.1)
|
21
21
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
@@ -40,7 +40,7 @@ GEM
|
|
40
40
|
minitest (5.11.3)
|
41
41
|
net-http2 (0.18.0)
|
42
42
|
http-2 (= 0.9.0)
|
43
|
-
notifiable-core (0.
|
43
|
+
notifiable-core (0.3.6)
|
44
44
|
activerecord
|
45
45
|
activerecord-import
|
46
46
|
pg (1.1.0)
|
@@ -75,7 +75,7 @@ module Notifiable
|
|
75
75
|
payload.badge = notification.badge_count if notification.badge_count
|
76
76
|
payload.custom_payload = notification.send_params
|
77
77
|
payload.thread_id = notification.thread_id if notification.thread_id
|
78
|
-
payload.mutable_content = notification.mutable_content if notification.mutable_content
|
78
|
+
payload.mutable_content = (notification.mutable_content if notification.mutable_content) || notification.app.save_notification_statuses
|
79
79
|
payload.category = notification.category if notification.category
|
80
80
|
payload.topic = bundle_id
|
81
81
|
payload.expiration = 0 || notification.expiry.to_f
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: notifiable-apns-apnotic
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matt Brooke-Smith
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-01-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: notifiable-core
|