philiprehberger-struct_kit 0.1.8 → 0.1.9

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: d5b8ed49fb5c9e26426fe04c58df5643f97dc3115d03f927f3eb457c0a1230d0
4
- data.tar.gz: 93f560ea8523ab503bf3939e4d24563dba9f16348e53f0212935255acbf2d233
3
+ metadata.gz: dee4e9e8ac281ff8c9bb41c52441109679958c87b510b7939ed3ed4678d36195
4
+ data.tar.gz: adbf9dba191bd939580d30f39030b5291807f679d3acf9b65f323912208437a6
5
5
  SHA512:
6
- metadata.gz: 54206d6da3220c73a38c45edbfb8d6fb15876b5862578c9fa45d5b3d24555b0bc42e7e560975bdd131c426be95c6b9205792e47ab97da3f5188c29fa5600837f
7
- data.tar.gz: 20cd86015d433e7217e22b38ac5f972c991e802c96728ead5bb0a955a47e8a3ba6ee3dda0893ced81c37a89ea4534080fdd7389a12799baafcd5a8d21fc46a91
6
+ metadata.gz: a175cbcba0545267c34d417833497afddf840d845210b413aa91627ce840706d16ff7fa1d1378e2822def3711de5add7f80c4fdc56f50a5163fd9dac12308132
7
+ data.tar.gz: 0c029b50450996cdae3e20cd6c71b1dd75534c31fdec64e142fb098f024b176ba1114a9fbc3accff8ce8c6fc92b6f9adb87dad6d87ae8090a0e32d5f411baa44
data/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@ and this gem adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.1.9] - 2026-03-26
11
+
12
+ ### Fixed
13
+ - Add Sponsor badge to README
14
+ - Fix license section link format
15
+
10
16
  ## [0.1.8] - 2026-03-24
11
17
 
12
18
  ### Fixed
data/README.md CHANGED
@@ -3,6 +3,7 @@
3
3
  [![Tests](https://github.com/philiprehberger/rb-struct-kit/actions/workflows/ci.yml/badge.svg)](https://github.com/philiprehberger/rb-struct-kit/actions/workflows/ci.yml)
4
4
  [![Gem Version](https://badge.fury.io/rb/philiprehberger-struct_kit.svg)](https://rubygems.org/gems/philiprehberger-struct_kit)
5
5
  [![License](https://img.shields.io/github/license/philiprehberger/rb-struct-kit)](LICENSE)
6
+ [![Sponsor](https://img.shields.io/badge/sponsor-GitHub%20Sponsors-ec6cb9)](https://github.com/sponsors/philiprehberger)
6
7
 
7
8
  Enhanced struct builder with typed fields, defaults, validation, and pattern matching
8
9
 
@@ -147,4 +148,4 @@ bundle exec rubocop
147
148
 
148
149
  ## License
149
150
 
150
- MIT
151
+ [MIT](LICENSE)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Philiprehberger
4
4
  module StructKit
5
- VERSION = '0.1.8'
5
+ VERSION = '0.1.9'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: philiprehberger-struct_kit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - philiprehberger
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-03-25 00:00:00.000000000 Z
11
+ date: 2026-03-27 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Define data classes with typed fields, default values, validation rules,
14
14
  and pattern matching support. Immutable by default with keyword-only construction,