pusher 1.2.0.rc4 → 1.2.0
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/README.md +1 -1
- data/lib/pusher/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1d461d98360195c60411f6f5f8c21f0d03be8452
|
|
4
|
+
data.tar.gz: e76c8ba0c2935c958a0f7f0d26de3c03c13d26fa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ceec64a68fa3e2068c482d1be8ec8a98b0dbdf80bd4a2511fc980f073e4ac3c5a479a2ba342581190523402359c5ef66da5c02c808508f533ffc905fcd8d81f6
|
|
7
|
+
data.tar.gz: 0a3cd50717b280b90efda2784237571fa7183259cfad0dc39b6c57b46ab1233c3e5c87e3d07af652753c0118a4f5549faa423df02e5edd3d45603a9dabb3d1a4
|
data/CHANGELOG.md
CHANGED
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.
|
|
256
|
+
$ gem install pusher -v 1.2.0.rc4
|
|
257
257
|
```
|
|
258
258
|
|
|
259
259
|
### Sending native pushes
|
data/lib/pusher/version.rb
CHANGED
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
|
|
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
|
+
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:
|
|
186
|
+
version: '0'
|
|
187
187
|
requirements: []
|
|
188
188
|
rubyforge_project:
|
|
189
|
-
rubygems_version: 2.
|
|
189
|
+
rubygems_version: 2.5.1
|
|
190
190
|
signing_key:
|
|
191
191
|
specification_version: 4
|
|
192
192
|
summary: Pusher API client
|