Home | History | Annotate | only in /external/grpc-grpc/src/ruby/tools
Up to higher level directory
NameDateSize
bin/22-Oct-2020
grpc-tools.gemspec22-Oct-2020661
platform_check.rb22-Oct-20201K
README.md22-Oct-2020386
version.rb22-Oct-2020642

README.md

      1 # Ruby gRPC Tools
      2 
      3 This package distributes protoc and the Ruby gRPC protoc plugin for Windows, Linux, and Mac.
      4 
      5 Before this package is published, the following directories should be filled with the corresponding `protoc` and `grpc_ruby_plugin` executables.
      6 
      7  - `bin/x86-linux`
      8  - `bin/x86_64-linux`
      9  - `bin/x86-macos`
     10  - `bin/x86_64-macos`
     11  - `bin/x86-windows`
     12  - `bin/x86_64-windows`
     13