philiprehberger-header_kit 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 +4 -4
- data/CHANGELOG.md +5 -0
- data/README.md +14 -8
- data/lib/philiprehberger/header_kit/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: b397e499d587d20070ad785372aa81dc6574f583de2663cb105598ba229f3b52
|
|
4
|
+
data.tar.gz: cf8de787ddaa0f5cf2c95efa89f17e8db64d0368262bdd691b29c029fc0587fe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 600588c8096d75b8b8559a2aa0d9477025a7e02706e3906f7c57297999f303083078f8dd7dfe75c70a56a2ddb6e424d88c69e94b11cfee8a9038eb1c1e7bc275
|
|
7
|
+
data.tar.gz: 9984feba85757ee07365321359798fe91a87c0f44902c65c81f52bb1885683c0971ea78590eee5db427e952afe72bbc1dceee4eba39478ca90e24e04622bcb97
|
data/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.3.1] - 2026-03-31
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
- Standardize README badges, support section, and license format
|
|
14
|
+
|
|
10
15
|
## [0.3.0] - 2026-03-31
|
|
11
16
|
|
|
12
17
|
### Added
|
data/README.md
CHANGED
|
@@ -2,12 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://github.com/philiprehberger/rb-header-kit/actions/workflows/ci.yml)
|
|
4
4
|
[](https://rubygems.org/gems/philiprehberger-header_kit)
|
|
5
|
-
[](https://github.com/philiprehberger/rb-header-kit/releases)
|
|
6
5
|
[](https://github.com/philiprehberger/rb-header-kit/commits/main)
|
|
7
|
-
[](LICENSE)
|
|
8
|
-
[](https://github.com/philiprehberger/rb-header-kit/issues?q=is%3Aissue+is%3Aopen+label%3Abug)
|
|
9
|
-
[](https://github.com/philiprehberger/rb-header-kit/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement)
|
|
10
|
-
[](https://github.com/sponsors/philiprehberger)
|
|
11
6
|
|
|
12
7
|
HTTP header parsing, construction, and content negotiation
|
|
13
8
|
|
|
@@ -220,10 +215,21 @@ bundle exec rubocop
|
|
|
220
215
|
|
|
221
216
|
## Support
|
|
222
217
|
|
|
223
|
-
If you find this
|
|
218
|
+
If you find this project useful:
|
|
224
219
|
|
|
225
|
-
[
|
|
226
|
-
|
|
220
|
+
⭐ [Star the repo](https://github.com/philiprehberger/rb-header-kit)
|
|
221
|
+
|
|
222
|
+
🐛 [Report issues](https://github.com/philiprehberger/rb-header-kit/issues?q=is%3Aissue+is%3Aopen+label%3Abug)
|
|
223
|
+
|
|
224
|
+
💡 [Suggest features](https://github.com/philiprehberger/rb-header-kit/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement)
|
|
225
|
+
|
|
226
|
+
❤️ [Sponsor development](https://github.com/sponsors/philiprehberger)
|
|
227
|
+
|
|
228
|
+
🌐 [All Open Source Projects](https://philiprehberger.com/open-source-packages)
|
|
229
|
+
|
|
230
|
+
💻 [GitHub Profile](https://github.com/philiprehberger)
|
|
231
|
+
|
|
232
|
+
🔗 [LinkedIn Profile](https://www.linkedin.com/in/philiprehberger)
|
|
227
233
|
|
|
228
234
|
## License
|
|
229
235
|
|