You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage rubygem-multi_json-1.15.0-1.lbn25.noarch
A common interface to multiple JSON libraries, including Oj, Yajl, the JSON gem (with C-extensions), the pure-Ruby JSON gem, NSJSONSerialization, gson.rb, JrJackson, and OkJson.
RPMPackage rubygem-mixlib-versioning-1.1.0-1.lbn25.noarch
General purpose Ruby library that allows you to parse, compare and manipulate version strings in multiple formats.
RPMPackage rubygem-mixlib-shellout-3.2.5-1.lbn25.noarch
Run external commands on Unix or Windows
RPMPackage rubygem-mixlib-log-3.0.8-1.lbn25.noarch
A gem that provides a simple mix-in for log functionality.
RPMPackage rubygem-mixlib-install-3.9.0-1.lbn25.noarch
A mixin to help with omnitruck installs.
RPMPackage rubygem-mixlib-config-2.2.13-1.lbn25.noarch
A class-based config mixin, similar to the one found in Chef.
RPMPackage rubygem-mixlib-cli-2.1.1-1.lbn25.noarch
A simple mixin for CLI interfaces, including option parsing.
RPMPackage rubygem-mixlib-authentication-2.1.1-1.lbn25.noarch
Mixlib::Authentication provides a class-based header signing authentication object.
RPMPackage rubygem-mixlib-archive-1.1.7-1.lbn25.noarch
A simple interface to various archive formats.
RPMPackage rubygem-minitest-5.14.4-201.lbn25.noarch
minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking. minitest/unit is a small and incredibly fast unit testing framework. It provides a rich set of assertions to make your tests clean and readable. minitest/spec is a functionally complete spec engine. It hooks onto minitest/unit and seamlessly bridges test assertions over to spec expectations. minitest/benchmark is an awesome way to assert the performance of your algorithms in a repeatable manner. Now you can assert that your newb co-worker doesn't replace your linear algorithm with an exponential one! minitest/mock by Steven Baker, is a beautifully tiny mock (and stub) object framework. minitest/pride shows pride in testing and adds coloring to your test output. I guess it is an example of how to write IO pipes too. :P minitest/unit is meant to have a clean implementation for language implementors that need a minimal set of methods to bootstrap a working test suite. For example, there is no magic involved for test-case discovery. minitest doesn't reinvent anything that ruby already provides, like: classes, modules, inheritance, methods. This means you only have to learn ruby to use minitest and all of your regular OO practices like extract-method refactorings still apply.
RPMPackage rubygem-mime-types-data-3.2020.1104-3.lbn25.noarch
mime-types-data provides a registry for information about MIME media type definitions. It can be used with the Ruby mime-types library or other software to determine defined filename extensions for MIME types, or to use filename extensions to look up the likely MIME type definitions.
RPMPackage rubygem-mime-types-3.3.1-4.lbn25.noarch
The mime-types library provides a library and registry for information about MIME content type definitions. It can be used to determine defined filename extensions for MIME types, or to use filename extensions to look up the likely MIME type definitions. Version 3.0 is a major release that requires Ruby 2.0 compatibility and removes deprecated functions. The columnar registry format introduced in 2.6 has been made the primary format; the registry data has been extracted from this library and put into {mime-types-data}[https://github.com/mime-types/mime-types-data]. Additionally, mime-types is now licensed exclusively under the MIT licence and there is a code of conduct in effect. There are a number of other smaller changes described in the History file.
RPMPackage rubygem-libyajl2-2.0.0-2.lbn25.x86_64
Installs a vendored copy of libyajl2 for distributions which lack it.
RPMPackage rubygem-json-2.3.0-132.lbn25.x86_64
This is a implementation of the JSON specification according to RFC 4627. You can think of it as a low fat alternative to XML, if you want to store data to disk or transmit it over a network rather than use a verbose markup language.
RPMPackage rubygem-ipaddress-0.8.0-9.fc23.noarch
IPAddress is a Ruby library designed to make manipulation of IPv4 and IPv6 addresses both powerful and simple. It maintains a layer of compatibility with Ruby's own IPAddr, while addressing many of its issues.
RPMPackage rubygem-io-console-0.5.6-132.lbn25.x86_64
IO/Console provides very simple and portable access to console. It doesn't provide higher layer features, such like curses and readline.
RPMPackage rubygem-iniparse-1.5.0-1.lbn25.noarch
A pure Ruby library for parsing INI documents. Preserves the structure of the original document, including whitespace and comments.
RPMPackage rubygem-http-cookie-1.0.3-1.fc25.noarch
HTTP::Cookie is a Ruby library to handle HTTP Cookies based on RFC 6265. It has with security, standards compliance and compatibility in mind, to behave just the same as today's major web browsers. It has builtin support for the legacy cookies.txt and the latest cookies.sqlite formats of Mozilla Firefox, and its modular API makes it easy to add support for a new backend store.
RPMPackage rubygem-highline-2.0.3-1.lbn25.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-3.6.0-1.lbn25.noarch
Hashie is a small collection of tools that make hashes more powerful. Currently includes Mash (Mocking Hash) and Dash (Discrete Hash).