thrift/lib/rb
2008-07-28 22:16:28 +00:00
..
benchmark rb: Use File.dirname(__FILE__) in generated requires [THRIFT-57] 2008-06-26 17:49:49 +00:00
ext rb: Teach BinaryProtocolAccelerated to encode strings with NULs [THRIFT-97] 2008-07-25 21:06:06 +00:00
lib rb: Ensure the transport is closed if an exception is raised serializing data in Client.send_message [THRIFT-75] 2008-07-28 22:16:28 +00:00
spec rb: Ensure the transport is closed if an exception is raised serializing data in Client.send_message [THRIFT-75] 2008-07-28 22:16:28 +00:00
CHANGELOG rb: Use Echoe to manage the gem [THRIFT-38] 2008-06-24 01:06:00 +00:00
COPYING rb: Change the license from Thrift Software License to Apache Software License [THRIFT-38] 2008-06-24 01:06:06 +00:00
LICENSE rb: Change the license from Thrift Software License to Apache Software License [THRIFT-38] 2008-06-24 01:06:06 +00:00
Makefile.am Merge branch 'fastbinary' 2008-07-08 00:47:49 +00:00
Manifest Merge branch 'fastbinary' 2008-07-08 00:47:49 +00:00
Rakefile Merge branch 'fastbinary' 2008-07-08 00:47:49 +00:00
README rb: rewrite the README [THRIFT-38] 2008-06-24 01:06:08 +00:00
setup.rb Merge branch 'fastbinary' 2008-07-08 00:47:49 +00:00

Thrift Ruby Software Library
    by Kevin Ballard, Kevin Clark, Mark Slee
    http://incubator.apache.org/thrift/

== DESCRIPTION:

Thrift is a strongly-typed language-agnostic RPC system.
This library is the ruby implementation for both clients and servers.

== INSTALL:

  $ gem install thrift

== CAVEATS:

This library provides the client and server implementations of thrift.
It does <em>not</em> provide the compiler for the .thrift files. To compile
.thrift files into language-specific implementations, please download the full
thrift software package.

== USAGE:

This section should get written by someone with the time and inclination.
In the meantime, look at existing code, such as the benchmark or the tutorial
in the full thrift distribution.

== LICENSE:

Thrift is distributed under the Apache Software License.
Please see the included LICENSE file.