philiprehberger-env_validator 0.2.2 → 0.2.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: c96163286793896c1f5acce7db79b0e4b903d04ba0ea0b629d7b05cd662c6708
4
- data.tar.gz: 661a967b3b3f0848d2cac59979340b2dfce4cd91ce879c0b131306c004966e0a
3
+ metadata.gz: ab41984a3ad8b4da2833762f418ebd3df96f07621fbbbe9663653a989512ba68
4
+ data.tar.gz: 2dfac003fabebe91e8697ace5298d1881eb9e0a641ef994646a874977f70c5d8
5
5
  SHA512:
6
- metadata.gz: 5c37d0b1a0a840fb528fb2f99189df0065936973bb3f7c1b19a9e602c818fd66c681ee7ce151dc4fddf096a1103b1c13fc6accd0f5f79d1789ae6da349439008
7
- data.tar.gz: 7e47c358dc167c5f678adbda8ee2e410164dd8d92a3a6315ba237d07b7e28fc9799daa4c8557559b4300c5cd637cc8db4bd6926a4a87c134e7eb3e2517e9b8cc
6
+ metadata.gz: 2a792731faffbbb2729ceb1fb062ab5784333a3bf48f29320367c91f1ecf6ef50031a54bef561152f64e05a5519918e35ba84f92513291ada9586a443e973e14
7
+ data.tar.gz: ce0e4f61909ba013a4f42f26c36efccb87d98c6a95fbccc9ee3679961c40492642d21f2d804f416c5c1ca8301bdba20dbd4e0f1cc5f3b2efc29b0989614ecc9d
data/CHANGELOG.md CHANGED
@@ -6,7 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
8
  ## [Unreleased]
9
- n## [0.2.2] - 2026-03-22
9
+
10
+ ## [0.2.3] - 2026-03-22
11
+
12
+ ### Added
13
+ - Expand test coverage to 30+ examples with edge cases for float casting, boolean case insensitivity, multiple errors, optional vars, default precedence, required with default
14
+
15
+ ## [0.2.2] - 2026-03-22
10
16
 
11
17
  ### Changed
12
18
  - Update rubocop configuration for Windows compatibility
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Philiprehberger
4
4
  module EnvValidator
5
- VERSION = "0.2.2"
5
+ VERSION = "0.2.3"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: philiprehberger-env_validator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.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-22 00:00:00.000000000 Z
11
+ date: 2026-03-23 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Define environment variable schemas with type casting, required/optional
14
14
  flags, and defaults. Validates at boot time and provides typed accessors.