async-http 0.4.0 → 0.5.0

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
  SHA1:
3
- metadata.gz: dc55d86c67dae639bd404625643fce45b95885fb
4
- data.tar.gz: 917e46e388854d5642034d1b78e09eff10cc7c08
3
+ metadata.gz: b1bb7466a7e1a7287ef68894f7c33ff15d58722e
4
+ data.tar.gz: a495ad3fb1b3091ee661445bd1ff07da854b069d
5
5
  SHA512:
6
- metadata.gz: 20f7d3b7bf4306098022cdbe6e4bec53de2d31e5db95ea527a90de0dbe68d74334215082d3354550ff9c0ac6b06cc534728e2d1d762938b358d458a681fd1a57
7
- data.tar.gz: 7b8790c819657db9d9dd942ffd3a59ffda40647f6c577ece05ffa678112df2ab8a8edd1a37ddebf4b995f7f2f365cfad1007748cf5d7c1d957e6a40a28414ec7
6
+ metadata.gz: ca03d02a7668d33fce1c993516bd5285ec1401de89c57de77f007cb1a48da662eced1bd8670e2b2e47a4c4d968ef36b89c30193d21cb3af4d4b954392ea439a9
7
+ data.tar.gz: 17cf149c4a63f7013422df65a18cf017b17a66e0842db7a6615d2bf791ba0e64f69d6ac36bd72f9f5624358e93ed67b08e716f3a6d9a0ce8f8f1955ae92afe4c
@@ -53,6 +53,12 @@ module Async
53
53
  end
54
54
  end
55
55
 
56
+ def send_request(*args)
57
+ connect do |protocol|
58
+ protocol.send_request(*args)
59
+ end
60
+ end
61
+
56
62
  private
57
63
 
58
64
  def connect
@@ -20,6 +20,6 @@
20
20
 
21
21
  module Async
22
22
  module HTTP
23
- VERSION = "0.4.0"
23
+ VERSION = "0.5.0"
24
24
  end
25
25
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: async-http
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
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-01-30 00:00:00.000000000 Z
11
+ date: 2018-02-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: async