-
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.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 13
-
rubygem-httparty-0.9.0-1.lbn13.ruby193.noarch
Makes http fun! Also, makes consuming restful web services dead easy.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 13
-
rubygem-httpclient-2.3.4.1-1.lbn13.x86_64
gives something like the functionality of libwww-perl (LWP) in Ruby
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 13
-
rubygem-httpi-0.9.5-1.lbn13.ruby193.noarch
HTTPI provides a common interface for Ruby HTTP libraries.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 13
-
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
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 13
-
rubygem-i18n-0.6.0-1.lbn13.ruby193.noarch
New wave Internationalization support for Ruby.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 13
-
rubygem-ice_nine-0.11.0-1.lbn13.noarch
Deep Freeze Ruby Objects.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 13
-
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
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 13
-
rubygem-instantiator-0.0.6-1.lbn13.ruby193.noarch
Instantiate an arbitrary Ruby class
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 13
-
rubygem-interact-0.4.1-1.lbn13.ruby193.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.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 13