A Ruby Gem for automating your Config handling
Go to file
VetheonGames 19348e2aee Parsers/Interpreters and Modules Finished!
Made some changes to the way self.load determines how to load nested strings
Add some comments
make some changes to string interpretation for self.sort_into_sections in the utils module
add some, remove some other debug statements to ini parser
Add a Recursive lambda to parse nested elements in the XML parser
2023-10-14 00:54:03 -06:00
bin Fix some string interpolation issues 2023-10-13 21:42:20 -06:00
lib Parsers/Interpreters and Modules Finished! 2023-10-14 00:54:03 -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 remove deep_dup as a depend 2023-10-14 00:15:59 -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