You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage rubygem-gem_plugin-0.2.3-3.lbn13.ruby193.noarch
A plugin system based only on rubygems that uses dependencies only
RPMPackage rubygem-formatador-0.2.3-1.lbn13.ruby193.noarch
STDOUT text formatting
RPMPackage rubygem-forgery-0.5.0-1.lbn13.noarch
Easy and customizable generation of forged data. Can be used as a gem or a rails plugin. Includes rails generators for creating your own forgeries.
RPMPackage rubygem-foreman-0.63.0-1.lbn13.noarch
Process manager for applications with multiple components
RPMPackage rubygem-foodcritic-3.0.3-1.lbn13.noarch
Lint tool for Opscode Chef cookbooks.
RPMPackage rubygem-fog-1.20.0-1.lbn13.noarch
The Ruby cloud services library.
RPMPackage rubygem-flexmock-1.0.0-1.lbn13.ruby193.noarch
FlexMock is a simple, but flexible, mock object library for Ruby unit testing.
RPMPackage rubygem-fiber-0.1-1.lbn13.ruby193.noarch
Ruby 1.8 backport of Fiber
RPMPackage rubygem-ffi-1.9.3-1.lbn13.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-fauxhai-2.3.0-1.lbn13.noarch
Easily mock out ohai data
RPMPackage rubygem-fastercsv-1.5.4-1.lbn13.ruby193.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-1.lbn13.ruby193.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-stemmer-1.0.0-1.lbn13.ruby193.x86_64
Fast Porter stemmer based on a C version of algorithm
RPMPackage rubygem-faraday-0.9.0-1.lbn13.noarch
HTTP/REST API client library
RPMPackage rubygem-facter-1.6.17-1.lbn13.ruby193.noarch
You can prove anything with facts!
RPMPackage rubygem-extlib-0.9.16-2.lbn13.noarch
Support library for DataMapper and Merb.
RPMPackage rubygem-expression_parser-0.9.0-1.lbn13.ruby193.noarch
math parser
RPMPackage rubygem-execjs-1.3.0-1.lbn13.ruby193.noarch
ExecJS lets you run JavaScript code from Ruby.
RPMPackage rubygem-excon-0.32.0-1.lbn13.noarch
EXtended http(s) CONnections
RPMPackage rubygem-eventmachine-1.0.0-1.lbn13.ruby193.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.