Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ruby3.3-rubygem-inifile-3.0.0-1.41 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: ruby3.3-rubygem-inifile Distribution: openSUSE:Factory:zSystems
Version: 3.0.0 Vendor: openSUSE
Release: 1.41 Build date: Tue Feb 10 18:56:17 2015
Group: Development/Languages/Ruby Build host: reproducible
Size: 48216 Source RPM: rubygem-inifile-3.0.0-1.41.src.rpm
Packager: https://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.

Provides

Requires

License

MIT

Changelog

* 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)

Files

/usr/lib64/ruby/gems/3.3.0/build_info
/usr/lib64/ruby/gems/3.3.0/cache/inifile-3.0.0.gem
/usr/lib64/ruby/gems/3.3.0/gems/inifile-3.0.0
/usr/lib64/ruby/gems/3.3.0/gems/inifile-3.0.0/.gitignore
/usr/lib64/ruby/gems/3.3.0/gems/inifile-3.0.0/.travis.yml
/usr/lib64/ruby/gems/3.3.0/gems/inifile-3.0.0/History.txt
/usr/lib64/ruby/gems/3.3.0/gems/inifile-3.0.0/README.md
/usr/lib64/ruby/gems/3.3.0/gems/inifile-3.0.0/Rakefile
/usr/lib64/ruby/gems/3.3.0/gems/inifile-3.0.0/inifile.gemspec
/usr/lib64/ruby/gems/3.3.0/gems/inifile-3.0.0/lib
/usr/lib64/ruby/gems/3.3.0/gems/inifile-3.0.0/lib/inifile.rb
/usr/lib64/ruby/gems/3.3.0/specifications/inifile-3.0.0.gemspec
/usr/share/doc/packages/ruby3.3-rubygem-inifile
/usr/share/doc/packages/ruby3.3-rubygem-inifile/History.txt
/usr/share/doc/packages/ruby3.3-rubygem-inifile/README.md


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 30 23:50:42 2024