notifiable-apns-apnotic 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
  SHA1:
3
- metadata.gz: bc122147628e88344ba5bc681034a679425ed27c
4
- data.tar.gz: 07e2d79154c4ec9a6e44a26cad10ef8c0997cb50
3
+ metadata.gz: 5669eda6c7b3a099220cafea08e92964341cfecd
4
+ data.tar.gz: 0e8ada831fdf93677c0b4af28ef25840556fe0c6
5
5
  SHA512:
6
- metadata.gz: 5a00372c8b589ac39e40ea44437a8fda5e2a1a32df9a2aa484728d56dd400359b5e8bb34aa145f74132488adf1ac96dbb44fc4f766c806674efe119082cad7a1
7
- data.tar.gz: 3a3d60a5cd56809998fbe1b672405c732f0678cf29d833b44af1c1e72934a9ea1546b712beb7f135cca7dfd61292cf23f11e04f66b85b4499448c7cba88292c1
6
+ metadata.gz: c1eeecadd785ee552d72ba366c7c29e90c10763a069fd184a32cd6e4985ef869fd23c4f083e3151a01e7ccf6deffc18e8c34a700d8afd8ddc7525c8cb4774d24
7
+ data.tar.gz: bf2453178483da22d9d0e081ba5f81257e5b6c8436d24512d9f76e13522be7285d237259cbe940192c4a4a04e08834b6ae138a14e4b907323547ffc6b51d4bfd
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- notifiable-apns-apnotic (0.2.1)
4
+ notifiable-apns-apnotic (0.2.2)
5
5
  apnotic (~> 1.4.1)
6
6
  notifiable-core (>= 0.1.3)
7
7
 
@@ -41,11 +41,7 @@ module Notifiable
41
41
  end
42
42
 
43
43
  def flush
44
- @connection.join
45
- end
46
-
47
- def close
48
- super.close
44
+ connection.join
49
45
  connection.close
50
46
  @connection = nil
51
47
  end
@@ -1,7 +1,7 @@
1
1
  module Notifiable
2
2
  module Apns
3
3
  module Apnotic
4
- VERSION = "0.2.1"
4
+ VERSION = "0.2.2"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: notifiable-apns-apnotic
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
  - Matt Brooke-Smith