notify_user 0.0.26 → 0.0.27

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
  SHA1:
3
- metadata.gz: d94141a8a16e9d4f68c8f8b8f0dbb2d4daf4c59e
4
- data.tar.gz: 105a25b9ca97eb2f7a9f2a9fa3f8303acb34ad2c
3
+ metadata.gz: 39cecfcb415ba9f8af5b0e82563b6094e9356721
4
+ data.tar.gz: d511369016019819f3841b811d93f48f4a022fba
5
5
  SHA512:
6
- metadata.gz: a9d94e03b19c8016aff586a032030f5b9dec2734be69db9d3ac8f220c0be6e02e865386421988276acbe6fd743bfecc91ef0f25c2aa11cbbe645dfdb96b8bbd7
7
- data.tar.gz: 5cab189693268c92ab1d77e27711296e7778ca35949f8ef825216036586fae45800848f6dd5efc382bfc1a55d97cd6c721e55911ed64d9ad3bc6a3ed23861b54
6
+ metadata.gz: 5fbbdab22d0638c5526660e1a44b4b4353fa21645128a1c23987286e7cb3f209fcd585e4642df4ffa07acbac591b808de7a1a4f4e1ff22f367ae230dd4d12043
7
+ data.tar.gz: b14ef9e24a26c2dc4c5226a2a08e36d32513ab694198ad3872db908a4052b017fdf5146ecc0acc3b252160255f96d9020b4203e1a0dc1ca9a18f271f14b2b813
@@ -30,8 +30,10 @@ module NotifyUser
30
30
  pn_apns[:aps]['content-available'] = notification.params['content-available'] if notification.params['content-available']
31
31
 
32
32
  pn_gcm = {
33
- message: notification.mobile_message,
34
- type: notification.type
33
+ data: {
34
+ message: notification.mobile_message,
35
+ type: notification.type
36
+ }
35
37
  }
36
38
 
37
39
  pn_gcm[:action_id] = notification.params[:action_id] if notification.params[:action_id]
@@ -1,3 +1,3 @@
1
1
  module NotifyUser
2
- VERSION = "0.0.26"
2
+ VERSION = "0.0.27"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: notify_user
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.26
4
+ version: 0.0.27
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Spacek
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-11 00:00:00.000000000 Z
11
+ date: 2014-12-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails