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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -3
- data/lib/llhttp/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 76f782074ed59477f0e29a7bc4c106e2431a6ad8a464e39f0a58e4685ab26c04
|
4
|
+
data.tar.gz: 8beabfd7e19136b1d90d136229fde61fe9b6ae4307814108731da2e02b7f8b61
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e5d9888d0dc447115303762d8cd09c421bcf3b465d4d87779a2df9261794bd7e4d8c81d0b38f3a28eedd8e623e9687cd7c6159b37c42aca14411d600f2606d04
|
7
|
+
data.tar.gz: 7960ac2befbc1a4dd282a287aa67cbbc2dd7f2b0822e71e8b1af6544d515631474b5d991971b6d3a85803d267568dbcffa801fe94f6cb53b91f6956ee84cec17
|
data/CHANGELOG.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
## [v0.6.
|
1
|
+
## [v0.6.1](https://github.com/bryanp/llhttp/releases/tag/2025-03-11)
|
2
2
|
|
3
|
-
*released on
|
3
|
+
*released on 2025-03-11*
|
4
4
|
|
5
|
-
* `chg` [#
|
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
|
+
|
data/lib/llhttp/version.rb
CHANGED
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.
|
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:
|
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.
|
53
|
+
rubygems_version: 3.5.11
|
54
54
|
signing_key:
|
55
55
|
specification_version: 4
|
56
56
|
summary: Ruby bindings for llhttp.
|