diff options
author | temiola <temiola@google.com> | 2015-01-07 18:43:40 -0800 |
---|---|---|
committer | Tim Emiola <temiola@google.com> | 2015-01-08 13:27:44 -0800 |
commit | 6e48a4258ac4958e4392d8091d16267c1c1c2320 (patch) | |
tree | bf4903217abb61b666ab772ce17b0ca5b33c6d7d /src/ruby/lib | |
parent | 228ad9b85373f57ad6ef45740163fad25534b4da (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')
-rw-r--r-- | src/ruby/lib/grpc.rb | 1 |
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' |