1Thrift Ruby Software Library 2 http://thrift.apache.org 3 4== LICENSE: 5 6Licensed to the Apache Software Foundation (ASF) under one 7or more contributor license agreements. See the NOTICE file 8distributed with this work for additional information 9regarding copyright ownership. The ASF licenses this file 10to you under the Apache License, Version 2.0 (the 11"License"); you may not use this file except in compliance 12with the License. You may obtain a copy of the License at 13 14 http://www.apache.org/licenses/LICENSE-2.0 15 16Unless required by applicable law or agreed to in writing, 17software distributed under the License is distributed on an 18"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 19KIND, either express or implied. See the License for the 20specific language governing permissions and limitations 21under the License. 22 23== DESCRIPTION: 24 25Thrift is a strongly-typed language-agnostic RPC system. 26This library is the ruby implementation for both clients and servers. 27 28== INSTALL: 29 30 $ gem install thrift 31 32== CAVEATS: 33 34This library provides the client and server implementations of thrift. 35It does <em>not</em> provide the compiler for the .thrift files. To compile 36.thrift files into language-specific implementations, please download the full 37thrift software package. 38 39== USAGE: 40 41This section should get written by someone with the time and inclination. 42In the meantime, look at existing code, such as the benchmark or the tutorial 43in the full thrift distribution. 44