You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage rubygem-instantiator-0.0.7-1.lbn25.noarch
Instantiate an arbitrary Ruby class.
RPMPackage rubygem-inspec-4.18.0-1.lbn25.noarch
Validate Inspec compliance checks.
RPMPackage rubygem-insist-1.0.0-1.lbn25.noarch
A simple block-driven assertion library for both testing and for production code.
RPMPackage rubygem-inifile-3.0.0-1.lbn25.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-inflecto-0.0.2-1.lbn25.noarch
Inflector for strings.
RPMPackage rubygem-ice_nine-0.11.0-1.lbn25.noarch
Deep Freeze Ruby Objects.
RPMPackage rubygem-i18n-0.7.0-2.lbn25.noarch
Ruby Internationalization and localization solution.
RPMPackage rubygem-hurley-0.2-1.lbn25.noarch
Hurley provides a common interface for working with different HTTP adapters.
RPMPackage rubygem-hub-1.12.4-1.lbn25.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-2.4.2-1.lbn25.noarch
Common interface for Ruby's HTTP libraries.
RPMPackage rubygem-httpclient-2.8.3-1.lbn25.noarch
gives something like the functionality of libwww-perl (LWP) in Ruby.
RPMPackage rubygem-httparty-0.15.6-1.lbn25.noarch
Makes http fun! Also, makes consuming restful web services dead easy.
RPMPackage rubygem-http_status_exceptions-0.3.0-1.lbn25.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-11.lbn25.x86_64
Ruby bindings to http://github.com/joylent/http-parser and http://github.com/a2800276/http-parser.java.
RPMPackage rubygem-http-form_data-1.0.1-1.lbn25.noarch
Utility-belt to build form data request bodies. Provides support for `application/x-www-form-urlencoded` and `multipart/form-data` types.
RPMPackage rubygem-http-1.0.4-1.lbn25.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-html2haml-1.0.1-1.lbn25.noarch
Converts HTML into Haml.
RPMPackage rubygem-hpricot-0.8.6-3.lbn25.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.20-1.lbn25.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-hooks-0.4.0-1.lbn25.noarch
Declaratively define hooks, add callbacks and run them with the options you like.