iniparser v1.0 - read / parse INI configuration, settings and data files into a hash
Hello, I’ve updated the iniparser gem / library to support “modern” named subsections and now you can even use space as your name / value separator in keys / properties and much more. Read more about ruby’s ini configuration reader. Cheers. Prost PS: The readme includes Frequently Asked Questions (FAQ) and Answers such as Q: Why not use TOML (Tom’s Obvious, Minimal Language)? or Q: Why not use IniFile - the most popular library (10+ million downloads and counting)?
Post a comment