grpc/src/ruby/tools
Yash Tibrewal 87b71907d6 [Release] Bump version to 1.65.0-dev (on master branch) (#36544)
Change was created by the release automation script. See go/grpc-release.

Closes #36544

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36544 from yashykt:bump_dev_version_202405061956 69ee5c869e
PiperOrigin-RevId: 631187829
2024-05-06 14:41:36 -07:00
..
bin fix remaining license notices 2017-06-08 11:22:41 +02: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 fix remaining license notices 2017-06-08 11:22:41 +02:00
platform_check.rb [Ruby] Fixed the return value of `PLATFORM.architecture` when MacOS is Ventura ( #31782 ). (#31783) 2023-03-30 08:33:25 -07:00
version.rb [Release] Bump version to 1.65.0-dev (on master branch) (#36544) 2024-05-06 14:41:36 -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