philiprehberger-webhook_builder 0.2.0 → 0.2.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: 9992d034a4e76ce146dae4dfba7d503b3eb27cb2bc12722655ffa1f84a24b6ab
4
- data.tar.gz: 112d676f685b96e900a9a96adcf529165a346b28c587c6d1a76ac1f1fe333fc1
3
+ metadata.gz: 77dfa24235cec307d4f733300a7db1f14b48a2a8b8716b73e6a122560ba57048
4
+ data.tar.gz: 042a9b95d34042da93b03a6c7392afd1dae6c4dd215f3f8d4b61509a6034c8ab
5
5
  SHA512:
6
- metadata.gz: a4fff7580a5193f2e2260eeb6400f3dfd06173643e909e9e06a6d88960a8237a3e132ccde8a27d263215bec87e11a1966aaecf5ee8f17d0cfe422c1b45c5603f
7
- data.tar.gz: 76166bc2d3ce885fc1106600864f4edfaa8b358588b00ee2982125ca7fc069a907c4a22a2babc55905180b63fef5e7de04f1e4188a9e59410e558026a5bf028b
6
+ metadata.gz: 5c8964553aac4756455514f60447c31f02912ec08d8a9f819edf66c9d094b0d12bbb4baa50f1901079d9b289dd4c7142aeb214067280b4aafb0991bf29e4441a
7
+ data.tar.gz: 7c2dd0623d832973494e4276468f7f1723e1d28dd8c6aadb286f4f109c14a530c40231c217861d4e6f3e0dd37f21dec6ea3ca3e040c14ef0d70f0e801172dc0b
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.2.1] - 2026-03-31
11
+
12
+ ### Changed
13
+ - Standardize README badges, support section, and license format
14
+
10
15
  ## [0.2.0] - 2026-03-29
11
16
 
12
17
  ### Added
data/README.md CHANGED
@@ -2,12 +2,7 @@
2
2
 
3
3
  [![Tests](https://github.com/philiprehberger/rb-webhook-builder/actions/workflows/ci.yml/badge.svg)](https://github.com/philiprehberger/rb-webhook-builder/actions/workflows/ci.yml)
4
4
  [![Gem Version](https://badge.fury.io/rb/philiprehberger-webhook_builder.svg)](https://rubygems.org/gems/philiprehberger-webhook_builder)
5
- [![GitHub release](https://img.shields.io/github/v/release/philiprehberger/rb-webhook-builder)](https://github.com/philiprehberger/rb-webhook-builder/releases)
6
5
  [![Last updated](https://img.shields.io/github/last-commit/philiprehberger/rb-webhook-builder)](https://github.com/philiprehberger/rb-webhook-builder/commits/main)
7
- [![License](https://img.shields.io/github/license/philiprehberger/rb-webhook-builder)](LICENSE)
8
- [![Bug Reports](https://img.shields.io/github/issues/philiprehberger/rb-webhook-builder/bug)](https://github.com/philiprehberger/rb-webhook-builder/issues?q=is%3Aissue+is%3Aopen+label%3Abug)
9
- [![Feature Requests](https://img.shields.io/github/issues/philiprehberger/rb-webhook-builder/enhancement)](https://github.com/philiprehberger/rb-webhook-builder/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement)
10
- [![Sponsor](https://img.shields.io/badge/sponsor-GitHub%20Sponsors-ec6cb9)](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 package useful, consider giving it a star on GitHub — it helps motivate continued maintenance and development.
189
+ If you find this project useful:
195
190
 
196
- [![LinkedIn](https://img.shields.io/badge/Philip%20Rehberger-LinkedIn-0A66C2?logo=linkedin)](https://www.linkedin.com/in/philiprehberger)
197
- [![More packages](https://img.shields.io/badge/more-open%20source%20packages-blue)](https://philiprehberger.com/open-source-packages)
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
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Philiprehberger
4
4
  module WebhookBuilder
5
- VERSION = '0.2.0'
5
+ VERSION = '0.2.1'
6
6
  end
7
7
  end
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.0
4
+ version: 0.2.1
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-03-30 00:00:00.000000000 Z
11
+ date: 2026-03-31 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,