async-http 0.83.0 → 0.83.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: 57a0e5c2719e47eb836ad8a9344c6c63b5eebf34940f3b38cb7b72e4772888ab
4
- data.tar.gz: 13ca6cfaf3107f8257fbd8933507467a1c70b56dc0a4c0dce7593a2a663f95fb
3
+ metadata.gz: 1dbf547e5df2842bac01f1a63c701fd31497b68a6f1093ee294f6f41331c3643
4
+ data.tar.gz: d719f1c2d86818ec49eabeab23c5d5991227336f84343410619f6e8bd503710e
5
5
  SHA512:
6
- metadata.gz: afe171debff45cafa3f1ae40fd39826f01a216b736216a54c1955c06bde4c9bcd79f2861e05b03b074990f080540c20457676486b7e3613cd9b572e9951ee840
7
- data.tar.gz: b029f2c0e702b36fa8c246fcd3cb378a7a08b694677de222aba7701644a3110765e508ef28a528b16b8b53b922d8465a5079a3354b1249d7b32c273c00cdcf95
6
+ metadata.gz: 361bbacd070c23c8c0dea83c9cec11d4f818036d04d8bfbc5af351eb278861059026864a9c4f75d05ac59b3251edf94c2863672cdb4a644dc6d22a1d3f7d6050
7
+ data.tar.gz: 5c0f603525a1c3bba015a50deaf0b111b3e3f10eadf73b14a76f3cf421f386123b5bca3bdc9f6f5595648ac484a29c97ad08f14091465b7d74cc87d797fe2ce7
checksums.yaml.gz.sig CHANGED
Binary file
@@ -43,7 +43,7 @@ module Async
43
43
  end
44
44
 
45
45
  def peer
46
- @peer ||= Protocol::HTTP::Peer.for(@stream.io)
46
+ @peer ||= ::Protocol::HTTP::Peer.for(@stream.io)
47
47
  end
48
48
 
49
49
  attr :count
@@ -113,7 +113,7 @@ module Async
113
113
  attr :promises
114
114
 
115
115
  def peer
116
- @peer ||= Protocol::HTTP::Peer.for(@stream.io)
116
+ @peer ||= ::Protocol::HTTP::Peer.for(@stream.io)
117
117
  end
118
118
 
119
119
  attr :count
@@ -5,6 +5,6 @@
5
5
 
6
6
  module Async
7
7
  module HTTP
8
- VERSION = "0.83.0"
8
+ VERSION = "0.83.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.83.0
4
+ version: 0.83.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
metadata.gz.sig CHANGED
Binary file