philiprehberger-schema_validator 0.3.2 → 0.3.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: 35bb923a89c62125188659f02420a92fe887902eaa0708e2224748785d7600d5
4
- data.tar.gz: '006509819a5ed58493e9919a303c26be8c21cb7da90921f324a970377e1159e8'
3
+ metadata.gz: f1e95bfbb3c3055023c3c7e40a9faf55fbb8568b4373f6381814c8e441d287d5
4
+ data.tar.gz: 6f2f7a14f2192e6c44c42d21fd21a42706de22b7906d878dcc17fa4433c61e9c
5
5
  SHA512:
6
- metadata.gz: 0aaa400e8b96514dabf0cdeb7f077fd3ca6b972cac8f75a1fc9877458d40da8691af83e4173b357c128d8fc4b8c18ce282e339891b0013638690d88db8ffa7a0
7
- data.tar.gz: 87bcd261785b2da0d60b0789e6e4f28b5d368b40e0342beb22fb1322bbcc341098ef7bcd2a50c3263e1437f99844e772dfede2b0fee06bc7220ea390783ad191
6
+ metadata.gz: 7919f117c52a11b2fadfe31af7cfaf5a40b483a6e6a657888fb415e2e24f8fc15fae123983c5c13a259785afcc39bb86624a9f2f40765f8f7477c214eda2506c
7
+ data.tar.gz: 270c977e74f32cecc8d6625a46136be1d0bcb64a4eafbf3c0e9975a8d541ce97be800f4ef8a4c644277a3f135b1a9726f2b51054787c20b4559183c6574971ca
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.3] - 2026-03-24
11
+
12
+ ### Fixed
13
+ - Align README one-liner with gemspec summary
14
+
10
15
  ## [0.3.2] - 2026-03-24
11
16
 
12
17
  ### Fixed
data/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  [![Gem Version](https://badge.fury.io/rb/philiprehberger-schema_validator.svg)](https://rubygems.org/gems/philiprehberger-schema_validator)
5
5
  [![License](https://img.shields.io/github/license/philiprehberger/rb-schema-validator)](LICENSE)
6
6
 
7
- Lightweight schema validation for Ruby hashes with type checking and coercion
7
+ Lightweight schema validation for hashes with type coercion
8
8
 
9
9
  ## Requirements
10
10
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Philiprehberger
4
4
  module SchemaValidator
5
- VERSION = "0.3.2"
5
+ VERSION = "0.3.3"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: philiprehberger-schema_validator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
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-24 00:00:00.000000000 Z
11
+ date: 2026-03-25 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A zero-dependency Ruby gem for validating hash data against schemas with
14
14
  type checking, coercion, required/optional fields, and custom validators.