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 +4 -4
- data/CHANGELOG.md +5 -0
- data/README.md +1 -1
- data/lib/philiprehberger/schema_validator/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f1e95bfbb3c3055023c3c7e40a9faf55fbb8568b4373f6381814c8e441d287d5
|
|
4
|
+
data.tar.gz: 6f2f7a14f2192e6c44c42d21fd21a42706de22b7906d878dcc17fa4433c61e9c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7919f117c52a11b2fadfe31af7cfaf5a40b483a6e6a657888fb415e2e24f8fc15fae123983c5c13a259785afcc39bb86624a9f2f40765f8f7477c214eda2506c
|
|
7
|
+
data.tar.gz: 270c977e74f32cecc8d6625a46136be1d0bcb64a4eafbf3c0e9975a8d541ce97be800f4ef8a4c644277a3f135b1a9726f2b51054787c20b4559183c6574971ca
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
[](https://rubygems.org/gems/philiprehberger-schema_validator)
|
|
5
5
|
[](LICENSE)
|
|
6
6
|
|
|
7
|
-
Lightweight schema validation for
|
|
7
|
+
Lightweight schema validation for hashes with type coercion
|
|
8
8
|
|
|
9
9
|
## Requirements
|
|
10
10
|
|
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.
|
|
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-
|
|
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.
|