llhttp-ffi 0.5.0 → 0.5.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 +8 -0
- data/ext/aarch64-darwin/libllhttp-ext.bundle +0 -0
- data/ext/aarch64-darwin/llhttp/api.o +0 -0
- data/ext/aarch64-darwin/llhttp/http.o +0 -0
- data/ext/aarch64-darwin/llhttp/llhttp.o +0 -0
- data/ext/aarch64-darwin/llhttp/llhttp_ext.o +0 -0
- 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: 702d7047da5b1893a33738b779197039a335b983cd803bda251a470045b52c34
|
4
|
+
data.tar.gz: c01172f662009de49ab60252eec448fddcb583dbfc0e5c6ba16724ea3326d5de
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dd6c702961011ca56355c3d7b829ab261e30eb885ef69f666fc6a4399d5bf7062f2cbea4bd4686b27600b04096fd831ce404602a99a6fdc28a2110b59948d750
|
7
|
+
data.tar.gz: fbdd9712f826af82c29c95af8df4e75de4e3b085aca85ad8bb1baaebf5b1d2c820b7bc14bb850052f8b5b6ed104536a925aef93175aa19ba2765671fdd5b4ada
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1
|
+
## [v0.5.1](https://github.com/bryanp/llhttp/releases/tag/2025-03-11)
|
2
|
+
|
3
|
+
*released on 2025-03-11*
|
4
|
+
|
5
|
+
* `chg` [#32](https://github.com/bryanp/llhttp/pull/32) Remove Async::IO dependency ([ioquatix](https://github.com/ioquatix))
|
6
|
+
|
1
7
|
## [v0.5.0](https://github.com/bryanp/llhttp/releases/tag/2023-03-29)
|
2
8
|
|
3
9
|
*released on 2023-03-29*
|
@@ -47,3 +53,5 @@
|
|
47
53
|
*released on 2021-03-03*
|
48
54
|
|
49
55
|
* `add` [#12](https://github.com/bryanp/llhttp/pull/12) Introduce llhttp-ffi for better compatibility ([bryanp](https://github.com/bryanp))
|
56
|
+
|
57
|
+
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/lib/llhttp/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: llhttp-ffi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.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
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ffi-compiler
|
@@ -84,7 +84,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
84
84
|
- !ruby/object:Gem::Version
|
85
85
|
version: '0'
|
86
86
|
requirements: []
|
87
|
-
rubygems_version: 3.
|
87
|
+
rubygems_version: 3.5.11
|
88
88
|
signing_key:
|
89
89
|
specification_version: 4
|
90
90
|
summary: Ruby FFI bindings for llhttp.
|