async-http 0.51.0 → 0.51.1

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
  SHA256:
3
- metadata.gz: 62fe3621934ee594b2c2d2b2056208a4298b6df2f1f9f831560df9d14263d220
4
- data.tar.gz: d6af75111b6085d3c7df5643290486a81b2c99b69506310b80849f44fbaec24a
3
+ metadata.gz: 03ab7c81b4b33796381eb12f68eb13a3bcf90154ebc5a90b9647fa23e9d50164
4
+ data.tar.gz: 581fc5c6a3171f5e1f5b08301d82b528379a4ef198d759e01d4588bdbc2b3a9e
5
5
  SHA512:
6
- metadata.gz: 60b2c696a4396dd5058413436666b37acf112eeda5da8c66c7182285e6587478869b90850a2328115146e2008ac9008c526a08c519a6f74b1167f5390c82246f
7
- data.tar.gz: af80653e3cb7e9619b56b7d40a098b252ae1749b0c1a2a1d733d85204492c73d274f604484e6de5703c0c9e3278a34b94ffc338478b38d9b5a4db21619b77204
6
+ metadata.gz: f86b4e0480627ecf5cb4042ed36e8cf3759395a4de3ec441c306876300a6ad130657c9cf79da2c823df02bdde5137a1a75d03b0c4736c0953619e77dfc8c1553
7
+ data.tar.gz: 43e9629f43b68b5d1077a8f23c0b1305dbd0dc2f91a458f8b814e2bf422e1870b77714a31c687979698ceff7f2fc34a504dd25cb34803cd735ebfd05aa9b4693
@@ -180,9 +180,6 @@ module Async
180
180
 
181
181
  if @output
182
182
  @output.stop(error)
183
-
184
- Async.logger.warn(self) {"Closed output: #{@output}"}
185
-
186
183
  @output = nil
187
184
  end
188
185
 
@@ -22,6 +22,6 @@
22
22
 
23
23
  module Async
24
24
  module HTTP
25
- VERSION = "0.51.0"
25
+ VERSION = "0.51.1"
26
26
  end
27
27
  end
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.51.0
4
+ version: 0.51.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams