pushr-apns2 0.0.1 → 1.0.0
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
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 59440f2452607e5dc4335ef5ba3ed0f22aeb75c87f3019a254f2a7aaeeaec1c6
|
|
4
|
+
data.tar.gz: e075c3a0fa379e015968a31d26690a16f557787c7675db6ecfe23b2e6c6b6f45
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 93b370224a1537376b3bf70c424164feca9ef8b48a29a3be915b83c4b0ec8f1d03d31d2a39150a51f9629561bedca7c990a8bcba4828b76f184ff432ccf1c78a
|
|
7
|
+
data.tar.gz: f54d459f9ff0315f614e31c25a45a17ba66c2601061c4f79fcc7b51a7ab4cd506b6c6525026bfb9e2123de662d73f1b2ff9cdf6e4eea85b87ff8b6f5822c3f02
|
data/lib/pushr-apns2/version.rb
CHANGED
|
@@ -16,10 +16,10 @@ module Pushr
|
|
|
16
16
|
h = {}
|
|
17
17
|
h['authorization'] = "bearer #{token}"
|
|
18
18
|
h['apns-id'] = notification.apns_id if notification.apns_id
|
|
19
|
+
h['apns-collapse-id'] = notification.apns_collapse_id if notification.apns_collapse_id
|
|
19
20
|
h['apns-expiration'] = notification.apns_expiration if notification.apns_expiration
|
|
20
21
|
h['apns-priority'] = notification.apns_priority if notification.apns_priority
|
|
21
22
|
h['apns-topic'] = notification.apns_topic if notification.apns_topic
|
|
22
|
-
h['apns-collapse-id'] = notification.apns_collapse_id if notification.apns_collapse_id
|
|
23
23
|
h
|
|
24
24
|
end
|
|
25
25
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pushr-apns2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tom Pesman
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-10-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: multi_json
|
|
@@ -238,7 +238,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
238
238
|
version: '0'
|
|
239
239
|
requirements: []
|
|
240
240
|
rubyforge_project:
|
|
241
|
-
rubygems_version: 2.6
|
|
241
|
+
rubygems_version: 2.7.6
|
|
242
242
|
signing_key:
|
|
243
243
|
specification_version: 4
|
|
244
244
|
summary: APNS (iOS/Apple) part of the modular push daemon.
|