pusher-push-notifications 0.2.1 → 0.2.2

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
  SHA256:
3
- metadata.gz: d6ff4e86ac0167280f704f95a610bfbd31c64627737b59a2a9b5878478274948
4
- data.tar.gz: c851cab622b3308cbafef96e3a789e7810dfe4a6c80d5096495e9226fdd33bb0
3
+ metadata.gz: bc40632651f3ab61c6e2ab933599219396ceb57ff89fc44e56d53781123cc37c
4
+ data.tar.gz: dcd21f82ed2f6ad75213a121b5cf2a89df4247d385885f18ebba861eb0d859f4
5
5
  SHA512:
6
- metadata.gz: 3bf6832119bb99c1e6737b641d601d205e1c10dc3b507318d9cd000d1e3b84bd7d8af990aeeb7a007c9c4352df0a565797ec57d6becb5e5674c90e1557211e4c
7
- data.tar.gz: 783a9e20816c8968ccbf09ffa3a8514c515e04202acd6c5d536ee5f49ffe8e64460b07f4a4e3c622e98a8e380fe53b9d1cd845bf6a0045451f8e35ebd4284d62
6
+ metadata.gz: 9f87a528467079d67e2660332e10aa0b38ef80e01f5da00bfee631ca4747b1cf714b92e36d11e23ad7ce35f1d2dc377e1593b4a1341435dfaa27c9adfcb7fa7e
7
+ data.tar.gz: 1ff17ea95c2ee6ae6db9e481b90d1b65c44688f4b5db91c4141805efc230a04bae42220320e00ac9c058b9e02df49182a79e4ecd2e52fac928cfc6c2bbab800b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pusher-push-notifications (0.2.1)
4
+ pusher-push-notifications (0.2.2)
5
5
  caze
6
6
  rest-client
7
7
 
data/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # Pusher Push Notifications Ruby Server SDK
2
2
 
3
- [![Build Status](https://travis-ci.org/pusher/push-notifications-ruby.svg?branch=master)](https://travis-ci.org/pusher/push-notifications-ruby) [![![Coverage Status](https://coveralls.io/repos/github/pusher/push-notifications-ruby/badge.svg?branch=master)](https://coveralls.io/github/pusher/push-notifications-ruby?branch=master)
3
+ [![Build Status](https://travis-ci.org/pusher/push-notifications-ruby.svg?branch=master)](https://travis-ci.org/pusher/push-notifications-ruby)
4
+ [![Coverage Status](https://coveralls.io/repos/github/pusher/push-notifications-ruby/badge.svg?branch=update-sdk)](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
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Pusher
4
4
  module PushNotifications
5
- VERSION = '0.2.1'
5
+ VERSION = '0.2.2'
6
6
  end
7
7
  end
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.1
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-02-28 00:00:00.000000000 Z
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