aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Tim Emiola <temiola@google.com>2015-01-22 19:04:08 -0800
committerGravatar Tim Emiola <temiola@google.com>2015-01-22 19:04:08 -0800
commitd428c54681bb83c8908262d10e552f609514309d (patch)
treeaefced69bd79b7dc352a3be24e83fb6bd3e0836a
parent7d73f2b279b4faeff21613aea999b8c081169842 (diff)
removed a reference to a google3 dir
-rwxr-xr-xsrc/ruby/bin/interop/README.md11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/ruby/bin/interop/README.md b/src/ruby/bin/interop/README.md
index 04020868a4..84fc663620 100755
--- a/src/ruby/bin/interop/README.md
+++ b/src/ruby/bin/interop/README.md
@@ -1,11 +1,8 @@
Interop test protos
===================
-These were generated by a patched version of beefcake and a patched version of
-protoc.
+These ruby classes were generated with protoc v3, using grpc's ruby compiler
+plugin.
-- set up and access of the patched versions is described in ../../README.md
-
-The actual test proto is found in Google3 at
-
-- third_party/stubby/testing/proto/test.proto
+- As of 2015/01 protoc v3 is available in the
+[google-protobuf](https://github.com/google/protobuf) repo