From 75a15d886881b8fb1ed15ce3e6c241a215247d46 Mon Sep 17 00:00:00 2001 From: Kevin Clark Date: Wed, 18 Jun 2008 01:16:35 +0000 Subject: [PATCH] rb: Add thrift/protocol/binaryprotocol to the root lib/thrift file to cut down on client-side requires git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@669003 13f79535-47bb-0310-9956-ffa450edef68 --- lib/rb/lib/thrift.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/rb/lib/thrift.rb b/lib/rb/lib/thrift.rb index 2e747d49..53fd9fd9 100644 --- a/lib/rb/lib/thrift.rb +++ b/lib/rb/lib/thrift.rb @@ -22,6 +22,7 @@ require 'thrift/processor' require 'thrift/client' require 'thrift/struct' require 'thrift/protocol' -require 'thrift/transport/socket' +require 'thrift/protocol/binaryprotocol' require 'thrift/transport' +require 'thrift/transport/socket' require 'thrift/server' -- 2.17.1