thrift/lib/rb
2009-03-04 21:32:54 +00:00
..
benchmark THRIFT-353. rb: Capitalize module names on ruby generation 2009-03-04 21:32:54 +00:00
ext THRIFT-254. rb: Add optional strict version support to binary protocols 2009-02-04 22:43:59 +00:00
lib THRIFT-254. rb: Add optional strict version support to binary protocols 2009-02-04 22:43:59 +00:00
spec THRIFT-353. rb: Capitalize module names on ruby generation 2009-03-04 21:32:54 +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 Fix "make distclean" when Ruby is not in use 2008-11-20 21:24:18 +00:00
Manifest THRIFT-248. ruby: Factor BinaryProtocolAccelerated into separate protocol and struct components 2009-02-02 00:48:17 +00:00
Rakefile Merge branch 'THRIFT-143' 2008-11-14 17:11:39 +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.