thrift/lib/rb
Bryan Duxbury 16b29a989e THRIFT-410. rb: Ruby lib should have no checked in generated code
Forgot the gen-rb in lib/rb/benchmark. 



git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@760739 13f79535-47bb-0310-9956-ffa450edef68
2009-03-31 23:51:07 +00:00
..
benchmark THRIFT-410. rb: Ruby lib should have no checked in generated code 2009-03-31 23:51:07 +00:00
ext THRIFT-415. rb: BinaryProtocolAccelerated does not behave properly when strict reads are turned off 2009-03-31 23:48:36 +00:00
lib THRIFT-387. Add license headers to a bunch of files 2009-03-30 21:35:00 +00:00
script THRIFT-387. Add license headers to a bunch of files 2009-03-30 21:35:00 +00:00
spec THRIFT-415. rb: BinaryProtocolAccelerated does not behave properly when strict reads are turned off 2009-03-31 23:48:36 +00:00
CHANGELOG rb: Use Echoe to manage the gem [THRIFT-38] 2008-06-24 01:06:00 +00:00
Makefile.am THRIFT-387. Add license headers to a bunch of files 2009-03-30 21:35:00 +00:00
Manifest Fix up Manifest again to include the proper files for gem building 2009-03-30 21:25:20 +00:00
Rakefile THRIFT-387. Add license headers to a bunch of files 2009-03-30 21:35:00 +00:00
README THRIFT-387. Add license headers to a bunch of files 2009-03-30 21:35:00 +00:00
setup.rb Merge branch 'fastbinary' 2008-07-08 00:47:49 +00:00

Thrift Ruby Software Library
    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.