You are here: Home / LBN / Up2date / Core Linux / BastionLinux 25 / rubygem-inifile-3.0.0-2.lbn25.noarch

rubygem-inifile-3.0.0-2.lbn25.noarch

Package Attributes
RPM  rubygem-inifile-3.0.0-2.lbn25.noarch.rpm Architecture  noarch Size  19890 Created  2023/06/18 04:43:45 UTC
Package Specification
Summary INI file reader and writer
Group Development/Languages
License N/a
Home Page http://rubygems.org/gems/inifile
Description

Although made popular by Windows, INI files can be used on any system thanks to their flexibility. They allow a program to store configuration data, which can then be easily parsed and changed. Two notable systems that use the INI format are Samba and Trac. More information about INI files can be found on the [Wikipedia Page](http://en.wikipedia.org/wiki/INI_file).

The basic element contained in an INI file is the property. Every property has a name and a value, delimited by an equals sign =. The name appears to the left of the equals sign and the value to the right. name=value

Section declarations start with [ and end with ] as in `[section1]` and `[section2]` shown in the example below. The section declaration marks the beginning of a section. All properties after the section declaration will be associated with that section.

All lines beginning with a semicolon ; or a number sign # are considered to be comments. Comment lines are ignored when parsing INI files.

A typical INI file might look like this: [section1] ; some comment on section1 var1 = foo var2 = doodle var3 = multiline values \ are also possible [section2]

var1 = baz var2 = shoodle.

Requires
rpmlib(PayloadFilesHavePrefix)  
rpmlib(FileDigests)  
rpmlib(CompressedFileNames)  
rpmlib(PayloadIsZstd)  
Provides
rubygem(inifile)
rubygem(inifile)
rubygem-inifile

Document Actions