ruby_header_parser 0.4.0 → 0.4.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 +6 -1
- data/config/default.yml.erb +3 -0
- data/lib/ruby_header_parser/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 18f150713fc0d1334ffb208d791fa9ff2ff20d155dae7671ad29cd83eb8a6448
|
|
4
|
+
data.tar.gz: 0db140e9526aaee48755b54de304509c9a4d537265a03dde8f83aac1e7719701
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 41b2ae01ab34d8077b9dac631fa4279100dac43d2026ee3ea082fa40383a5807f77ab93b837e2dd6c518480b475175fcb9836e14a336d2ed3a7c1400afdee223
|
|
7
|
+
data.tar.gz: c572948aca695cc74cbf363f0bec001763b8b2fea8abeb9c691e3656cd521d687f25cc4fb05dd61a0e811fd65bc948f636ebcd6c6295de77e9825ecd0321ff31
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
## [Unreleased]
|
|
2
|
-
[full changelog](http://github.com/ruby-go-gem/ruby_header_parser/compare/v0.4.
|
|
2
|
+
[full changelog](http://github.com/ruby-go-gem/ruby_header_parser/compare/v0.4.1...main)
|
|
3
|
+
|
|
4
|
+
## [0.4.1](https://github.com/ruby-go-gem/ruby_header_parser/releases/tag/v0.4.1) - 2025-01-07
|
|
5
|
+
[full changelog](http://github.com/ruby-go-gem/ruby_header_parser/compare/v0.4.0...v0.4.1)
|
|
6
|
+
|
|
7
|
+
* Fix build error with Ruby 3.4 + GitHub Actions (Ubuntu 22.04) https://github.com/ruby-go-gem/ruby_header_parser/pull/30
|
|
3
8
|
|
|
4
9
|
## [0.4.0](https://github.com/ruby-go-gem/ruby_header_parser/releases/tag/v0.4.0) - 2025-01-07
|
|
5
10
|
[full changelog](http://github.com/ruby-go-gem/ruby_header_parser/compare/v0.3.1...v0.4.0)
|
data/config/default.yml.erb
CHANGED
|
@@ -75,6 +75,9 @@ function:
|
|
|
75
75
|
- rb_newobj_of
|
|
76
76
|
- rb_st_init_existing_table_with_size
|
|
77
77
|
- rb_st_replace
|
|
78
|
+
|
|
79
|
+
# FIXME: Workaround for "undefined reference to `rb_undefine_finalizer'" on GitHub Actions (Ubuntu 22.04)
|
|
80
|
+
- rb_undefine_finalizer
|
|
78
81
|
<% end %>
|
|
79
82
|
|
|
80
83
|
pointer_hint:
|