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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9720c041b7640bb1d125d8b62c758c78127a7d665c93f1d564df6b2fbaac0581
4
- data.tar.gz: 2fde51f637fd54f90888e944ee29257aee370e7f3353c2edb4040a28539c5018
3
+ metadata.gz: 702d7047da5b1893a33738b779197039a335b983cd803bda251a470045b52c34
4
+ data.tar.gz: c01172f662009de49ab60252eec448fddcb583dbfc0e5c6ba16724ea3326d5de
5
5
  SHA512:
6
- metadata.gz: 7048b50742f8e1cb52d62906f57b5d38f5af4835ee5fe8e39c3d188409329f802423a9f278f2bbdaea59102a7313956f2ff7037158ee29aac2b29fb6b56311df
7
- data.tar.gz: 885c7f34f7917b0bf4da8116159045f3821c010467a84e9485fd10c3418d1972e1a88127a03c3e2900a5ad9017e014997b0773f5987614ec5621d8023b64906c
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
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module LLHttp
4
- VERSION = "0.5.0"
4
+ VERSION = "0.5.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-ffi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
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: 2023-03-29 00:00:00.000000000 Z
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.4.9
87
+ rubygems_version: 3.5.11
88
88
  signing_key:
89
89
  specification_version: 4
90
90
  summary: Ruby FFI bindings for llhttp.