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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0dba0edfd27df2534928a7fddef34fbf35de627a4856193bd83c19d7cb5baaf1
4
- data.tar.gz: 8b2e533261403ca07c597dea803ab1ddf7bd8b196b4cbc620d1d8ed31614742f
3
+ metadata.gz: 51808eff2467e7492a795e4ad1f8901649fdc6b7e6fec19cd8a49072bb461c96
4
+ data.tar.gz: 7f2622ac1894b8bffcf54934264465f6cf4de11c30976a707720558fcdd519c7
5
5
  SHA512:
6
- metadata.gz: 7f19d3903e699d9d54a5a42103b02c8a38012deaeb055f972a3f903f2b6201c9f91f4e193e3ed157121dab7eee7d140c36ea0c72464faafaffddb40f1239b00a
7
- data.tar.gz: d3e8eeca020aa0a4e9ce49782532f40ade77e2467c973ec65794ff97fcbc26652e3b2f855d1b8a40564e47df009fd63a9180e994eb52842ff2b5637562b1b4f1
6
+ metadata.gz: e592bad7c0e72a312f95a012f3ac185de4bd04e611e0c792792a72eeccce0f63e5acc150f5bf7d6a82c29b6580292e82bbdbf8e017c114b9c2bc6aac51cf6222
7
+ data.tar.gz: 871ce95050b3242c57c1db9e4575146cb2569134c0a901a481a06e689688eec0c04deb2d9ae84181acf53f4f926ea71e6ad08ac6b9cd09b2a8a68f5e7688fbe8
checksums.yaml.gz.sig CHANGED
Binary file
@@ -96,7 +96,6 @@ module Protocol
96
96
 
97
97
  self.each do |chunk|
98
98
  buffer << chunk
99
- chunk.clear
100
99
  end
101
100
 
102
101
  if buffer.empty?
@@ -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&.dup
63
+ return chunk
64
64
  end
65
65
 
66
66
  def rewind
@@ -22,6 +22,6 @@
22
22
 
23
23
  module Protocol
24
24
  module HTTP
25
- VERSION = "0.23.8"
25
+ VERSION = "0.23.9"
26
26
  end
27
27
  end
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.8
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-26 00:00:00.000000000 Z
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