Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ruby gen command #275

Merged
merged 2 commits into from
Mar 4, 2017
Merged

Fix ruby gen command #275

merged 2 commits into from
Mar 4, 2017

Commits on Dec 5, 2016

  1. Fix ruby gen command

    protoc-gen-grpc-ruby doesn't work in my machine and google points to this readme as the only occurance...
    bluehallu authored Dec 5, 2016
    Configuration menu
    Copy the full SHA
    fc3cab8 View commit details
    Browse the repository at this point in the history
  2. Mention required dependencies in Readme

    Importing annotations.proto will produce a dependency in the generated stubs. This requires the relevant import when using the stubs even if the annotations are not actually used at all by anything but the grpc-gateway plugin.
    bluehallu authored Dec 5, 2016
    Configuration menu
    Copy the full SHA
    5c257c2 View commit details
    Browse the repository at this point in the history