Ports Search

Results 5,3615,370 of 5,623 for /devel/.(0.004 seconds)
devel/transaction-simple-1.4.0.2 (Score: 0.032514982)
Simple object transaction support
Transaction::Simple provides a generic way to add active transaction support to objects. The transaction methods added by this module will work with most objects, excluding those that cannot be Marshal-ed (bindings, procedure objects, IO instances, or singleton objects).
devel/travis-1.8.2 (Score: 0.032514982)
CLI and Ruby client library for Travis CI
CLI and Ruby client library for Travis CI
devel/treetop-1.6.5 (Score: 0.032514982)
Ruby-based DSL for text parsing and interpretation
Treetop is a Ruby-based DSL for text parsing and interpretation. It facilitates an extension of the object-oriented paradigm called syntax-oriented programming. There's a readme that will get you going and some examples.
devel/trollop-2.1.2 (Score: 0.032514982)
Commandline option parser for Ruby that gets out of your way
Trollop is a commandline option parser for Ruby that gets out of your way. One line of code per option is all you need to write. For that, you get a nice automatically-generated help page (fit to your screen size!), robust option parsing, command subcompletion, and sensible defaults for everything you don't specify.
devel/trollop-1.16.2 (Score: 0.032514982)
Commandline option parser for Ruby that gets out of your way
Trollop is a commandline option parser for Ruby that gets out of your way. One line of code per option is all you need to write. For that, you get a nice automatically-generated help page (fit to your screen size!), robust option parsing, command subcompletion, and sensible defaults for everything you don't specify.
devel/turn-0.9.7 (Score: 0.032514982)
New output format for Test::Unit
Test::Unit Reporter (New) -- new output format for Test::Unit
devel/typed-array-0.1.2 (Score: 0.032514982)
Provides methods for creating type-enforced Arrays
All methods that alter the contents of an array that implements this Gem are first checked to ensure that the added items are of the types allowed. All methods behave exactly as their Array counterparts, including additional forms, block processing, etc.
devel/tzinfo-1.2.2 (Score: 0.032514982)
Daylight-savings aware timezone support for Ruby
TZInfo is a Ruby library that uses the standard tz database (http://www.twinsun.com/tz/tz-link.htm) to provide daylight savings aware transformations between times in different time zones. The tz database is compiled into Ruby classes which are packaged in the release. No external zoneinfo files are required at runtime.
devel/tzinfo-0.3.49 (Score: 0.032514982)
Daylight-savings aware timezone support for Ruby
TZInfo is a Ruby library that uses the standard tz database (http://www.twinsun.com/tz/tz-link.htm) to provide daylight savings aware transformations between times in different time zones. The tz database is compiled into Ruby classes which are packaged in the release. No external zoneinfo files are required at runtime.
devel/unicode-display_width-1.1.0 (Score: 0.032514982)
Get the display size of a string
An early draft of a way to determine the size of the characters using EastAsianWidth.txt, based on the very early draft of a Ruby interface to UnicodeData.txt by runpaint.