SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ruby2.5-rubygem-inifile rpm build for : OpenSuSE. For other distributions click ruby2.5-rubygem-inifile.

Name : ruby2.5-rubygem-inifile
Version : 3.0.0 Vendor : obs://build_opensuse_org/devel:languages:ruby
Release : 150400.19.5 Date : 2024-04-23 22:00:16
Group : Development/Languages/Ruby Source RPM : rubygem-inifile-3.0.0-150400.19.5.src.rpm
Size : 0.05 MB
Packager : https://www_suse_com/
Summary : INI file reader and writer
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.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/ruby:/extensions/SLE_15_SP4/x86_64

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  ruby2.5-rubygem-inifile-3.0.0-150400.19.5.x86_64.rpm
     

Provides :
ruby2.5-rubygem-inifile
ruby2.5-rubygem-inifile(x86-64)
rubygem(inifile)
rubygem(ruby:2.5.0:inifile)
rubygem(ruby:2.5.0:inifile:3)
rubygem(ruby:2.5.0:inifile:3.0)
rubygem(ruby:2.5.0:inifile:3.0.0)

Requires :
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1
ruby(abi) = 2.5.0


Content of RPM :
/usr/lib64/ruby/gems/2.5.0/build_info
/usr/lib64/ruby/gems/2.5.0/cache/inifile-3.0.0.gem
/usr/lib64/ruby/gems/2.5.0/gems/inifile-3.0.0
/usr/lib64/ruby/gems/2.5.0/gems/inifile-3.0.0/.gitignore
/usr/lib64/ruby/gems/2.5.0/gems/inifile-3.0.0/.travis.yml
/usr/lib64/ruby/gems/2.5.0/gems/inifile-3.0.0/History.txt
/usr/lib64/ruby/gems/2.5.0/gems/inifile-3.0.0/README.md
/usr/lib64/ruby/gems/2.5.0/gems/inifile-3.0.0/Rakefile
/usr/lib64/ruby/gems/2.5.0/gems/inifile-3.0.0/inifile.gemspec
/usr/lib64/ruby/gems/2.5.0/gems/inifile-3.0.0/lib
/usr/lib64/ruby/gems/2.5.0/gems/inifile-3.0.0/lib/inifile.rb
/usr/lib64/ruby/gems/2.5.0/specifications/inifile-3.0.0.gemspec
/usr/share/doc/packages/ruby2.5-rubygem-inifile
/usr/share/doc/packages/ruby2.5-rubygem-inifile/History.txt
/usr/share/doc/packages/ruby2.5-rubygem-inifile/README.md

 
ICM