thrift/lib/rb
2008-10-16 19:15:20 +00:00
..
benchmark rb: Create constants for field ids in generated structs [THRIFT-165] 2008-10-16 19:15:20 +00:00
ext Merge branch 'THRIFT-103' 2008-08-04 18:46:19 +00:00
lib rb: Support SSL and correct Content-Type in HTTPClient [THRIFT-156] 2008-10-15 19:06:18 +00:00
spec rb: Create constants for field ids in generated structs [THRIFT-165] 2008-10-16 19:15:20 +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.