grpc/src/ruby/tools
Alexander Polcyn f5521c33f9 Revert "Merge branch 'master' into v1.3.x"
This reverts commit 79759fea1a, reversing
changes made to dc36f4df6a.
2017-04-26 14:18:39 -07:00
..
bin merge os_check and cpu_check into platform_check 2016-10-06 09:55:16 -07:00
README.md Created grpc-tools ruby gem for distributing protoc and the plugin 2016-04-29 11:36:57 -07:00
grpc-tools.gemspec update grpc-tools.gemspec after with os_check -> plactform_check.rb 2017-01-13 10:00:50 -08:00
platform_check.rb continue use of host_cpu and use x86 whenever not x86_64 2017-01-13 09:42:12 -08:00
version.rb Revert "Merge branch 'master' into v1.3.x" 2017-04-26 14:18:39 -07:00

README.md

Ruby gRPC Tools

This package distributes protoc and the Ruby gRPC protoc plugin for Windows, Linux, and Mac.

Before this package is published, the following directories should be filled with the corresponding protoc and grpc_ruby_plugin executables.

  • bin/x86-linux
  • bin/x86_64-linux
  • bin/x86-macos
  • bin/x86_64-macos
  • bin/x86-windows
  • bin/x86_64-windows