protocol-http 0.23.8 → 0.23.9
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/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: 51808eff2467e7492a795e4ad1f8901649fdc6b7e6fec19cd8a49072bb461c96
|
4
|
+
data.tar.gz: 7f2622ac1894b8bffcf54934264465f6cf4de11c30976a707720558fcdd519c7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e592bad7c0e72a312f95a012f3ac185de4bd04e611e0c792792a72eeccce0f63e5acc150f5bf7d6a82c29b6580292e82bbdbf8e017c114b9c2bc6aac51cf6222
|
7
|
+
data.tar.gz: 871ce95050b3242c57c1db9e4575146cb2569134c0a901a481a06e689688eec0c04deb2d9ae84181acf53f4f926ea71e6ad08ac6b9cd09b2a8a68f5e7688fbe8
|
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.9
|
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
|