philiprehberger-struct_kit 0.1.2 → 0.1.3

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: fb334ab4e4fec14463ca38a07eecad0e085d8b9abf0d8414d0efd8a525040bdc
4
- data.tar.gz: 026bf5453a47902dd2aaf27bb903c0a23d514f4d25ef8f76ea59c0c7248bc61f
3
+ metadata.gz: 92afbe8c3c9297ca5d7cadbb8786b22583a8e3c0fcf0f9c2d6786a7c4c2f91fc
4
+ data.tar.gz: 67b3cce4191537593f6dec2e5cfdc9777c1d3ee245b3ab84c36dcef117b8d9d9
5
5
  SHA512:
6
- metadata.gz: 68319362763b7797c3805a41a425cdf7b4a534382f8c48911fb80021c5b88775fb5e66b8a7400dcf0b41cfbf6575d22e33cc784cebb51040893e5e58e7f60c58
7
- data.tar.gz: 615483affddbec4813f6f794edf904a5c5c4e04d70f66d0cd19703edd59239e5ac7f9424a9c7d247b298fe7c7a7f1a5075d4af757fe93bdd3719796d09b5f70c
6
+ metadata.gz: 96e5ff66a5fa330398700cf1b1dcf09aa1655241742e89845cb2eef7664a935a452e9d18abd08a9dd04d0c0d3628057dde6138627925f35625a6c688e7bf5c28
7
+ data.tar.gz: e559631d00365b3959331c649a40c0e7f7e24b4b8b8f22df974c8bb858b4f63cf28b3eabcdc4586bb94259341b795ec3ec1c8602e0f46845cfa7e9688cb78b0b
data/CHANGELOG.md CHANGED
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this gem adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
8
  ## [Unreleased]
9
+ n## [0.1.3] - 2026-03-22
10
+
11
+ ### Changed
12
+ - Add License badge to README
9
13
 
10
14
  ## [0.1.2] - 2026-03-22
11
15
 
data/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # philiprehberger-struct_kit
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/philiprehberger-struct_kit.svg)](https://badge.fury.io/rb/philiprehberger-struct_kit)
4
+ $badge_line
4
5
  [![CI](https://github.com/philiprehberger/rb-struct-kit/actions/workflows/ci.yml/badge.svg)](https://github.com/philiprehberger/rb-struct-kit/actions/workflows/ci.yml)
5
6
 
6
7
  Enhanced struct builder with typed fields, defaults, validation, and pattern matching.
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Philiprehberger
4
4
  module StructKit
5
- VERSION = '0.1.2'
5
+ VERSION = '0.1.3'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: philiprehberger-struct_kit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - philiprehberger