aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/lib/grpc.rb
diff options
context:
space:
mode:
authorGravatar temiola <temiola@google.com>2015-01-07 18:43:40 -0800
committerGravatar Nicolas Noble <nnoble@google.com>2015-01-09 17:35:24 -0800
commit0f0a6bc4f0d58156a611f048f0ea16d632ead954 (patch)
treebf4903217abb61b666ab772ce17b0ca5b33c6d7d /src/ruby/lib/grpc.rb
parentc008ae5e506b7d92137d1b905117fc887036e701 (diff)
Switches to using protobuf-ruby.
- Adds a dependency to protobuf-ruby in the gemfile - Updates math.proto to proto3 - Updates math server and client to use protoc protos - Updates interop server and client to use protoc protos Also - Fixes/Updates the noproto samples TESTED: math_server and math_client can communicate locally. Change on 2015/01/07 by temiola <temiola@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83483448
Diffstat (limited to 'src/ruby/lib/grpc.rb')
-rw-r--r--src/ruby/lib/grpc.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ruby/lib/grpc.rb b/src/ruby/lib/grpc.rb
index c7eec3388c..81c67ec859 100644
--- a/src/ruby/lib/grpc.rb
+++ b/src/ruby/lib/grpc.rb
@@ -27,7 +27,6 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-require 'grpc/beefcake' # extends beefcake
require 'grpc/errors'
require 'grpc/grpc'
require 'grpc/logconfig'