Package gem-iniparse: Information

    Source package: gem-iniparse
    Version: 1.5.0-alt1
    Build time:  Apr 18, 2024, 07:08 PM
    Category: Development/Ruby
    Report package bug
    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.

    List of rpms provided by this srpm:
    gem-iniparse (noarch)
    gem-iniparse-doc (noarch)


    List of contributors:
    Pavel Skrylev
    Andrey Cherepanov

      1. rpm-build-ruby

    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