-
Notifications
You must be signed in to change notification settings - Fork 41
feat: ruby client #89
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
base: main
Are you sure you want to change the base?
Conversation
Hi @davalpargal, thanks for the PR. Can you add ruby client gem publishing via github workflow as well to this PR? |
1262336
to
4e60bbc
Compare
Hey @harikrishnakanchi ! Do we have an existing rubygem account or lets pair to create one |
@ravisuhag can you help creating rubygem account? |
@harikrishnakanchi @davalpargal created an account and added secret |
@harikrishnakanchi @davalpargal Can you folks please try it out and see if we are able to publish it? |
3a24080
to
32eb519
Compare
32eb519
to
4dd7e95
Compare
gem build *.gemspec | ||
gem push *.gem | ||
env: | ||
GEM_HOST_API_KEY: "${{secrets.RUBYGEMS_AUTH_TOKEN}}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@davalpargal Typo here. Secret name is RUBYGEMS_TOKEN
Ruby client with current capability to:
Fetch descriptors from a single url.
Cache descriptors with a ttl.
Fetching proto descriptor using proto class name.