-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
feat: Rubygem release engine #889
Conversation
render json: { | ||
url: vanity_v1_account_release_artifact_url(artifact.account, artifact, filename: artifact.filename), | ||
version: release.version, | ||
pub_date: release.created_at.rfc3339(3), |
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.
This is the required format for Tauri —not Rubygems. This does not follow what Rubygems expects, i.e. this won't be installable via gem install foo --source https://rubygems.pkg.keygen.sh/bar
.
This isn't really what the request in #491 is describing. Are you sure you understand what's required? |
@mehulmathur16 there's implementations like Gitea's, GitLab's, and Rubygems.org's to study for a general idea of what I'm thinking here. In the end, I want a user to be able to upload a |
Closing due to inactivity. Feel free to open a new PR if you pick this up again. 👍 |
/closes #491
/claim #491