Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37546690
en ru br
ALT Linux repos
S:1.5.0-alt1

Group :: Development/Ruby
RPM: gem-iniparse

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.5.0-alt1
Build date: 8 july 2020, 18:53 ( 198.3 weeks ago )
Size: 30.23 Kb

Home 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.

Current maintainer: Ruby Maintainers Team

List of contributors

List of rpms provided by this srpm:

  • gem-iniparse
  • gem-iniparse-doc
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin