gcm-send-downstream 0.1.2 → 0.1.3

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/gcm-send-downstream.rb +2 -1
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 26244a0615e3c0b102a4a4e9e28ad326ffbdab3b
4
- data.tar.gz: db6dc63a0ed4400a00e6c9b7f344117b406b2992
3
+ metadata.gz: ca9e956cb171c2a20d4c88a8ea457cf37ba340c0
4
+ data.tar.gz: 34d4b15ccb0144f80379b370d74404816880c7c8
5
5
  SHA512:
6
- metadata.gz: 1e859887306d105c37a8f6a85a2fce6c2fc29fe88f7fe9f45716e414191c0ab371fe6d9482a1c26f33fa85f06da176fe61678fc6d5245fa735994d03c22d8744
7
- data.tar.gz: e458e4c88a20e6c4ad2a849cfb68a0a40b1fe3fdc9d76d194be0e0324dff21c689566e07cf5416873bacc535bb99227a3d8baa9f4a438ee5966b4c4d4852722f
6
+ metadata.gz: da79ef181040cc5610bbbe645915abef72c5949e7a371eece75687f77421a0bf60ef9e035fa1436e9bb05a0989faba16651e7902cb864aab490a39644e4d8a89
7
+ data.tar.gz: de4970e9e6e163d03db397626ca6838a2d41d8cc653b37fc7308fa615fbd46e5840d60bd78464a851099b2233108b003d1fa644165528e63845a2acdba12fef6
@@ -1,5 +1,5 @@
1
1
  #
2
- # Send Downstream Message For GCM 3.0
2
+ # Push Message Send for Ruby (GCM 3.0)
3
3
  #
4
4
  # 2015. 12. 29
5
5
  # hwj4477@gmail.com
@@ -28,6 +28,7 @@ class GcmSendDownstream
28
28
  'body' => message},
29
29
  'data' => {'title' => @app_title,
30
30
  'message' => message},
31
+ 'priority' => 'high',
31
32
  'registration_ids' => registration_ids
32
33
 
33
34
  }.to_json
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gcm-send-downstream
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - hwj4477
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-29 00:00:00.000000000 Z
11
+ date: 2016-01-07 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Send Downstream Message For GCM 3.0
14
14
  email: hwj4477@gmail.com
@@ -37,7 +37,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
37
37
  version: '0'
38
38
  requirements: []
39
39
  rubyforge_project:
40
- rubygems_version: 2.4.8
40
+ rubygems_version: 2.4.6
41
41
  signing_key:
42
42
  specification_version: 4
43
43
  summary: GCM