Split out thrift/thrift.rb, add top level thrift.rb in prep for gemmification
authorKevin Clark <kclark@apache.org>
Wed, 18 Jun 2008 00:53:07 +0000 (00:53 +0000)
committerKevin Clark <kclark@apache.org>
Wed, 18 Jun 2008 00:53:07 +0000 (00:53 +0000)
commit9bf3362ea576758dbd1b27ebc7b185c32e6acd6e
tree0975767412f627ddccbef5eca8eeaf67a20a78ce
parent5e44bce98f289a196d2df0ec0d91fc1f9a3302be
Split out thrift/thrift.rb, add top level thrift.rb in prep for gemmification

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@668901 13f79535-47bb-0310-9956-ffa450edef68
lib/rb/lib/thrift.rb [new file with mode: 0644]
lib/rb/lib/thrift/exceptions.rb [new file with mode: 0644]
lib/rb/lib/thrift/thrift.rb
lib/rb/lib/thrift/thrift_client.rb [new file with mode: 0644]
lib/rb/lib/thrift/thrift_struct.rb [new file with mode: 0644]
lib/rb/lib/thrift/tprocessor.rb [new file with mode: 0644]
lib/rb/lib/thrift/types.rb [new file with mode: 0644]