pusher 1.2.0.rc1 → 1.2.0.rc2

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: 32ce70117350a8d8229d42a09cfa152b95cbfbbd
4
- data.tar.gz: 19e237323cf2d8d311de41eb2b72097f96d7f101
3
+ metadata.gz: d2f509b8891141257d4d3b372ec77ba7a1b23fe4
4
+ data.tar.gz: e4fef754e2cc3b0e46b4d700c29c6033d4e64585
5
5
  SHA512:
6
- metadata.gz: 00bbae6c4dd13a9672d53e7fe102990bb2afce06acfeaf0ad3b670d02a38d099c7a111e8ed805975ee9b75bced43caa202769e1a75a8669a6831e472093b572e
7
- data.tar.gz: e1437819fb5d29c6e8036ac659496553cb93cf1ed2b1bb5cf3ebec16f15b869ee00fb9ee5c0c48f9b2230574149dc847c40d87d78f39fa6f147588198089e001
6
+ metadata.gz: f5218f97b0fdde53c7f947c1a25b3280eca9aff8f0236dba9f9698f41fec7d5144b6c3f83fba344048f96d15948bddaf135824ee89e5aa59bb5d5d56e7c7c1d8
7
+ data.tar.gz: 1aadae0b261fdcf735ebb810d6a3b3bf4a5d175148a2a4f64d41ac9252fa8eaf365220f352dff55b993b14253231bc45b284756dddcdc1da755ef0598a80cf2b
data/README.md CHANGED
@@ -253,7 +253,7 @@ end
253
253
  Pusher now allows sending native notifications to iOS and Android devices. Check out the [documentation](https://pusher.com/docs/push_notifications) for information on how to set up push notifications on Android and iOS. There is no additional setup required to use it with this library. It works out of the box with the same Pusher instance. All you need are the same pusher credentials. To install the release:
254
254
 
255
255
  ```
256
- $ gem install pusher -v 1.2.0-rc1
256
+ $ gem install pusher -v 1.2.0.rc1
257
257
  ```
258
258
 
259
259
  ### Sending native pushes
@@ -3,7 +3,7 @@ module Pusher
3
3
  class Client
4
4
  attr_reader :app_id, :host
5
5
 
6
- API_PREFIX = "customer_api"
6
+ API_PREFIX = "server_api"
7
7
  API_VERSION = "v1"
8
8
  GCM_TTL = 241920
9
9
  RESTRICTED_GCM_PAYLOAD_KEYS = [:to, :registration_ids]
@@ -120,4 +120,4 @@ module Pusher
120
120
  end
121
121
  end
122
122
  end
123
- end
123
+ end
data/pusher.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  Gem::Specification.new do |s|
3
3
  s.name = "pusher"
4
- s.version = "1.2.0.rc1"
4
+ s.version = "1.2.0.rc2"
5
5
  s.platform = Gem::Platform::RUBY
6
6
  s.authors = ["Pusher"]
7
7
  s.email = ["support@pusher.com"]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pusher
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0.rc1
4
+ version: 1.2.0.rc2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pusher
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-18 00:00:00.000000000 Z
11
+ date: 2016-07-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json
@@ -185,7 +185,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
185
185
  version: 1.3.1
186
186
  requirements: []
187
187
  rubyforge_project:
188
- rubygems_version: 2.6.2
188
+ rubygems_version: 2.5.1
189
189
  signing_key:
190
190
  specification_version: 4
191
191
  summary: Pusher API client