You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage rubygem-ffi-1.17.0-1.lbn36.x86_64
Ruby-FFI is a ruby extension for programmatically loading dynamic libraries, binding functions within them, and calling those functions from Ruby code. Moreover, a Ruby-FFI extension works without changes on Ruby and JRuby. Discover why should you write your next extension using Ruby-FFI here[http://wiki.github.com/ffi/ffi/why-use-ffi].
RPMPackage rubygem-faraday_middleware-1.2.0-1.lbn36.noarch
Various middleware for Faraday.
RPMPackage rubygem-faraday-net_http-1.0.1-1.lbn36.noarch
Faraday adapter for Net::HTTP.
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-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.4-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-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.2.4-6.fc36.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