pusher 1.2.0.rc4 → 1.2.0

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: 8b9efdaf822f5abafd54a89499c0475fd75dfde4
4
- data.tar.gz: 698e043ffa4116cde7f9951631c865a4c191fff6
3
+ metadata.gz: 1d461d98360195c60411f6f5f8c21f0d03be8452
4
+ data.tar.gz: e76c8ba0c2935c958a0f7f0d26de3c03c13d26fa
5
5
  SHA512:
6
- metadata.gz: 8aea046a40212d7b8bcc6467bea3e9ec142dce1917259e86dedadc3919e8cd396d4809bd18626d7ca392a0aea2878156802178d0e9af9a1ef5c9a190161b5d7b
7
- data.tar.gz: fb590812921456d724f116482ca55195ef19af01eff2b6481a1030afe65064de9798f1c5038cb8f3b09dfc2721af8f3368e0446d50aa204266591786a8d787b2
6
+ metadata.gz: ceec64a68fa3e2068c482d1be8ec8a98b0dbdf80bd4a2511fc980f073e4ac3c5a479a2ba342581190523402359c5ef66da5c02c808508f533ffc905fcd8d81f6
7
+ data.tar.gz: 0a3cd50717b280b90efda2784237571fa7183259cfad0dc39b6c57b46ab1233c3e5c87e3d07af652753c0118a4f5549faa423df02e5edd3d45603a9dabb3d1a4
@@ -1,3 +1,8 @@
1
+ 1.2.0 / 2016-08-15
2
+ ==================
3
+
4
+ * Minor release for Native notifications
5
+
1
6
  1.2.0.rc1 / 2016-07-18
2
7
  ==================
3
8
 
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.rc4
257
257
  ```
258
258
 
259
259
  ### Sending native pushes
@@ -1,3 +1,3 @@
1
1
  module Pusher
2
- VERSION = '1.2.0.rc4'
2
+ VERSION = '1.2.0'
3
3
  end
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.rc4
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pusher
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-11 00:00:00.000000000 Z
11
+ date: 2016-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json
@@ -181,12 +181,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
181
181
  version: '0'
182
182
  required_rubygems_version: !ruby/object:Gem::Requirement
183
183
  requirements:
184
- - - ">"
184
+ - - ">="
185
185
  - !ruby/object:Gem::Version
186
- version: 1.3.1
186
+ version: '0'
187
187
  requirements: []
188
188
  rubyforge_project:
189
- rubygems_version: 2.4.2
189
+ rubygems_version: 2.5.1
190
190
  signing_key:
191
191
  specification_version: 4
192
192
  summary: Pusher API client