configurable_from_env 0.3.0 → 0.3.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: 7416049cb3147ca0f5411cf8d207f9929f099f3613574fb40da63d5ba584f117
4
- data.tar.gz: fc4f931acd43adf9d011426913ea70f0a31745d6d3139586931940be28e98a44
3
+ metadata.gz: 48ef92a2d451b742876bab1c5afd4fdb7e4a61969ea5d84ff523d80cf61cbc23
4
+ data.tar.gz: 833c5ddd6ea855ff19739ad3c7f141be82fbf16e94496cb45555fe0f340c7ed9
5
5
  SHA512:
6
- metadata.gz: e9a24d92dfa95a7b65f0fa4cfbcc5704fca1199e90b2ffeaf285cf9c1c6aba8b1e2cdc435017e9cab8efe604b35e287212e173d9f16e026358c3c3db1a9d60b5
7
- data.tar.gz: cdcbb63e1b1c41b3930a28b0905b5f360b8c6e46608389794bb6726daa94619526e2f82a5c36e1d2bd5cb364963b9bc44f98b3db80042e1c387c5ab86a40352a
6
+ metadata.gz: 807a982db9dc0a5b261664cbae0a01592afb73c2a4a3cde6bdc94882b3d0fdd73262090528f79e5cdad12b120b7b75148ef8b0024c72556aa5408d559dbe6dca
7
+ data.tar.gz: ec7749c4df93201395861ec50d67ef4b767270b76a813c01614285c54aefc8ef5a3a6de3d79bc0e765fa4220c1227698a35c3867d89ed0fd7260e858f6c2dc2f
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2025 Matt Brictson
3
+ Copyright (c) 2026 Matt Brictson
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,3 +1,3 @@
1
1
  module ConfigurableFromEnv
2
- VERSION = "0.3.0".freeze
2
+ VERSION = "0.3.2".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: configurable_from_env
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Brictson
@@ -58,7 +58,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
58
58
  - !ruby/object:Gem::Version
59
59
  version: '0'
60
60
  requirements: []
61
- rubygems_version: 3.6.9
61
+ rubygems_version: 4.0.10
62
62
  specification_version: 4
63
63
  summary: Define accessors that are automatically populated via ENV
64
64
  test_files: []