You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage rubygem-faraday-1.10.3-1.lbn36.noarch
HTTP/REST API client library.
RPMPackage rubygem-erubis-2.7.0-19.lbn36.noarch
Erubis is a very fast, secure, and extensible implementation of eRuby.
RPMPackage rubygem-erubi-1.12.0-3.lbn36.noarch
Erubi is a ERB template engine for ruby. It is a simplified fork of Erubis.
RPMPackage rubygem-erb_lint-0.1.1-1.lbn36.noarch
ERB Linter tool.
RPMPackage rubygem-equatable-0.6.1-1.lbn36.noarch
Allows ruby objects to implement equality comparison and inspection methods. By including this module, a class indicates that its instances have explicit general contracts for `hash`, `==` and `eql?` methods.
RPMPackage rubygem-diplomat-2.6.5-1.lbn36.noarch
Diplomat is a simple wrapper for Consul.
RPMPackage rubygem-diff-lcs-1.3-12.fc36.noarch
Diff::LCS computes the difference between two Enumerable sequences using the McIlroy-Hunt longest common subsequence (LCS) algorithm. It includes utilities to create a simple HTML diff output format and a standard diff-like tool.
RPMPackage rubygem-deepsort-0.4.5-1.lbn36.noarch
Recursively sort nested ruby Arrays and Hashes + deepmerge.
RPMPackage rubygem-deep_merge-1.2.2-2.fc36.noarch
Recursively merge hashes.
RPMPackage rubygem-corefoundation-0.3.13-1.lbn36.noarch
Ruby wrapper for macOS Core Foundation framework.
RPMPackage rubygem-cookstyle-7.32.8-1.lbn36.noarch
RuboCop configuration for Chef cookbooks.
RPMPackage rubygem-concurrent-ruby-1.3.5-1.lbn36.noarch
Modern concurrency tools including agents, futures, promises, thread pools, actors, supervisors, and more. Inspired by Erlang, Clojure, Go, JavaScript, actors, and classic concurrency patterns.
RPMPackage rubygem-coderay-1.1.3-10.lbn36.noarch
Fast and easy syntax highlighting for selected languages, written in Ruby. Comes with RedCloth integration and LOC counter.
RPMPackage rubygem-cleanroom-1.0.0-1.lbn36.noarch
Ruby is an excellent programming language for creating and managing custom DSLs, but how can you securely evaluate a DSL while explicitly controlling the methods exposed to the user? Our good friends instance_eval and instance_exec are great, but they expose all methods - public, protected, and private - to the user. Even worse, they expose the ability to accidentally or intentionally alter the behavior of the system! The cleanroom pattern is a safer, more convenient, Ruby-like approach for limiting the information exposed by a DSL while giving users the ability to write awesome code!.
RPMPackage rubygem-citrus-3.0.2-1.lbn36.noarch
Parsing Expressions for Ruby.
RPMPackage rubygem-chef-telemetry-1.1.1-1.lbn36.noarch
Send user actions to the Chef telemetry system. See Chef RFC-051 for further information.
RPMPackage rubygem-celluloid-io-0.17.3-1.lbn36.noarch
Evented IO for Celluloid actors.
RPMPackage rubygem-celluloid-0.18.0-1.lbn36.noarch
Celluloid enables people to build concurrent programs out of concurrent objects just as easily as they build sequential programs out of sequential objects.
RPMPackage rubygem-bundler-2.5.22-16.lbn36.noarch
Bundler manages an application's dependencies through its entire life, across many machines, systematically and repeatably.
RPMPackage rubygem-builder-3.3.0-2.lbn36.noarch
Builder provides a number of builder objects that make creating structured data simple to do. Currently the following builder objects are supported: * XML Markup * XML Events