Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: ruby3.4-rubygem-inifile | Distribution: openSUSE Tumbleweed |
Version: 3.0.0 | Vendor: openSUSE |
Release: 1.12 | Build date: Tue Feb 10 18:56:17 2015 |
Group: Development/Languages/Ruby | Build host: reproducible |
Size: 48173 | Source RPM: rubygem-inifile-3.0.0-1.12.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: http://rubygems.org/gems/inifile | |
Summary: INI file reader and writer |
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.
MIT
* Tue Feb 10 2015 coolo@suse.com - updated to version 3.0.0 * Sun Sep 23 2012 coolo@suse.com - updated to version 2.0.2 - Lack of newline at end of file causes error (thanks erebor) [issue #12] * Thu Sep 13 2012 coolo@suse.com - updated to version 2.0.1 - Better error message for malformed INI files * Thu Aug 30 2012 coolo@suse.com - updated to version 2.0.0 * Wed Aug 01 2012 coolo@suse.com - updated to version 1.1.0 * Tue Feb 22 2011 lslezak@suse.cz - Initial package (0.4.0)
/usr/lib/ruby/gems/3.4.0/build_info /usr/lib/ruby/gems/3.4.0/cache/inifile-3.0.0.gem /usr/lib/ruby/gems/3.4.0/gems/inifile-3.0.0 /usr/lib/ruby/gems/3.4.0/gems/inifile-3.0.0/.gitignore /usr/lib/ruby/gems/3.4.0/gems/inifile-3.0.0/.travis.yml /usr/lib/ruby/gems/3.4.0/gems/inifile-3.0.0/History.txt /usr/lib/ruby/gems/3.4.0/gems/inifile-3.0.0/README.md /usr/lib/ruby/gems/3.4.0/gems/inifile-3.0.0/Rakefile /usr/lib/ruby/gems/3.4.0/gems/inifile-3.0.0/inifile.gemspec /usr/lib/ruby/gems/3.4.0/gems/inifile-3.0.0/lib /usr/lib/ruby/gems/3.4.0/gems/inifile-3.0.0/lib/inifile.rb /usr/lib/ruby/gems/3.4.0/specifications/inifile-3.0.0.gemspec /usr/share/doc/packages/ruby3.4-rubygem-inifile /usr/share/doc/packages/ruby3.4-rubygem-inifile/History.txt /usr/share/doc/packages/ruby3.4-rubygem-inifile/README.md
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Jan 12 02:11:34 2025