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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a917f9039011a70eff60b84511238ce683698db36c5e06c039d60972e5137372
4
- data.tar.gz: e4a75e1daac7bf9018a2d2b6bda4235ad97d9664224e1b474066565b0bd4c6b5
3
+ metadata.gz: b98582e4396b4e4a797361c695f255a74351cd78b6880a9ba2fb9e118f36df35
4
+ data.tar.gz: 8bb79254df3f46e036f7889bb4440aa60e12c220efa09b0b3a460343fae85122
5
5
  SHA512:
6
- metadata.gz: 901bd6bd29245c382813bfa24e72af41fa6b00f12823ef04fa29e2dc1a284d39327036b22fdfb0eb0eee7fef0c3c48123c8116fb8d04ebccec01af7b2d5af1a7
7
- data.tar.gz: 45e6b83dc079726e217deec614837925b4ebdd325a05d60c344acf0a275783daf8447ab570c3865efc5aa6373ea66ab1f09ba9dbafb55605935fa1181be9da7b
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.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.26.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.2.3)
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
@@ -1,7 +1,7 @@
1
1
  module Notifiable
2
2
  module Apns
3
3
  module Apnotic
4
- VERSION = "0.3.3"
4
+ VERSION = "0.3.4"
5
5
  end
6
6
  end
7
7
  end
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.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: 2018-10-08 00:00:00.000000000 Z
11
+ date: 2019-01-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: notifiable-core