llhttp-ffi 0.3.0 → 0.3.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: 8c88f985ff827cacfdca0dfd158a51c1695fa1ea3f7c61752be9c2edad7b2c5f
4
- data.tar.gz: 52f5ba073353acd86611524ce13be5e70dd5068e82fffc699e6162b5f1991ba4
3
+ metadata.gz: ec9725ef7398a6548859c7aab1dfb17a3bfc1aa1db2824d6f917a44528df130a
4
+ data.tar.gz: 790e594a54a2c0b5ffac84c3f88ee83d8190b2f159b2e535e302c13b92211dfd
5
5
  SHA512:
6
- metadata.gz: f7209438f2bf92a2b9f24e1aee3d51d48c3b5a13f55870772a8512b8e35317411c7071b8d5b50ecfbf123ea831b31c9164601d5fadbd4d3a2d7b4ee07431b523
7
- data.tar.gz: bcc9ff6e63a7629c9698a903cb5d4f74b1f40b3fce173dbfde2a38235bc1f1524c45c0ce8f59d5aa86470d6f9b9eac5edf754a840783cf12dde94fd6284d28c8
6
+ metadata.gz: dbefe79c2c76d2bed5aab900924f1ae7d45f9a7b5a21b19f0773e0e594c3123c7aefbad04af2418bf85d3f5d9e1a1c200b0cc37e6b3f74a4224dfbd84ef771a0
7
+ data.tar.gz: 655d99b69334d5b9471aab8a43142d021e556d20813805b95508f556bd6f990bbaa8d7a634b293435978971ae8c66233def9ba49be892bf25d9d9b50a8c90f01
data/CHANGELOG.md CHANGED
@@ -1,10 +1,16 @@
1
- ## v0.3.0
1
+ ## [v0.3.1](https://github.com/metabahn/llhttp/releases/tag/2021-06-25)
2
+
3
+ *released on 2021-06-25*
4
+
5
+ * `fix` [#22](https://github.com/metabahn/llhttp/pull/22) Fix call to ffi free ([bryanp](https://github.com/bryanp))
6
+
7
+ ## [v0.3.0](https://github.com/metabahn/llhttp/releases/tag/2021-05-13)
2
8
 
3
9
  *released on 2021-05-13*
4
10
 
5
11
  * `chg` [#19](https://github.com/metabahn/llhttp/pull/19) Add back support for Ruby 2.5 in ffi ([bryanp](https://github.com/bryanp))
6
12
 
7
- ## v0.2.0
13
+ ## [v0.2.0](https://github.com/metabahn/llhttp/releases/tag/2021-05-06)
8
14
 
9
15
  *released on 2021-05-06*
10
16
 
data/lib/llhttp/parser.rb CHANGED
@@ -152,7 +152,7 @@ module LLHttp
152
152
  end
153
153
 
154
154
  def self.free(pointer)
155
- proc { LLHttp.llhttp_free(pointer) }
155
+ proc { LLHttp.rb_llhttp_free(pointer) }
156
156
  end
157
157
  end
158
158
  end
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module LLHttp
4
- VERSION = "0.3.0"
4
+ VERSION = "0.3.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.3.0
4
+ version: 0.3.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: 2021-05-13 00:00:00.000000000 Z
11
+ date: 2021-06-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi-compiler