apns2 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/apns2.gemspec +1 -1
  3. data/lib/apns/core.rb +0 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0ac0c780f0cde30860df46c813c72aeb7609384d
4
- data.tar.gz: b868ddb5134f4413338de61d1798a163d06987a8
3
+ metadata.gz: a6e7de23ec056ccbf30692bb70a6cec48a0c32c8
4
+ data.tar.gz: cb68ca9a0365e4daab66764e1865959ec9a253aa
5
5
  SHA512:
6
- metadata.gz: 4885e71a0cfef0a0facda6dbf69ebbf56d03451864b1942e0ab93c1d26b4eeb7f2060ed309b76d83af874e7ca3b3a3ccfa54e5ea98758c60ff78264e43735588
7
- data.tar.gz: 7a356b6994a0c66e9b7675d0f13da6876621078d119d08e03e55df9101ca8a2543b397192d1474119d8507a18d31c82c2826145393f603db1d537d7db7630048
6
+ metadata.gz: 0f7a29f5d663620d2c4e1c4e70f1d71cc600baad55d6ba222b2b96bf8fa6b44533fb5bdcf18b32019a9cff67b2bd946b6a34f6207071470007bee5ec37b8ead7
7
+ data.tar.gz: e75c3965962445706ef52ead9aa4367f738447934cd168316036b26658d1c02582b77340042c7ddadee296255456030e190585d334fbd2ae4e8426191ccdc161
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = 'apns2'
7
- spec.version = '0.0.1'
7
+ spec.version = '0.0.2'
8
8
  spec.authors = ['jordi', 'oliver']
9
9
  spec.email = ['oliver.vh@coditramuntana.com', 'jordi.cr@coditramuntana.com']
10
10
  spec.summary = %q{Optimization to apns gem for big batches.}
@@ -71,7 +71,6 @@ module APNS
71
71
  context.key = OpenSSL::PKey::RSA.new(File.read(self.pem), self.pass)
72
72
 
73
73
  fhost = self.host.gsub('gateway','feedback')
74
- puts fhost
75
74
 
76
75
  sock = TCPSocket.new(fhost, 2196)
77
76
  ssl = OpenSSL::SSL::SSLSocket.new(sock,context)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apns2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - jordi
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-11-06 00:00:00.000000000 Z
12
+ date: 2015-12-02 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Supports failures during big batch sendings.
15
15
  email: