You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage rubygem-instantiator-0.0.6-1.lbn13.ruby193.noarch
Instantiate an arbitrary Ruby class
RPMPackage rubygem-inifile-2.0.2-1.lbn13.noarch
Although made popular by Windows, INI files can be used on any system thanks to their flexibility. They allow a program to store configuration data, which can then be easily parsed and changed. Two notable systems that use the INI format are Samba and Trac. More information about INI files can be found on the [Wikipedia Page](http://en.wikipedia.org/wiki/INI_file). The basic element contained in an INI file is the property. Every property has a name and a value, delimited by an equals sign *=*. The name appears to the left of the equals sign and the value to the right. name=value Section declarations start with *[* and end with *]* as in `[section1]` and `[section2]` shown in the example below. The section declaration marks the beginning of a section. All properties after the section declaration will be associated with that section. All lines beginning with a semicolon *;* or a number sign *#* are considered to be comments. Comment lines are ignored when parsing INI files. A typical INI file might look like this: [section1] ; some comment on section1 var1 = foo var2 = doodle var3 = multiline values \ are also possible [section2] var1 = baz var2 = shoodle
RPMPackage rubygem-ice_nine-0.11.0-1.lbn13.noarch
Deep Freeze Ruby Objects.
RPMPackage rubygem-i18n-0.6.0-1.lbn13.ruby193.noarch
New wave Internationalization support for Ruby.
RPMPackage rubygem-hub-1.10.3-1.lbn13.ruby193.noarch
`hub` is a command line utility which adds GitHub knowledge to `git`. \ It can used on its own or as a `git` wrapper. Normal: $ hub clone rtomayko/tilt Expands to: $ git clone git://github.com/rtomayko/tilt.git \ Wrapping `git`: $ git clone rack/rack Expands to: $ git clone git://github.com/rack/rack.git
RPMPackage rubygem-httpi-0.9.5-1.lbn13.ruby193.noarch
HTTPI provides a common interface for Ruby HTTP libraries.
RPMPackage rubygem-httpclient-2.3.4.1-1.lbn13.x86_64
gives something like the functionality of libwww-perl (LWP) in Ruby
RPMPackage rubygem-httparty-0.9.0-1.lbn13.ruby193.noarch
Makes http fun! Also, makes consuming restful web services dead easy.
RPMPackage rubygem-http_status_exceptions-0.3.0-1.lbn13.noarch
Clean up your controller code by raising exceptions that generate responses with different HTTP status codes.
RPMPackage rubygem-http_parser.rb-0.6.0-5.lbn13.x86_64
Ruby bindings to http://github.com/ry/http-parser and http://github.com/a2800276/http-parser.java
RPMPackage rubygem-http-0.6.2-1.lbn13.noarch
An easy-to-use client library for making requests from Ruby. It uses a simple method chaining system for building requests, similar to Python's Requests.
RPMPackage rubygem-hpricot-0.8.6-2.fc18.armv6hl
Hpricot is a very flexible HTML parser, based on Tanaka Akira's HTree and John Resig's JQuery, but with the scanner recoded in C (using Ragel for scanning.)
RPMPackage rubygem-hpricot-0.8.4-1.lbn13.ruby193.x86_64
Hpricot is a very flexible HTML parser, based on Tanaka Akira's HTree and John Resig's JQuery, but with the scanner recoded in C (using Ragel for scanning.)
RPMPackage rubygem-hpfog-0.0.14-4.lbn13.ruby193.noarch
The Ruby cloud services library. Supports all major cloud providers including AWS, Rackspace, Linode, Blue Box, StormOnDemand, and many others. Full support for most AWS services including EC2, S3, CloudWatch, SimpleDB, ELB, and RDS.
RPMPackage rubygem-hoe-mercurial-1.4.0-1.lbn13.ruby193.noarch
This is a fork of the [hoe-hg](https://bitbucket.org/mml/hoe-hg) plugin. I forked it because I use quite a few additional Mercurial tasks for my development workflow than are provided by the original, and I thought they'd possibly be useful to someone else. I've offered to push my changes back up to the original, but I gave up waiting for a response.
RPMPackage rubygem-hoe-highline-0.1.0-1.lbn13.ruby193.noarch
A Hoe plugin for building interactive Rake tasks. Hoe-highline, as you might have guessed from the name, adds prompting and displaying functions from the HighLine[http://highline.rubyforge.org/] gem to your Rake environment, allowing you to ask questions, prompt for passwords, build menus, and other fun stuff.
RPMPackage rubygem-hoe-3.7.1-1.lbn13.noarch
Hoe is a rake/rubygems helper for project Rakefiles. It helps generate rubygems and includes a dynamic plug-in system allowing for easy extensibility. Hoe ships with plug-ins for all your usual project tasks including rdoc generation, testing, packaging, and deployment. Plug-ins Provided: * Hoe::Clean * Hoe::Debug * Hoe::Deps * Hoe::Flay * Hoe::Flog * Hoe::Inline * Hoe::Package * Hoe::Publish * Hoe::RCov * Hoe::Signing * Hoe::Test See class rdoc for help. Hint: ri Hoe
RPMPackage rubygem-hitimes-1.2.1-1.lbn13.x86_64
Hitimes is a fast, high resolution timer library for recording performance metrics. It uses the appropriate low method calls for each system to get the highest granularity time increments possible. It currently supports any of the following systems: * any system with the POSIX call `clock_gettime()` * Mac OS X * Windows * JRuby Using Hitimes can be faster than using a series of `Time.new` calls, and it will have a much higher granularity. It is definitely faster than using `Process.times`.
RPMPackage rubygem-hike-1.2.1-1.lbn13.ruby193.noarch
A Ruby library for finding files in a set of paths.
RPMPackage rubygem-highline-1.6.20-1.lbn13.noarch
A high-level IO library that provides validation, type conversion, and more for command-line interfaces. HighLine also includes a complete menu system that can crank out anything from simple list selection to complete shells with just minutes of work.