notifiable-apns-apnotic 0.3.4 → 0.3.5

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: b98582e4396b4e4a797361c695f255a74351cd78b6880a9ba2fb9e118f36df35
4
- data.tar.gz: 8bb79254df3f46e036f7889bb4440aa60e12c220efa09b0b3a460343fae85122
3
+ metadata.gz: c2a8589b443c156f3ea758cc6c0dc623ec2f058fd2a424b22250bbe902d1ef1d
4
+ data.tar.gz: 59e1cc4403c7d68a9a5f5fa1cda08f3582160423d524b2e1d2fc63e7c88ce9eb
5
5
  SHA512:
6
- metadata.gz: 799f32773ab3938df64e796ca473042590184b8cceb195fac559e296ff974e8174cfef512f83d618056e02bf04f3bcbfb4d3a6e26b61aba1066d436bf6f36228
7
- data.tar.gz: 5d3c69bff774f84160438c05cc1ce676bdcdbf2f52a9bf3534b4de56e06f295cd70d3aeb2ed1f907f916d7869834db2c95443f24c91e21b01fc05928275de79c
6
+ metadata.gz: 7e935436f3107200388eb528c74006a3fd9d36827ba25fd726041fa8d910d9b90ee146b4e2c6e3b573a7191861b2fd9da83efd373ef6202520d38a44f3157f6a
7
+ data.tar.gz: 1eb55cd1134ea62a037b46c3d9f3cf30c0f42c50fc512b4b34f5a3cec4a391d684036d5e729511d9b152a23e551d102bf06d1233544fe3b303cbb9f016cdde7b
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- notifiable-apns-apnotic (0.3.4)
5
- apnotic (~> 1.4.1)
4
+ notifiable-apns-apnotic (0.3.5)
5
+ apnotic (~> 1.6.0)
6
6
  grocer (~> 0.7.1)
7
7
  notifiable-core (>= 0.1.3)
8
8
 
@@ -15,15 +15,15 @@ GEM
15
15
  activemodel (= 5.2.1)
16
16
  activesupport (= 5.2.1)
17
17
  arel (>= 9.0)
18
- activerecord-import (0.28.1)
18
+ activerecord-import (1.0.2)
19
19
  activerecord (>= 3.2)
20
20
  activesupport (5.2.1)
21
21
  concurrent-ruby (~> 1.0, >= 1.0.2)
22
22
  i18n (>= 0.7, < 2)
23
23
  minitest (~> 5.1)
24
24
  tzinfo (~> 1.1)
25
- apnotic (1.4.1)
26
- connection_pool (~> 2.0)
25
+ apnotic (1.6.0)
26
+ connection_pool (~> 2)
27
27
  net-http2 (>= 0.18, < 2)
28
28
  arel (9.0.0)
29
29
  byebug (10.0.2)
@@ -34,12 +34,12 @@ GEM
34
34
  factory_bot (4.11.0)
35
35
  activesupport (>= 3.0.0)
36
36
  grocer (0.7.1)
37
- http-2 (0.9.0)
37
+ http-2 (0.10.1)
38
38
  i18n (1.1.0)
39
39
  concurrent-ruby (~> 1.0)
40
40
  minitest (5.11.3)
41
- net-http2 (0.18.0)
42
- http-2 (= 0.9.0)
41
+ net-http2 (0.18.2)
42
+ http-2 (~> 0.10.1)
43
43
  notifiable-core (0.3.6)
44
44
  activerecord
45
45
  activerecord-import
@@ -77,4 +77,4 @@ DEPENDENCIES
77
77
  rspec-mocks
78
78
 
79
79
  BUNDLED WITH
80
- 1.16.4
80
+ 1.17.2
@@ -23,7 +23,7 @@ module Notifiable
23
23
  apnotic_notification = build_notification(device, notification)
24
24
  apnotic_enqueue(apnotic_notification, device)
25
25
 
26
- rescue SocketError => e
26
+ rescue SocketError, Errno::ECONNRESET => e
27
27
  # retry on socket error, see https://github.com/ostinelli/apnotic/issues/41#issue-203624698
28
28
  apnotic_enqueue(apnotic_notification, device)
29
29
  end
@@ -1,7 +1,7 @@
1
1
  module Notifiable
2
2
  module Apns
3
3
  module Apnotic
4
- VERSION = "0.3.4"
4
+ VERSION = "0.3.5"
5
5
  end
6
6
  end
7
7
  end
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
21
21
  spec.require_paths = ["lib"]
22
22
 
23
23
  spec.add_dependency "notifiable-core", ">= 0.1.3"
24
- spec.add_dependency 'apnotic', '~> 1.4.1'
24
+ spec.add_dependency 'apnotic', '~> 1.6.0'
25
25
  spec.add_dependency 'grocer', '~> 0.7.1'
26
26
 
27
27
  spec.add_development_dependency "bundler", "~> 1.16"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: notifiable-apns-apnotic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Brooke-Smith
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-01-13 00:00:00.000000000 Z
11
+ date: 2019-10-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: notifiable-core
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 1.4.1
33
+ version: 1.6.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 1.4.1
40
+ version: 1.6.0
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: grocer
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -206,8 +206,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
206
206
  - !ruby/object:Gem::Version
207
207
  version: '0'
208
208
  requirements: []
209
- rubyforge_project:
210
- rubygems_version: 2.7.3
209
+ rubygems_version: 3.0.3
211
210
  signing_key:
212
211
  specification_version: 4
213
212
  summary: Apnotic APNS connector for Notifiable