protocol-http 0.23.7 → 0.23.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/lib/protocol/http/body/readable.rb +0 -1
- data/lib/protocol/http/body/rewindable.rb +2 -2
- data/lib/protocol/http/headers.rb +2 -0
- data/lib/protocol/http/request.rb +3 -0
- data/lib/protocol/http/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cc95865af67ba0af08aa5ba078ad5cd9bd52ca325c970a59cc31939cf3987e3a
|
4
|
+
data.tar.gz: 678f2b4bb5859f014f6e75dc7526ee63aba533343f183999181ef8132b436fc8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 11106c93b6a97913443ed74b1c25bd959e133e096a346f2ab783dbed1ebfd1fc40eb3f940149bca8f0e30c34cc2a5244e002b16dd90654a818ada197e47cfaa4
|
7
|
+
data.tar.gz: ff33ef5a0de40d1b66d8ed3086ab98e79fc684890eb31945ac254d20048fc7e111e7743a51c4b5499fe062a8f9db34e1b78b070389a7991559e0d0c5c0d03ea9
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
@@ -54,13 +54,13 @@ module Protocol
|
|
54
54
|
@index += 1
|
55
55
|
else
|
56
56
|
if chunk = super
|
57
|
-
@chunks << chunk
|
57
|
+
@chunks << -chunk
|
58
58
|
@index += 1
|
59
59
|
end
|
60
60
|
end
|
61
61
|
|
62
62
|
# We dup them on the way out, so that if someone modifies the string, it won't modify the rewindability.
|
63
|
-
return chunk
|
63
|
+
return chunk
|
64
64
|
end
|
65
65
|
|
66
66
|
def rewind
|
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: protocol-http
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.23.
|
4
|
+
version: 0.23.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Samuel Williams
|
@@ -41,7 +41,7 @@ cert_chain:
|
|
41
41
|
Q2K9NVun/S785AP05vKkXZEFYxqG6EW012U4oLcFl5MySFajYXRYbuUpH6AY+HP8
|
42
42
|
voD0MPg1DssDLKwXyt1eKD/+Fq0bFWhwVM/1XiAXL7lyYUyOq24KHgQ2Csg=
|
43
43
|
-----END CERTIFICATE-----
|
44
|
-
date: 2022-08-
|
44
|
+
date: 2022-08-27 00:00:00.000000000 Z
|
45
45
|
dependencies:
|
46
46
|
- !ruby/object:Gem::Dependency
|
47
47
|
name: bundler
|
metadata.gz.sig
CHANGED
Binary file
|