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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3f039e0025afa59846f47cf5c3502279eb2e8ccb969f52603585de8a7298dcbd
4
- data.tar.gz: 18bac8813b8700281aee977d361440e4a71199055cd25ef1feec3487a8009940
3
+ metadata.gz: c96163286793896c1f5acce7db79b0e4b903d04ba0ea0b629d7b05cd662c6708
4
+ data.tar.gz: 661a967b3b3f0848d2cac59979340b2dfce4cd91ce879c0b131306c004966e0a
5
5
  SHA512:
6
- metadata.gz: d7d223a1aa78965002df15472838f17dbb22960fa3ad94dec00760cec19b1f5db88932594c784b4231bc589ba1149e854b21908d04c5369c3f11518c7c6ba927
7
- data.tar.gz: 96d469a3562551cad157661304252f6cff65fa830cb3a5e87ae29e3dfb657f1e4defaf4c77be5eeb70eac4f98e546018d762ed624ca09cc7b30491c119590fb8
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
  [![Gem Version](https://badge.fury.io/rb/philiprehberger-env_validator.svg)](https://rubygems.org/gems/philiprehberger-env_validator)
5
5
  [![License](https://img.shields.io/github/license/philiprehberger/rb-env-validator)](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
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Philiprehberger
4
4
  module EnvValidator
5
- VERSION = "0.2.1"
5
+ VERSION = "0.2.2"
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.1
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-16 00:00:00.000000000 Z
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: []