You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage rubygem-inifile-3.0.0-2.lbn36.noarch
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.
RPMPackage rubygem-httpclient-2.8.3-6.fc36.noarch
an interface to HTTP Client for the ruby language
RPMPackage rubygem-highline-doc-2.0.3-1.lbn36.noarch
Documentation for rubygem-highline.
RPMPackage rubygem-highline-2.0.3-3.fc36.noarch
A high-level IO library that provides validation, type conversion, and more for command-line interfaces. HighLine also includes a complete menu system that can crank out anything from simple list selection to complete shells with just minutes of work.
RPMPackage rubygem-highline-2.0.3-3.fc36.noarch
A high-level IO library that provides validation, type conversion, and more for command-line interfaces. HighLine also includes a complete menu system that can crank out anything from simple list selection to complete shells with just minutes of work.
RPMPackage rubygem-hashie-doc-4.1.0-1.lbn36.noarch
Documentation for rubygem-hashie
RPMPackage rubygem-hashie-4.1.0-1.lbn36.noarch
Hashie is a small collection of tools that make hashes more powerful. Currently includes Mash (Mocking Hash) and Dash (Discrete Hash).
RPMPackage rubygem-gyoku-doc-1.4.0-2.lbn36.noarch
Documentation for rubygem-gyoku.
RPMPackage rubygem-gyoku-1.4.0-2.lbn36.noarch
Gyoku translates Ruby Hashes to XML.
RPMPackage rubygem-gssapi-1.3.1-4.fc36.noarch
A FFI wrapper around the system GSSAPI library. Please make sure and read the Yard docs or standard GSSAPI documentation if you have any questions. There is also a class called GSSAPI::Simple that wraps many of the common features used for GSSAPI.
RPMPackage rubygem-grape-msgpack-doc-0.2.0-1.lbn36.noarch
Documentation for rubygem-grape-msgpack.
RPMPackage rubygem-grape-msgpack-0.2.0-1.lbn36.noarch
msgpack formatter for grape.
RPMPackage rubygem-grape-doc-2.0.0-1.lbn36.noarch
Documentation for rubygem-grape.
RPMPackage rubygem-grape-2.0.0-1.lbn36.noarch
A Ruby framework for rapid API development with great conventions.
RPMPackage rubygem-gem2rpm-doc-1.0.2-2.lbn36.noarch
Documentation for rubygem-gem2rpm.
RPMPackage rubygem-gem2rpm-1.0.2-2.lbn36.noarch
Generate source rpms and rpm spec files from a Ruby Gem. The spec file tries to follow the gem as closely as possible, and be compliant with the Fedora rubygem packaging guidelines
RPMPackage rubygem-fuzzyurl-doc-0.9.0-1.lbn36.noarch
Documentation for rubygem-fuzzyurl.
RPMPackage rubygem-fuzzyurl-0.9.0-1.lbn36.noarch
A library for non-strict parsing, construction, and wildcard-matching of URLs.
RPMPackage rubygem-ffi-yajl-doc-3.0.0-2.lbn36.noarch
Documentation for rubygem-ffi-yajl.
RPMPackage rubygem-ffi-yajl-3.0.0-2.lbn36.x86_64
Ruby FFI wrapper around YAJL 2.x.