pusher-push-notifications 0.1.0 → 0.1.1

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: 327101633fef796f605ccc219f32a56c0c3561837add2e042cc4f8cf14a75b55
4
- data.tar.gz: eb5f8939d9a67898f6d9195a82eba30ecb067c5f22a28b4544c4dc24fe7f64d5
3
+ metadata.gz: db852b70b38413d31efa6a9fafcf568cd90d6f45ed49e85c15842a2c91d6326d
4
+ data.tar.gz: b1c5ed5819dfb4148f0c6eda2de19de01a3c07c13ea331b21235576bcf894249
5
5
  SHA512:
6
- metadata.gz: 23ceec5fce53e639bd3ffb0c0f65454196b41aa228e70a093d8c15bcf2c818c4bb151cd0e88925bd154ceaa29db01f3bc2fd56168ac749626fdf173ce4112580
7
- data.tar.gz: ae07f4be5f406d6475c5150fa88f7fe4da55a6e74ab06b2d699e694ed6ec5f404a034577852eb857ae5db47af44bd01c8def3ef57047eb0c7262feaa842e6534
6
+ metadata.gz: 40a25d1bef1af373138c548e28becc9997ae5437104102ba6e8e55609c8a86a236d52c771462802f85a1d6e5fa3fb71f3ba48ac6618fe2c9158d948b90798efc
7
+ data.tar.gz: 59e7b02423b3eca0365901b85784ed1e3f6a56a39dca98d6eb52c82a3899e89bfeed115b8f825c5ab555726b4629031240f41b061af214544887414a900b868d
@@ -1,14 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pusher-push-notifications (0.1.0)
4
+ pusher-push-notifications (0.1.1)
5
5
  caze
6
6
  rest-client
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activesupport (5.1.4)
11
+ activesupport (5.1.5)
12
12
  concurrent-ruby (~> 1.0, >= 1.0.2)
13
13
  i18n (~> 0.7)
14
14
  minitest (~> 5.1)
@@ -17,7 +17,7 @@ GEM
17
17
  public_suffix (>= 2.0.2, < 4.0)
18
18
  ast (2.3.0)
19
19
  byebug (9.1.0)
20
- caze (0.2.1)
20
+ caze (0.2.2)
21
21
  activesupport (>= 3)
22
22
  coderay (1.1.2)
23
23
  concurrent-ruby (1.0.5)
@@ -37,14 +37,14 @@ GEM
37
37
  hashdiff (0.3.7)
38
38
  http-cookie (1.0.3)
39
39
  domain_name (~> 0.5)
40
- i18n (0.9.1)
40
+ i18n (0.9.5)
41
41
  concurrent-ruby (~> 1.0)
42
42
  json (2.1.0)
43
43
  method_source (0.9.0)
44
44
  mime-types (3.1)
45
45
  mime-types-data (~> 3.2015)
46
46
  mime-types-data (3.2016.0521)
47
- minitest (5.10.3)
47
+ minitest (5.11.3)
48
48
  netrc (0.11.0)
49
49
  parallel (1.12.1)
50
50
  parser (2.4.0.2)
@@ -95,11 +95,11 @@ GEM
95
95
  thor (0.19.4)
96
96
  thread_safe (0.3.6)
97
97
  tins (1.16.3)
98
- tzinfo (1.2.4)
98
+ tzinfo (1.2.5)
99
99
  thread_safe (~> 0.1)
100
100
  unf (0.1.4)
101
101
  unf_ext
102
- unf_ext (0.0.7.4)
102
+ unf_ext (0.0.7.5)
103
103
  unicode-display_width (1.3.0)
104
104
  vcr (3.0.3)
105
105
  webmock (3.1.1)
@@ -123,4 +123,4 @@ DEPENDENCIES
123
123
  webmock (~> 3.0, >= 3.0.1)
124
124
 
125
125
  BUNDLED WITH
126
- 1.16.0
126
+ 1.16.1
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Pusher
4
4
  module PushNotifications
5
- VERSION = '0.1.0'
5
+ VERSION = '0.1.1'
6
6
  end
7
7
  end
@@ -8,8 +8,8 @@ require 'pusher/push_notifications/version'
8
8
  Gem::Specification.new do |spec|
9
9
  spec.name = 'pusher-push-notifications'
10
10
  spec.version = Pusher::PushNotifications::VERSION
11
- spec.authors = ['Lucas Medeiros']
12
- spec.email = ['lucastoc@gmail.com']
11
+ spec.authors = ['Lucas Medeiros', 'Luka Bratos']
12
+ spec.email = ['lucastoc@gmail.com', 'luka@pusher.com']
13
13
 
14
14
  spec.summary = 'PushNotifications pusher product'
15
15
  spec.description = 'A gem to use the Pusher BETA product Push Notifications'
metadata CHANGED
@@ -1,14 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pusher-push-notifications
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lucas Medeiros
8
+ - Luka Bratos
8
9
  autorequire:
9
10
  bindir: exe
10
11
  cert_chain: []
11
- date: 2018-01-09 00:00:00.000000000 Z
12
+ date: 2018-02-19 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: caze
@@ -185,6 +186,7 @@ dependencies:
185
186
  description: A gem to use the Pusher BETA product Push Notifications
186
187
  email:
187
188
  - lucastoc@gmail.com
189
+ - luka@pusher.com
188
190
  executables: []
189
191
  extensions: []
190
192
  extra_rdoc_files: []
@@ -228,7 +230,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
228
230
  version: '0'
229
231
  requirements: []
230
232
  rubyforge_project:
231
- rubygems_version: 2.7.3
233
+ rubygems_version: 2.7.4
232
234
  signing_key:
233
235
  specification_version: 4
234
236
  summary: PushNotifications pusher product