async-http 0.52.2 → 0.52.3

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: 7ed1627df4ea6935559ad738ac3c8d71fefdf17374a0cf9fcfe61f7b0de272fd
4
- data.tar.gz: f98c998cd157d5899e1c9625e878d7eec7c9aa1eecde0d4f2e3364d8b4c3825d
3
+ metadata.gz: 2b5f422d50d91e0a55cf4a231bab122661198bf277ef483c5d342feb96f5e5d0
4
+ data.tar.gz: acf9ea6b2d1c332b73ead3f4203725cc3a750418ceb945a8ca1f431c71e8cfba
5
5
  SHA512:
6
- metadata.gz: 80a5c210bb4cdafe27b1f0e8c44379ee15980a18aff2e26e070db3c5f0cccfca8045c0d9275174e9dc84f54b776e20a400bc77d9b728f969f52681c3747338ba
7
- data.tar.gz: a429070d12bfcdcccf92dbd44c8c1753f0ec90098e27c8c176e8c6a2cde75e789eb9398054b4a93201778efb8f827bf10c65be57bc35f76de68ebb7181ba68d3
6
+ metadata.gz: 9744602130e3f4587f9e56e26cff4db9656b36685ae4ca6d15275e858c27bc239bec304e7146620231a0bb1619f11dea6153ccb41573caa80f94a4904f1a5edc
7
+ data.tar.gz: 4907eba09d6899a0bb97b59c3f75e35bed686b3b103107d69b96298f0358a7bb188f1358f4a799fe97c8837a34044af74ea5ba7728b9eb86592f208d1091b505
data/.gitignore CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  /.bundle/
4
4
  /.yardoc
5
- /Gemfile.lock
5
+ /gems.locked
6
6
  /_yardoc/
7
7
  /coverage/
8
8
  /doc/
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
21
21
  spec.add_dependency("async-io", "~> 1.28")
22
22
  spec.add_dependency("async-pool", "~> 0.2")
23
23
 
24
- spec.add_dependency("protocol-http", "~> 0.19.0")
24
+ spec.add_dependency("protocol-http", "~> 0.20.0")
25
25
  spec.add_dependency("protocol-http1", "~> 0.13.0")
26
26
  spec.add_dependency("protocol-http2", "~> 0.14.0")
27
27
 
@@ -22,6 +22,6 @@
22
22
 
23
23
  module Async
24
24
  module HTTP
25
- VERSION = "0.52.2"
25
+ VERSION = "0.52.3"
26
26
  end
27
27
  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.52.2
4
+ version: 0.52.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-05 00:00:00.000000000 Z
11
+ date: 2020-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: async
@@ -58,14 +58,14 @@ dependencies:
58
58
  requirements:
59
59
  - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: 0.19.0
61
+ version: 0.20.0
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: 0.19.0
68
+ version: 0.20.0
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: protocol-http1
71
71
  requirement: !ruby/object:Gem::Requirement
@@ -227,7 +227,6 @@ files:
227
227
  - examples/upload/data.txt
228
228
  - examples/upload/server.rb
229
229
  - examples/upload/upload.rb
230
- - gems.locked
231
230
  - gems.rb
232
231
  - lib/async/http.rb
233
232
  - lib/async/http/body.rb
@@ -1,103 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- async-http (0.52.2)
5
- async (~> 1.25)
6
- async-io (~> 1.28)
7
- async-pool (~> 0.2)
8
- protocol-http (~> 0.19.0)
9
- protocol-http1 (~> 0.13.0)
10
- protocol-http2 (~> 0.14.0)
11
-
12
- GEM
13
- remote: https://rubygems.org/
14
- specs:
15
- ast (2.4.0)
16
- async (1.26.0)
17
- console (~> 1.0)
18
- nio4r (~> 2.3)
19
- timers (~> 4.1)
20
- async-container (0.14.1)
21
- async (~> 1.0)
22
- async-io (~> 1.4)
23
- process-group
24
- async-io (1.29.0)
25
- async (~> 1.14)
26
- async-pool (0.3.1)
27
- async (~> 1.25)
28
- async-rest (0.12.2)
29
- async-http (~> 0.42)
30
- protocol-http (~> 0.7)
31
- async-rspec (1.14.0)
32
- rspec (~> 3.0)
33
- rspec-files (~> 1.0)
34
- rspec-memory (~> 1.0)
35
- bake (0.13.0)
36
- samovar (~> 2.1)
37
- bake-bundler (0.3.1)
38
- bake (~> 0.9)
39
- rspec
40
- console (1.8.2)
41
- covered (0.13.1)
42
- async-rest
43
- console (~> 1.0)
44
- msgpack
45
- parser
46
- diff-lcs (1.3)
47
- ffi (1.12.2)
48
- mapping (1.1.1)
49
- msgpack (1.3.3)
50
- nio4r (2.5.2)
51
- parser (2.7.1.2)
52
- ast (~> 2.4.0)
53
- process-group (1.2.1)
54
- process-terminal (~> 0.2.0)
55
- process-terminal (0.2.0)
56
- ffi
57
- protocol-hpack (1.4.2)
58
- protocol-http (0.19.0)
59
- protocol-http1 (0.13.0)
60
- protocol-http (~> 0.19)
61
- protocol-http2 (0.14.0)
62
- protocol-hpack (~> 1.4)
63
- protocol-http (~> 0.18)
64
- rack (2.2.2)
65
- rack-test (1.1.0)
66
- rack (>= 1.0, < 3)
67
- rspec (3.9.0)
68
- rspec-core (~> 3.9.0)
69
- rspec-expectations (~> 3.9.0)
70
- rspec-mocks (~> 3.9.0)
71
- rspec-core (3.9.2)
72
- rspec-support (~> 3.9.3)
73
- rspec-expectations (3.9.1)
74
- diff-lcs (>= 1.2.0, < 2.0)
75
- rspec-support (~> 3.9.0)
76
- rspec-files (1.0.2)
77
- rspec (~> 3.0)
78
- rspec-memory (1.0.2)
79
- rspec (~> 3.0)
80
- rspec-mocks (3.9.1)
81
- diff-lcs (>= 1.2.0, < 2.0)
82
- rspec-support (~> 3.9.0)
83
- rspec-support (3.9.3)
84
- samovar (2.1.4)
85
- console (~> 1.0)
86
- mapping (~> 1.0)
87
- timers (4.3.0)
88
-
89
- PLATFORMS
90
- ruby
91
-
92
- DEPENDENCIES
93
- async-container (~> 0.14.0)
94
- async-http!
95
- async-rspec (~> 1.10)
96
- bake-bundler
97
- bundler
98
- covered
99
- rack-test
100
- rspec (~> 3.6)
101
-
102
- BUNDLED WITH
103
- 2.1.4