A Ruby Gem for automating your Config handling
Go to file
VetheonGames 69b49d899a Major codebase refinement
Add deep_dup as a depend (it'll be removed in the next commit)
Make "EXPECTED_KEYS" a constant in the main module because every parser depends on access to the information through a common interface
Move sorting the hash into sections into a util module we can lazy load
Changed a bunch of things around to depend on the new files, classes, and modules
2023-10-14 00:12:28 -06:00
bin Fix some string interpolation issues 2023-10-13 21:42:20 -06:00
lib Major codebase refinement 2023-10-14 00:12:28 -06:00
sig upload all the things 2023-10-13 21:16:43 -06:00
spec upload all the things 2023-10-13 21:16:43 -06:00
.gitignore init gem commit 2023-10-13 18:09:22 -06:00
.rspec init gem commit 2023-10-13 18:09:22 -06:00
.rubocop.yml init gem commit 2023-10-13 18:09:22 -06:00
CODE_OF_CONDUCT.md init gem commit 2023-10-13 18:09:22 -06:00
configman.gemspec Major codebase refinement 2023-10-14 00:12:28 -06:00
Gemfile upload all the things 2023-10-13 21:16:43 -06:00
Gemfile.lock Major codebase refinement 2023-10-14 00:12:28 -06:00
LICENSE Initial commit 2023-10-13 18:04:34 -06:00
Rakefile upload all the things 2023-10-13 21:16:43 -06:00
README.md Initial commit 2023-10-13 18:04:34 -06:00

ConfigMan

A Ruby Gem for automating your Config handling