pusher-push-notifications 0.2.1 → 0.2.2
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/Gemfile.lock +1 -1
- data/README.md +2 -1
- data/lib/{pusher.rb → pusher-push-notifications.rb} +0 -0
- data/lib/pusher/push_notifications/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bc40632651f3ab61c6e2ab933599219396ceb57ff89fc44e56d53781123cc37c
|
|
4
|
+
data.tar.gz: dcd21f82ed2f6ad75213a121b5cf2a89df4247d385885f18ebba861eb0d859f4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9f87a528467079d67e2660332e10aa0b38ef80e01f5da00bfee631ca4747b1cf714b92e36d11e23ad7ce35f1d2dc377e1593b4a1341435dfaa27c9adfcb7fa7e
|
|
7
|
+
data.tar.gz: 1ff17ea95c2ee6ae6db9e481b90d1b65c44688f4b5db91c4141805efc230a04bae42220320e00ac9c058b9e02df49182a79e4ecd2e52fac928cfc6c2bbab800b
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# Pusher Push Notifications Ruby Server SDK
|
|
2
2
|
|
|
3
|
-
[](https://travis-ci.org/pusher/push-notifications-ruby)
|
|
3
|
+
[](https://travis-ci.org/pusher/push-notifications-ruby)
|
|
4
|
+
[](https://coveralls.io/github/pusher/push-notifications-ruby?branch=update-sdk)
|
|
4
5
|
|
|
5
6
|
Push notifications using the Pusher system.
|
|
6
7
|
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pusher-push-notifications
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Lucas Medeiros
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: exe
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2018-
|
|
12
|
+
date: 2018-04-06 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: caze
|
|
@@ -204,7 +204,7 @@ files:
|
|
|
204
204
|
- Rakefile
|
|
205
205
|
- bin/console
|
|
206
206
|
- bin/setup
|
|
207
|
-
- lib/pusher.rb
|
|
207
|
+
- lib/pusher-push-notifications.rb
|
|
208
208
|
- lib/pusher/push_notifications.rb
|
|
209
209
|
- lib/pusher/push_notifications/client.rb
|
|
210
210
|
- lib/pusher/push_notifications/use_cases/publish.rb
|