- Notifications
You must be signed in to change notification settings - Fork43
feat: ruby client#89
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
h4rikris commentedDec 2, 2021
Hi@davalpargal, thanks for the PR. Can you add ruby client gem publishing via github workflow as well to this PR? |
1262336 to4e60bbcComparedavalpargal commentedDec 6, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Hey @harikrishnakanchi ! Do we have an existing rubygem account or lets pair to create one |
h4rikris commentedDec 10, 2021
@ravisuhag can you help creating rubygem account? |
ravisuhag commentedDec 10, 2021
@harikrishnakanchi@davalpargal created an account and added secret |
ravisuhag commentedJan 11, 2022
@harikrishnakanchi@davalpargal Can you folks please try it out and see if we are able to publish it? |
3a24080 to32eb519Compare32eb519 to4dd7e95Compare| 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 isRUBYGEMS_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.