ghazel-em-apn 0.0.3.4 → 0.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
  SHA1:
3
- metadata.gz: b74f2ce783531402fde06499e6fdf68380f5bc30
4
- data.tar.gz: d41eb5762ba1e0173f354fa551902d58a86438f2
3
+ metadata.gz: edd461aa0952ab913cbe28faa05d993460b907bb
4
+ data.tar.gz: 43d432a20bfde73a938c2ddc646fbe02abc8393b
5
5
  SHA512:
6
- metadata.gz: 81805e4f9e5d65d094644db1fa40ea2c9ac3d0e464fcb0b8d786dfe1482c4f20c12b0aa12e2d44dbaf6cb83871d6c252663b54e9015366044406d6a65fa7beb9
7
- data.tar.gz: 285500bacfd35b677f06c40940e0e8d7ca4df577c40ab30e2b5d641fe47e925877d79b54513914037a14ad549aa379ff42bf631c170ade0368fd860597f5ed97
6
+ metadata.gz: efc09947df2130016f1f8bdc6d301f66d652b7d5ac8d9bc641b81a93247b975e15631c4e4fc6cc27c63dbf2153bbaef6f1ec0ff7066863ae5cf678f8c99f1f31
7
+ data.tar.gz: 32fb5bc07861125c56d6236ddd3aaad0fc479f474431a4506a813bbf25c4212a68619e96485c0faff841ac81b12a53f94221c888f02abf4e6a7bcc66199fa8f1
@@ -14,7 +14,7 @@ module EventMachine
14
14
  end
15
15
 
16
16
  def post_init
17
- @buf = StringIO.new('', 'a+b')
17
+ @buf = StringIO.new('', 'ab+')
18
18
  start_tls(
19
19
  :private_key_file => client.key,
20
20
  :cert_chain_file => client.cert,
@@ -39,7 +39,7 @@ module EventMachine
39
39
  client.feedback_callback.call(attempt)
40
40
  end
41
41
  end
42
- @buf.reopen(@buf.read, 'a+b')
42
+ @buf.reopen(@buf.read, 'ab+')
43
43
  end
44
44
 
45
45
  def unbind
@@ -1,5 +1,5 @@
1
1
  module EventMachine
2
2
  module APN
3
- VERSION = "0.0.3.4"
3
+ VERSION = "0.0.3.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ghazel-em-apn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3.4
4
+ version: 0.0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dave Yeu