Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37404762
en ru br
Репозитории ALT

Группа :: Разработка/Ruby
Пакет: gem-iniparse

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 1.5.0-alt1
Время сборки: 8 июля 2020, 18:53 ( 197.3 недели назад )
Размер архива: 30.23 Kb

Домашняя страница:   https://github.com/antw/iniparse

Лицензия: MIT
О пакете: IniParse is a pure Ruby library for parsing INI configuration and data files.
Описание:

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.

Текущий майнтейнер: Ruby Maintainers Team

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • gem-iniparse
  • gem-iniparse-doc
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin