philiprehberger-env_validator 0.2.1 → 0.2.2
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 +15 -5
- data/README.md +1 -7
- data/lib/philiprehberger/env_validator/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c96163286793896c1f5acce7db79b0e4b903d04ba0ea0b629d7b05cd662c6708
|
|
4
|
+
data.tar.gz: 661a967b3b3f0848d2cac59979340b2dfce4cd91ce879c0b131306c004966e0a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5c37d0b1a0a840fb528fb2f99189df0065936973bb3f7c1b19a9e602c818fd66c681ee7ce151dc4fddf096a1103b1c13fc6accd0f5f79d1789ae6da349439008
|
|
7
|
+
data.tar.gz: 7e47c358dc167c5f678adbda8ee2e410164dd8d92a3a6315ba237d07b7e28fc9799daa4c8557559b4300c5cd637cc8db4bd6926a4a87c134e7eb3e2517e9b8cc
|
data/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,26 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## 0.2.1
|
|
4
|
-
|
|
5
|
-
- Add License badge to README
|
|
6
|
-
- Add bug_tracker_uri to gemspec
|
|
7
|
-
|
|
8
3
|
All notable changes to this gem will be documented in this file.
|
|
9
4
|
|
|
10
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
11
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
12
7
|
|
|
13
8
|
## [Unreleased]
|
|
9
|
+
n## [0.2.2] - 2026-03-22
|
|
10
|
+
|
|
11
|
+
### Changed
|
|
12
|
+
- Update rubocop configuration for Windows compatibility
|
|
13
|
+
|
|
14
|
+
## [0.2.2] - 2026-03-21
|
|
15
|
+
|
|
16
|
+
### Fixed
|
|
17
|
+
- Standardize Installation section in README
|
|
18
|
+
|
|
19
|
+
## [0.2.1] - 2026-03-16
|
|
20
|
+
|
|
21
|
+
### Changed
|
|
22
|
+
- Add License badge to README
|
|
23
|
+
- Add bug_tracker_uri to gemspec
|
|
14
24
|
|
|
15
25
|
## [0.2.0] - 2026-03-13
|
|
16
26
|
|
data/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
[](https://rubygems.org/gems/philiprehberger-env_validator)
|
|
5
5
|
[](LICENSE)
|
|
6
6
|
|
|
7
|
-
Schema-based environment variable validation with typed accessors for Ruby
|
|
7
|
+
Schema-based environment variable validation with typed accessors for Ruby
|
|
8
8
|
|
|
9
9
|
## Requirements
|
|
10
10
|
|
|
@@ -18,12 +18,6 @@ Add to your Gemfile:
|
|
|
18
18
|
gem "philiprehberger-env_validator"
|
|
19
19
|
```
|
|
20
20
|
|
|
21
|
-
Then run:
|
|
22
|
-
|
|
23
|
-
```bash
|
|
24
|
-
bundle install
|
|
25
|
-
```
|
|
26
|
-
|
|
27
21
|
Or install directly:
|
|
28
22
|
|
|
29
23
|
```bash
|
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.
|
|
4
|
+
version: 0.2.2
|
|
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-22 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.
|
|
@@ -33,6 +33,7 @@ metadata:
|
|
|
33
33
|
homepage_uri: https://github.com/philiprehberger/rb-env-validator
|
|
34
34
|
source_code_uri: https://github.com/philiprehberger/rb-env-validator
|
|
35
35
|
changelog_uri: https://github.com/philiprehberger/rb-env-validator/blob/main/CHANGELOG.md
|
|
36
|
+
bug_tracker_uri: https://github.com/philiprehberger/rb-env-validator/issues
|
|
36
37
|
rubygems_mfa_required: 'true'
|
|
37
38
|
post_install_message:
|
|
38
39
|
rdoc_options: []
|