You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage rubygem-jls-grok-0.11.0-1.lbn25.noarch
Grok ruby bindings - pattern match/extraction tool.
RPMPackage rubygem-jiralicious-0.5.0-1.lbn25.noarch
A Ruby library for interacting with JIRA's REST API.
RPMPackage rubygem-isolate-3.2.4-1.lbn25.noarch
Isolate is a very simple RubyGems sandbox. It provides a way to express and automatically install your project's Gem dependencies.
RPMPackage rubygem-ironfan-6.1.9-5.lbn25.noarch
Ironfan allows you to orchestrate not just systems but clusters of machines. It includes a powerful layer on top of knife and a collection of cloud cookbooks.
RPMPackage rubygem-ipaddr_extensions-1.0.1-1.lbn25.noarch
 
RPMPackage rubygem-introspection-0.0.2-8.lbn25.noarch
Dynamic inspection of the hierarchy of method definitions on a Ruby object
RPMPackage rubygem-interactive_editor-0.0.10-1.lbn25.noarch
Use vim (or any other text editor) from inside irb to quickly test & write new code.
RPMPackage rubygem-interact-0.5.2-1.lbn25.noarch
A simple API for command-line interaction. Provides a novel 'rewinding' feature, allowing users to go back in time and re-enter a botched answer. Supports multiple-choice, password prompting, overriding input events, defaults, etc.
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.