notification-pusher-onesignal 1.2.2 → 1.2.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -5
  3. data/README.md +1 -1
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5d3d51e834887df0995c9bb43d3116232013bb198f80c639ed919e19c767ca12
4
- data.tar.gz: cdb7042edca608b4c6a875438dbb9d4b8ba7c7a40510cc964711e96959ad00a6
3
+ metadata.gz: 83cb0aef8e9080900979c6dbb73945358805414388cd25c750bc4ffce7077825
4
+ data.tar.gz: 0c0e7bf6ecf0cd9c42014e023c9d13d8d7ca9bb89ca2d6b6dfc60773422e7ed6
5
5
  SHA512:
6
- metadata.gz: 47f14acb49956650c9919f4062db6bb68e6ef57f20321c384efacf0da3933fbd9a05ab7c4973ad2d022f05fca287811e1628540c85c20f5401e4b85ce5cc2907
7
- data.tar.gz: 2cedfea3cf121d70185933aa5a1bac339489c5b5b12745f04638a740525f6ea4c36564e8497e2427dba8701f14e18f0cbe1fb9bca5f17c15493e88b41f2f984f
6
+ metadata.gz: 78dc1ecafa8577e21e360a388e64e171d8a7c1075a6da632980d47d4fef848e1a2896d7b96ea267808d7b846b79985389443267f135d4a578f6ed1b90b27091b
7
+ data.tar.gz: df8ecc4a3b546bf4a5c8905ab00e60e86f27fdab3e74b311d36d5f27f69d46ba8f722a710258de6969afffdb39941822d84b8cf17ae81671fb89f1db0eb76733
data/CHANGELOG.md CHANGED
@@ -4,25 +4,25 @@
4
4
 
5
5
  * nothing yet
6
6
 
7
- ### 1.1.0 - 2017-12-29
7
+ ### 1.1.0 - 2017/12/29
8
8
 
9
9
  * features
10
10
  * add `headers` and `subtitle` options
11
11
 
12
- ### 1.0.0 - 2017-12-28
12
+ ### 1.0.0 - 2017/12/28
13
13
 
14
14
  * bugfixes
15
15
 
16
- ### 1.0.0.beta6 - 2017-12-28
16
+ ### 1.0.0.beta6 - 2017/12/28
17
17
 
18
18
  * bugfixes
19
19
  * fix lib loading problems
20
20
 
21
- ### 1.0.0.beta4 - 2017-12-27
21
+ ### 1.0.0.beta4 - 2017/12/27
22
22
 
23
23
  * features
24
24
  * add functionality
25
25
 
26
- ### 1.0.0.beta1 - 2017-12-22
26
+ ### 1.0.0.beta1 - 2017/12/22
27
27
 
28
28
  * initial release
data/README.md CHANGED
@@ -92,7 +92,7 @@ notification.push :OneSignal, player_ids: User.first.onesignal_player_ids
92
92
 
93
93
  **`contents`** Globalized content of the notification. Takes a hash with languages as keys and strings as values.
94
94
 
95
- **`headings`** Globalized header of the notification. Takes a hash with languages as keys and strings as values.
95
+ **`headers`** Globalized header of the notification. Takes a hash with languages as keys and strings as values.
96
96
 
97
97
  **`subtitle`** Globalized subtitle of the notification. Takes a hash with languages as keys and strings as values.
98
98
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: notification-pusher-onesignal
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonas Hübotter
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-02 00:00:00.000000000 Z
11
+ date: 2018-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: one_signal
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 1.2.2
33
+ version: 1.2.3
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 1.2.2
40
+ version: 1.2.3
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rspec
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -67,7 +67,7 @@ dependencies:
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0.52'
69
69
  description: A pusher to send cross-platform notifications with OneSignal.
70
- email: jonas.huebotter@gmail.com
70
+ email: me@jonhue.me
71
71
  executables: []
72
72
  extensions: []
73
73
  extra_rdoc_files: []