You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage rubygem-google-api-client-0.6.4-1.lbn13.noarch
The Google API Ruby Client makes it trivial to discover and access supported APIs.
RPMPackage rubygem-goliath-1.0.3-2.lbn13.noarch
Async framework for writing API servers
RPMPackage rubygem-git-1.2.5-1.lbn13.ruby193.noarch
A package for using Git in Ruby code.
RPMPackage rubygem-gist-3.1.0-1.lbn13.ruby193.noarch
Creates Gists (pastes) on gist.github.com from standard input or \ arbitrary files. Can link to your GitHub account, create private gists, and enable syntax highlighting.
RPMPackage rubygem-gherkin-2.12.2-1.lbn13.x86_64
A fast Gherkin lexer/parser based on the Ragel State Machine Compiler.
RPMPackage rubygem-gherkin-2.4.5-4.fc17.armv6hl
A fast Gherkin lexer/parser based on the Ragel State Machine Compiler.
RPMPackage rubygem-gemcutter-0.7.1-1.lbn13.ruby193.noarch
The gemcutter client gem that interacts with the site http://gemcutter.org
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