async-http 0.66.0 → 0.66.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 157179a1991dd7daeb213a740cae403ff3d6d5a5b05bcf83858e348264f81613
4
- data.tar.gz: 365eb62d2144a9fdee94ba17128d4fcba731df3dfea0f4e2f2d5642f700cdcc8
3
+ metadata.gz: fa023984c9bad6b1a2bc4c1f9a9ed84d3bb43c076879dd5b2133f0abed86fc2a
4
+ data.tar.gz: '09854c36e8e2ea8f6391798af79b3f316e46ddc594c03fa0d5bf50b11cbe0b76'
5
5
  SHA512:
6
- metadata.gz: afc15d09522926c841491769ea62efc635e551173e725eab5e50376cd3b8cc0de72020a7f21a76512930e872d0ecf86bcb09eef193bab858973a2b11009c5878
7
- data.tar.gz: d04c69dbdc55e5a2575d8b7b387e4c2048160f9ad41e2badfd6adca3af0f3991d792a79ddbed1363cd7b1e1b30ae9347e73c3c375d4e5e26dc5ec97e42f0c5ef
6
+ metadata.gz: fcb1ef8c2c6dcc8f08e9fe631f715a6a3c4a407f8b225464e2c4a405df4731bd39452fc6ec8ee6708dd87b92c8e5e1f99e7bb0f59f5e307a9c136dabf930aa6c
7
+ data.tar.gz: c11f3d6d6da11ae58f0e7acba13bf2b493a964efc620cdcb0652b2a4b3f32cc865cb14b19f061c5115234a54e8733c57da8e623ddf304ad4fde88b364c9ed86d
checksums.yaml.gz.sig CHANGED
Binary file
@@ -67,11 +67,11 @@ module Async
67
67
 
68
68
  # @returns [Array(Async::Task)] The task that is running the server.
69
69
  def run
70
- Async do
70
+ Async do |task|
71
71
  @endpoint.accept(&self.method(:accept))
72
72
 
73
73
  # Wait for all children to finish:
74
- self.children.each(&:wait)
74
+ task.children.each(&:wait)
75
75
  end
76
76
  end
77
77
 
@@ -5,6 +5,6 @@
5
5
 
6
6
  module Async
7
7
  module HTTP
8
- VERSION = "0.66.0"
8
+ VERSION = "0.66.1"
9
9
  end
10
10
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: async-http
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.66.0
4
+ version: 0.66.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
metadata.gz.sig CHANGED
Binary file