kw_apn 0.5.1 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.rdoc +1 -1
  2. data/VERSION +1 -1
  3. data/lib/feedback_reader.rb +1 -1
  4. metadata +4 -4
data/README.rdoc CHANGED
@@ -1,7 +1,7 @@
1
1
  ====================================
2
2
  About
3
3
  ====================================
4
-
4
+
5
5
  Push Notification Library with support for the extended format. This Library is designed to send thousands of APNs at once without dropping a lot of messages on errors. Since version 0.4 it supports the use of multiple App IDs with one process.
6
6
 
7
7
  ====================================
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.1
1
+ 0.5.2
@@ -19,7 +19,7 @@ module KwAPN
19
19
  rescue => e
20
20
  puts "Error reading feedback channel: #{e.message}"
21
21
  ensure
22
- @ssl.close
22
+ @ssl.close if @ssl
23
23
  end
24
24
  return records
25
25
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kw_apn
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 15
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 1
10
- version: 0.5.1
9
+ - 2
10
+ version: 0.5.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jonathan Cichon
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2011-02-21 00:00:00 +01:00
20
+ date: 2011-05-13 00:00:00 +02:00
21
21
  default_executable:
22
22
  dependencies: []
23
23