philiprehberger-webhook_builder 0.2.0 → 0.2.2
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 +10 -0
- data/README.md +14 -8
- data/lib/philiprehberger/webhook_builder/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dc97be824aada00ec5793cb30aedac642f075494d8e5d73410995d65270a60f0
|
|
4
|
+
data.tar.gz: 79ff8ead44f6bdb0493eb6af38b145ad9d5a44ff6eec49d41aec49d2d24d66f7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 020aaf34af4930b84e913fe0fcb23100cd9aa10a9e0b7cc8d50bd1dd2e4e5a7531e327bf28879bca64a5961adb1709839ff767e75d60051b48a815b11b37448e
|
|
7
|
+
data.tar.gz: 657d920700388d52e2512d1b5d4de25e0c17a6266041f468857f41628f68fe024844d41892a72224f4632422ba7d2e7237b4703d8dacc19c0cc40236d80f2311
|
data/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.2.2] - 2026-04-15
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
- Update homepage URI to portfolio hyphenated path
|
|
14
|
+
|
|
15
|
+
## [0.2.1] - 2026-03-31
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
- Standardize README badges, support section, and license format
|
|
19
|
+
|
|
10
20
|
## [0.2.0] - 2026-03-29
|
|
11
21
|
|
|
12
22
|
### Added
|
data/README.md
CHANGED
|
@@ -2,12 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://github.com/philiprehberger/rb-webhook-builder/actions/workflows/ci.yml)
|
|
4
4
|
[](https://rubygems.org/gems/philiprehberger-webhook_builder)
|
|
5
|
-
[](https://github.com/philiprehberger/rb-webhook-builder/releases)
|
|
6
5
|
[](https://github.com/philiprehberger/rb-webhook-builder/commits/main)
|
|
7
|
-
[](LICENSE)
|
|
8
|
-
[](https://github.com/philiprehberger/rb-webhook-builder/issues?q=is%3Aissue+is%3Aopen+label%3Abug)
|
|
9
|
-
[](https://github.com/philiprehberger/rb-webhook-builder/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement)
|
|
10
|
-
[](https://github.com/sponsors/philiprehberger)
|
|
11
6
|
|
|
12
7
|
Webhook delivery client with HMAC signing, retry, and tracking
|
|
13
8
|
|
|
@@ -191,10 +186,21 @@ bundle exec rubocop
|
|
|
191
186
|
|
|
192
187
|
## Support
|
|
193
188
|
|
|
194
|
-
If you find this
|
|
189
|
+
If you find this project useful:
|
|
195
190
|
|
|
196
|
-
[
|
|
197
|
-
|
|
191
|
+
⭐ [Star the repo](https://github.com/philiprehberger/rb-webhook-builder)
|
|
192
|
+
|
|
193
|
+
🐛 [Report issues](https://github.com/philiprehberger/rb-webhook-builder/issues?q=is%3Aissue+is%3Aopen+label%3Abug)
|
|
194
|
+
|
|
195
|
+
💡 [Suggest features](https://github.com/philiprehberger/rb-webhook-builder/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement)
|
|
196
|
+
|
|
197
|
+
❤️ [Sponsor development](https://github.com/sponsors/philiprehberger)
|
|
198
|
+
|
|
199
|
+
🌐 [All Open Source Projects](https://philiprehberger.com/open-source-packages)
|
|
200
|
+
|
|
201
|
+
💻 [GitHub Profile](https://github.com/philiprehberger)
|
|
202
|
+
|
|
203
|
+
🔗 [LinkedIn Profile](https://www.linkedin.com/in/philiprehberger)
|
|
198
204
|
|
|
199
205
|
## License
|
|
200
206
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: philiprehberger-webhook_builder
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Philip Rehberger
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-04-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: A webhook delivery client that signs payloads with HMAC-SHA256, retries
|
|
14
14
|
failed deliveries with configurable backoff strategies, supports batch delivery,
|
|
@@ -28,11 +28,11 @@ files:
|
|
|
28
28
|
- lib/philiprehberger/webhook_builder/client.rb
|
|
29
29
|
- lib/philiprehberger/webhook_builder/delivery.rb
|
|
30
30
|
- lib/philiprehberger/webhook_builder/version.rb
|
|
31
|
-
homepage: https://
|
|
31
|
+
homepage: https://philiprehberger.com/open-source-packages/ruby/philiprehberger-webhook_builder
|
|
32
32
|
licenses:
|
|
33
33
|
- MIT
|
|
34
34
|
metadata:
|
|
35
|
-
homepage_uri: https://
|
|
35
|
+
homepage_uri: https://philiprehberger.com/open-source-packages/ruby/philiprehberger-webhook_builder
|
|
36
36
|
source_code_uri: https://github.com/philiprehberger/rb-webhook-builder
|
|
37
37
|
changelog_uri: https://github.com/philiprehberger/rb-webhook-builder/blob/main/CHANGELOG.md
|
|
38
38
|
bug_tracker_uri: https://github.com/philiprehberger/rb-webhook-builder/issues
|