public
Fork of mojombo/erlectricity
Description: Erlectricity exposes Ruby to Erlang and vice versa.
Clone URL: git://github.com/abhay/erlectricity.git
name age message
file CONTRIBUTORS Fri Mar 07 15:16:07 -0800 2008 from svn [mojombo]
file History.txt Fri Mar 07 15:16:07 -0800 2008 from svn [mojombo]
file Manifest.txt Fri Mar 07 15:40:39 -0800 2008 update manifest [mojombo]
file README.txt Sun May 18 01:58:18 -0700 2008 properly formatted README [abhay]
file Rakefile Fri Mar 07 15:18:47 -0800 2008 add ext to hoe [mojombo]
directory examples/ Fri Mar 07 15:16:07 -0800 2008 from svn [mojombo]
directory ext/ Thu Mar 20 17:13:48 -0700 2008 Fixing atomic boolean mapping from Erlang to ruby [KirinDave]
directory lib/ Sat May 31 03:02:37 -0700 2008 Delegate the array logic into the StaticCondition. [halorgium]
file setup.rb Fri Mar 07 15:16:07 -0800 2008 from svn [mojombo]
directory test/ Sun May 18 01:58:53 -0700 2008 make tests work [abhay]
README.txt
= Erlectricity - An Erlang -> Ruby bridge that operates using erlang ports

== DESCRIPTION:

Erlectricity is a library for ruby that implements a an API with which to interact with Erlang through the ports system 
in a more natural way. It allows you to integrate ruby code as you would any other process in the erlang ecosystem.

== REQUIREMENTS:

* concurrent (0.0.2) gem

INSTALL:

    sudo gem install erlectricity