llhttp 0.6.0 → 0.6.1

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -3
  3. data/lib/llhttp/version.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5042607c857885f7e9e276ef979465caf2eea262e766d4c28938887d8933f173
4
- data.tar.gz: 00531eed2651d3f9f9800d47252d6998c9d1e4d9f9a577a8fe8f6b04f92874be
3
+ metadata.gz: 76f782074ed59477f0e29a7bc4c106e2431a6ad8a464e39f0a58e4685ab26c04
4
+ data.tar.gz: 8beabfd7e19136b1d90d136229fde61fe9b6ae4307814108731da2e02b7f8b61
5
5
  SHA512:
6
- metadata.gz: cb65e98b9bb0f61bbd86949136fdbf0be367f28e0698169a848244d3ba88e521b71cbe7c845f4afddd8606d18b8363675cd4818bb9e6ca4184554f2ad85997fa
7
- data.tar.gz: d6f1ef8087034637698d20bd0c547382104ab964850bef893f64dc9ed269692955d6fbb229cce9e066253e663f2ffb8223ab8650e2e17e9853c86490ac7e566d
6
+ metadata.gz: e5d9888d0dc447115303762d8cd09c421bcf3b465d4d87779a2df9261794bd7e4d8c81d0b38f3a28eedd8e623e9687cd7c6159b37c42aca14411d600f2606d04
7
+ data.tar.gz: 7960ac2befbc1a4dd282a287aa67cbbc2dd7f2b0822e71e8b1af6544d515631474b5d991971b6d3a85803d267568dbcffa801fe94f6cb53b91f6956ee84cec17
data/CHANGELOG.md CHANGED
@@ -1,8 +1,8 @@
1
- ## [v0.6.0](https://github.com/bryanp/llhttp/releases/tag/2023-03-29)
1
+ ## [v0.6.1](https://github.com/bryanp/llhttp/releases/tag/2025-03-11)
2
2
 
3
- *released on 2023-03-29*
3
+ *released on 2025-03-11*
4
4
 
5
- * `chg` [#28](https://github.com/bryanp/llhttp/pull/28) Update mri to llhttp 8.1.0 ([bryanp](https://github.com/bryanp))
5
+ * `chg` [#32](https://github.com/bryanp/llhttp/pull/32) Remove Async::IO dependency ([ioquatix](https://github.com/ioquatix))
6
6
 
7
7
  ## [v0.5.0](https://github.com/bryanp/llhttp/releases/tag/2021-09-21)
8
8
 
@@ -59,3 +59,5 @@
59
59
  *released on 2020-10-11*
60
60
 
61
61
  * Initial release.
62
+
63
+
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module LLHttp
4
- VERSION = "0.6.0"
4
+ VERSION = "0.6.1"
5
5
 
6
6
  # [public] LLHttp's current version.
7
7
  #
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: llhttp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bryan Powell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-29 00:00:00.000000000 Z
11
+ date: 2025-03-12 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Ruby bindings for llhttp.
14
14
  email: bryan@bryanp.org
@@ -50,7 +50,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
50
50
  - !ruby/object:Gem::Version
51
51
  version: '0'
52
52
  requirements: []
53
- rubygems_version: 3.4.9
53
+ rubygems_version: 3.5.11
54
54
  signing_key:
55
55
  specification_version: 4
56
56
  summary: Ruby bindings for llhttp.