Package gem-iniparse: Information
Source package: gem-iniparse
Version: 1.5.0-alt1
Build time: Jul 27, 2024, 09:06 PM in the task #334397
Category: Development/Ruby
Report package bugHome page: https://github.com/antw/iniparse
License: MIT
Summary: IniParse is a pure Ruby library for parsing INI configuration and data files.
Description:
IniParse is a pure Ruby library for parsing INI configuration and data files.. Main features: * Support for duplicate options. While not common, some INI files contain an option more than once. IniParse does not overwrite previous options, but allows you to access all of the duplicate values. * Preservation of white space and blank lines. When writing back to your INI file, line indents, white space and comments (and their indents) are preserved. Only trailing white space (which has no significance in INI files) will be removed. * Preservation of section and option ordering. Sections and options are kept in the same order they are in the original document ensuring that nothing gets mangled when writing back to the file. If you don't need the above mentioned features, you may find the simpler IniFile gem does all you need.
Maintainer: Ruby Maintainers Team
Last changed
July 8, 2020 Pavel Skrylev 1.5.0-alt1
- > Ruby Policy 2.0 - ^ 1.4.4 -> 1.5.0 - ! spec tags
Sept. 4, 2018 Andrey Cherepanov 1.4.4-alt1.1
- Rebuild for new Ruby autorequirements.
May 25, 2018 Andrey Cherepanov 1.4.4-alt1
- Initial build for Sisyphus