puffing-billy 4.0.1 → 4.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2bcd3779aa24412f64cd8e79ce2841ca7f0a9d615d53fed9b4e248ed3e077cfc
4
- data.tar.gz: bac08ababaa6fc353e8ec0676937baa1c130544b7335520bef4d0226eb8f19d0
3
+ metadata.gz: a38263a22e3370a77bfe43c9c9515d248ff194cd13e0b9f75772c327fa8b6169
4
+ data.tar.gz: b9fd9c54d2b42c73333aebb92c052caba38e3e05de4a4102c7224065cf94eac9
5
5
  SHA512:
6
- metadata.gz: e801289c287741c89d9497cc1c2f8a09098122a89a5b7c316c638ecf1b4d410e9819487f2d3681e0d2ceae799e0e9223333d771b3c6c3727afa399e78d269cb3
7
- data.tar.gz: d9926c8238931eb64d0b3d3a80f78b5dd01ce1505acf226751bd42a072a756a1ceb393410d70c05176a4d4f5fb6599be148d8294e85126cb6fbd700678a9f469
6
+ metadata.gz: 6876cac16fa5adeea63550a726b2b7df761fd95f9400fbe8db9fbf7912da10aa416f05db49e6d029090d2aa947de1eb9f53d2ccda214a5707907ed36adfd9d1d
7
+ data.tar.gz: 7b5d18f86a0b6b447ee1e85b9f86a95bc194d25ea593859dcca92368a9896b5a6d520da3064391b6189b9a08da250a3ff7a698463a37233c13cdf475941b6837
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ v4.0.2, 2025-06-02
2
+ ------------------
3
+ * Add unary operator to mutable string [#351](https://github.com/oesmith/puffing-billy/pull/351)
4
+
1
5
  v4.0.1, 2025-04-08
2
6
  ------------------
3
7
  * Update http-parser to 0.8.0 [#352](https://github.com/oesmith/puffing-billy/pull/352)
@@ -22,7 +22,7 @@ module Billy
22
22
 
23
23
  def on_message_begin
24
24
  @headers = nil
25
- @body = ''
25
+ @body = +''
26
26
  end
27
27
 
28
28
  def on_headers_complete(headers)
data/lib/billy/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Billy
2
- VERSION = '4.0.1'
2
+ VERSION = '4.0.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puffing-billy
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.1
4
+ version: 4.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Olly Smith
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-04-08 00:00:00.000000000 Z
11
+ date: 2025-06-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec