You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage rubygem-em-synchrony-1.0.3-2.lbn13.noarch
Fiber aware EventMachine libraries
RPMPackage rubygem-em-socksify-0.2.1-1.lbn13.ruby193.noarch
EventMachine SOCKSify shim: adds SOCKS support to any protocol
RPMPackage rubygem-em-mongo-0.4.3-1.lbn13.noarch
EventMachine driver for MongoDB.
RPMPackage rubygem-em-minitest-spec-1.1.1-1.lbn13.ruby193.noarch
Utility to allow easy integration of MiniTest::Spec and Eventmachine.
RPMPackage rubygem-em-http-request-1.0.3-1.lbn13.ruby193.noarch
EventMachine based, async HTTP Request client
RPMPackage rubygem-ejs-1.0.0-1.lbn13.ruby193.noarch
Compile and evaluate EJS (Embedded JavaScript) templates from Ruby.
RPMPackage rubygem-eco-source-1.1.0.rc.1-1.lbn13.ruby193.noarch
JavaScript source code for the Eco (Embedded CoffeeScript template language) compiler
RPMPackage rubygem-eco-1.0.0-1.lbn13.ruby193.noarch
Ruby Eco is a bridge to the official JavaScript Eco compiler.
RPMPackage rubygem-echoe-4.3.1-2.lbn13.ruby193.noarch
A Rubygems packaging tool that provides Rake tasks for documentation, extension compiling, testing, and deployment.
RPMPackage rubygem-eassl2-2.0.1-1.lbn13.noarch
This gem is a more featureful but still drop-in replacement for eassl 0.1.1643
RPMPackage rubygem-dotenv-0.9.0-1.lbn13.noarch
Loads environment variables from `.env`.
RPMPackage rubygem-docker-api-1.10.8-1.lbn13.noarch
A simple REST client for the Docker Remote API
RPMPackage rubygem-directory_watcher-1.4.1-2.lbn13.ruby193.noarch
The directory watcher operates by scanning a directory at some interval and generating a list of files based on a user supplied glob pattern. As the file list changes from one interval to the next, events are generated and dispatched to registered observers. Three types of events are supported -- added, modified, and removed.
RPMPackage rubygem-diff-lcs-1.2.5-1.lbn13.noarch
Diff::LCS is a port of Algorithm::Diff that uses the McIlroy-Hunt longest common subsequence (LCS) algorithm to compute intelligent differences between two sequenced enumerable containers. The implementation is based on Mario I. Wolczko's Smalltalk version (1.2, 1993) and Ned Konz's Perl version (Algorithm::Diff).
RPMPackage rubygem-descendants_tracker-0.0.4-1.lbn13.noarch
Module that adds descendant tracking to a class.
RPMPackage rubygem-dep_selector-1.0.3-4.lbn13.x86_64
Given packages, versions, and a dependency graph, find a valid assignment of package versions
RPMPackage rubygem-delorean-2.0.0-1.lbn13.ruby193.noarch
Delorean lets you travel in time with Ruby by mocking Time.now
RPMPackage rubygem-delayed_job-3.0.5-1.lbn13.noarch
Delayed_job (or DJ) encapsulates the common pattern of asynchronously executing longer tasks in the background. It is a direct extraction from Shopify where the job table is responsible for a multitude of core tasks.
RPMPackage rubygem-deep_merge-1.0.0-1.lbn13.noarch
Recursively merge hashes. Now works with Ruby 1.9 and ActiveSupport
RPMPackage rubygem-daemons-1.1.9-1.lbn13.ruby193.noarch
Daemons provides an easy way to wrap existing ruby scripts (for example a self-written server) to be run as a daemon and to be controlled by simple start/stop/restart commands. You can also call blocks as daemons and control them from the parent or just daemonize the current process. Besides this basic functionality, daemons offers many advanced features like exception backtracing and logging (in case your ruby script crashes) and monitoring and automatic restarting of your processes if they crash.