async-io 1.15.4 → 1.15.5
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.
- checksums.yaml +4 -4
- data/lib/async/io/ssl_socket.rb +1 -1
- data/lib/async/io/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2c298cffb1e3e465beb847df243d77b8ac8404e1cfa2c05b912098b7a9ec6c50
|
4
|
+
data.tar.gz: 92836def7a7c3bec166d7adaeb48ad4491a9d19377eb0dbcefdec8389d9ed184
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 63a23d633e7d5edb50942ca68131d1066e0c9f51e36c2cd5acca185f1bf12135d7a1491cbcaa1c656249dbda488ac75ce382e878a501383bfefcb70c24bdeea6
|
7
|
+
data.tar.gz: 6d90e23f6c212c48d66d6af5d661a22215bd563a280c42923e8fa1221521db89b494810ba0153065a0e11eb1aea2e561a3640f075ec012f3d6a8294ae8f723f3
|
data/lib/async/io/ssl_socket.rb
CHANGED
@@ -115,7 +115,7 @@ module Async
|
|
115
115
|
return wrapper, address unless block_given?
|
116
116
|
|
117
117
|
task.async do
|
118
|
-
task.annotate "accepting secure connection #{address}"
|
118
|
+
task.annotate "accepting secure connection #{address.inspect}"
|
119
119
|
|
120
120
|
begin
|
121
121
|
# You want to do this in a nested async task or you might suffer from head-of-line blocking.
|
data/lib/async/io/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: async-io
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.15.
|
4
|
+
version: 1.15.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Samuel Williams
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-08-
|
11
|
+
date: 2018-08-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: async
|