ruby
Ruby 1.0
Change Aqua widgets to Ruby. more>>
The backgrounds are a medium gray,with ruby accents. Finder metal is replaced with a soothing aluminumfinish.
MPI Ruby 0.4
Wrapper for the Message Passing Interface originally written in C more>> Wrapper for the Message Passing Interface originally written in C
MPI Ruby is a high performance computing library written for parallel programming.
MPI Ruby also aims to be a complete binding to MPI in that it offers access to nearly all functionality of MPI. While there is not a one-to-one correspondence to functions and constants in the Ruby and C/C++/Fortran bindings, all of the communication and topology features are available.
There are fewer methods in the Ruby binding than there are functions in the C/C++/Fortran bindings, but this is mainly due to the fact that the developer no longer needs to deal with datatypes and buffers.

MacRuby 0.4
A version of Ruby implemented on top of Mac OS X technologies. more>>
A version of Ruby 1.9, ported to run directly on top of Mac OS X core technologies such as the Objective-C common runtime and garbage collector, and the CoreFoundation framework. While still a work in progress, it is the goal of MacRuby to enable the creation of full-fledged Mac OS X applications which do not sacrifice performance in order to enjoy the benefits of using Ruby.
ruby-ole 1.2.7
A library for easy reading/writing access to OLE compound documents for Ruby more>> A library for easy reading/writing access to OLE compound documents for Ruby
ruby-ole is an open source library for reading/writing access to OLE2 structured storage files, such as those produced by Microsoft Office (eg *.msg, *.doc).
ruby-ole provides a simple and easy to use api, supporting read and write streaming, by providing transparent access to the "files" within OLE documents as IO-like objects, supporting all the expected operations.
ruby-vnc 1.0.0
Free library for interaction automation of servers via VNC more>> Free library for interaction automation of servers via VNC
The ruby-vnc library provides for simple RFB-protocol based control of a VNC server. This can be used, eg, to script some sort of VNC interaction or to automate applications (sometimes there is no better way).
Being VNC based gives it the advantage of being able to be run against servers on any platform.
Ruby/LDAP 0.9.8
Extension library for Ruby that will provide the interface to some LDAP libraries more>> Extension library for Ruby that will provide the interface to some LDAP libraries
Ruby/LDAP is an extension library for Ruby that provides the interface to some LDAP libraries (e.g. OpenLDAP, UMich LDAP, Netscape SDK, ActiveDirectory).
The common API for application development is supported by Ruby/LDAP and described in RFC1823.
Enhancements
- Supported Ruby 1.9.x.
Ruby-GPGME 1.0.1
Open source Ruby interface for the GPGME cryptography library more>> Open source Ruby interface for the GPGME cryptography library
Ruby-GPGME is a free and open source Ruby interface for the GnuPG Made Easy (GPGME) library that will provide a High-Level Crypto API for encryption, decryption, signing, signature verification and key management.
System requirements:
- GPGME
-
Enhancements:
- Fixed various bugs.
scRUBYt 0.4.1
Free, simple to learn and use, yet very powerful web extraction framework written in Rub more>> Free, simple to learn and use, yet very powerful web extraction framework written in Rub
scRUBYt is a free, simple to learn and use, yet very powerful web extraction framework written in Ruby.
Navigate through the Web, extract, transform, query, and save relevant data from the Web page of your interest by the concise and easy to use DSL.
System requirements:
- Ruby 1.8.4
- Hpricot 0.5
- Mechanize 0.6.3
RubySearch 0.6
RubySearch - query your local Ruby documentation more>>
The source code for RubySearch is free to anyone to use or modify.
rubyFox 0.94.1
This provides an iFox theme with ruby-red buttons and bars. more>>
Enhancements: December 21, 2006
- Resolved the 2.0.0.1 problem
Requirements:
- Mozilla Firefox
RubyDiff 0.1.5
Development solution for higher level comparisons of Ruby code more>> Development solution for higher level comparisons of Ruby code
When looking at large sets of changes between versions of files, it is important to get an idea of what classes, modules, and methods change.
RubyDiff aims to reveal substantive changes to code, and will allow yout to ignore trivial changes like whitespace being added to a document, or reordering methods.
System requirements:
-
Ruby-Net-LDAP 0.0.4
Open source Ruby LDAP environment development solution more>> Open source Ruby LDAP environment development solution
Ruby-Net-LDAP is an open source development solution that will provide a pure Ruby LDAP environment. Also Ruby-Net-LDAP comes with a full-featured pure-Ruby LDAP client.

Ruby Importer 0.1.0
Spotlight importer for Ruby scripts. more>>
Extracts metadata including modules, classes, methods, text and comments from Ruby scripts. Use Spotlight to search for every source file that references a particular class, or search for a comment you know you added to a particularly interesting method whose name you can?t remember.
RubyStack 1.5-2
RubyStack is an innovative and versatile utility which can develop and deploy Ruby on Rails applications. more>>
RubyStack 1.5-2 is an innovative and versatile utility which can develop and deploy Ruby on Rails applications.
It includes Ruby, Subversion, MySQL, SQLite, ImageMagick, and several Ruby Gems, and will optionally install Apache 2.2 with rewrite and proxy support. In addition to OS X PPC and Intel, it supports Windows and Linux, so you can share the same Rails environment on multiple platforms.
Enhancements: Fixed Git issues under Unix systems
Requirements: Mac OS X 10.4 or later.
RubyCocoa 0.11.1
RubyCocoa is a framework that allows Cocoa programming in the object-oriented scripting language Ruby more>>
RubyCocoa lets you write a Cocoa application in Ruby. It allows you to create and use a Cocoa object in a Ruby script. Its possible to write a Cocoa application that mixes Ruby and Objective-C code.
Some useful applications of RubyCocoa:
Exploration of a Cocoa objects features with irb interactively
Prototyping of a Cocoa application
Writing a Cocoa application that combines good features of Ruby and Objective-C
Wrapping Mac OS Xs native GUI for a Ruby script