You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage rubygem-fastercsv-1.5.5-1.lbn25.noarch
FasterCSV is intended as a complete replacement to the CSV standard library. It is significantly faster and smaller while still being pure Ruby code. It also strives for a better interface.
RPMPackage rubygem-fast_xs-0.8.0-5.lbn25.x86_64
fast_xs provides C extensions for escaping text. The original String#fast_xs method is based on the xchar code by Sam Ruby: * http://intertwingly.net/stories/2005/09/28/xchar.rb * http://intertwingly.net/blog/2005/09/28/XML-Cleansing _why also packages an older version with Hpricot (patches submitted). The version here should be compatible with the latest version of Hpricot code. Ruby on Rails will automatically use String#fast_xs from either Hpricot or this gem version with the bundled Builder package. String#fast_xs is an almost exact translation of Sam Ruby's original implementation (String#to_xs), but it does escape """ (which is an optional, but all parsers are able ot handle it. XML::Builder as packaged in Rails 2.0 will be automatically use String#fast_xs instead of String#to_xs available.
RPMPackage rubygem-fast_gettext-1.2.0-3.lbn25.noarch
A simple, fast, memory-efficient and threadsafe implementation of GetText.
RPMPackage rubygem-faraday-cookie_jar-0.0.6-1.lbn25.noarch
Cookie jar middleware for Faraday.
RPMPackage rubygem-faraday-0.14.0-1.lbn25.noarch
HTTP/REST API client library.
RPMPackage rubygem-factory_girl_rails-4.8.0-1.lbn25.noarch
factory_girl_rails provides integration between factory_girl and rails 3 or newer (currently just automatic factory definition loading).
RPMPackage rubygem-factory_girl-4.8.0-1.lbn25.noarch
factory_girl provides a framework and DSL for defining and using factories - less error-prone, more explicit, and all-around easier to work with than fixtures.
RPMPackage rubygem-facter-2.5.1-1.lbn25.noarch
You can prove anything with facts!
RPMPackage rubygem-extlib-0.9.16-1.lbn25.noarch
Support library for Merb.
RPMPackage rubygem-expression_parser-0.9.0-4.lbn25.noarch
A math parser
RPMPackage rubygem-execjs-2.2.2-1.lbn25.noarch
ExecJS lets you run JavaScript code from Ruby. It automatically picks the best runtime available to evaluate your JavaScript program, then returns the result to you as a Ruby object.
RPMPackage rubygem-excon-0.64.0-1.lbn25.noarch
EXtended http(s) CONnections.
RPMPackage rubygem-eventmachine-1.2.7-4.lbn25.x86_64
EventMachine implements a fast, single-threaded engine for arbitrary network communications. It's extremely easy to use in Ruby. EventMachine wraps all interactions with IP sockets, allowing programs to concentrate on the implementation of network protocols. It can be used to create both network servers and clients. To create a server or client, a Ruby program only needs to specify the IP address and port, and provide a Module that implements the communications protocol. Implementations of several standard network protocols are provided with the package, primarily to serve as examples. The real goal of EventMachine is to enable programs to easily interface with other programs using TCP/IP, especially if custom protocols are required.
RPMPackage rubygem-ethon-0.9.0-1.lbn25.noarch
Very lightweight libcurl wrapper.
RPMPackage rubygem-esx-0.4.4-1.lbn25.noarch
Manage VMWare ESX hosts with ease.
RPMPackage rubygem-equivalent-xml-0.4.2-1.lbn25.noarch
Compares two XML Nodes (Documents, etc.) for certain semantic equivalencies. Currently written for Nokogiri, but with an eye toward supporting multiple XML libraries.
RPMPackage rubygem-equalizer-0.0.11-1.lbn25.noarch
Module to define equality, equivalence and inspection methods.
RPMPackage rubygem-enumerable-lazy-0.0.1-1.lbn25.noarch
provides `lazy' version of map, select, etc. by `.lazy.map'.
RPMPackage rubygem-encryptor-1.3.0-1.lbn25.noarch
A simple wrapper for the standard ruby OpenSSL library to encrypt and decrypt strings.
RPMPackage rubygem-em-winrm-0.7.0-3.lbn25.noarch
EventMachine based, asynchronous parallel WinRM client.