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

Versions file not updated for RC-releases #48

Open
sudoremo opened this issue Nov 6, 2024 · 0 comments
Open

Versions file not updated for RC-releases #48

sudoremo opened this issue Nov 6, 2024 · 0 comments

Comments

@sudoremo
Copy link

sudoremo commented Nov 6, 2024

Describe the problem as clearly as you can

  • Running gem generate_index -d … --update does not include new Gems with RC-versions (e.g. 1.0.0.rc0).
  • Running with --update, in contrast to omitting the flag, creates an additional line for each new Gem version instead of altering the existing line. This may not be a bug though.

Did you try upgrading RubyGems?

Yes.

Post steps to reproduce the problem

I have added a new unit test in this fork branch.

Which command did you run?

gem generate_index -d … --update

What were you expecting to happen?

Pre-releases should also be added to the index. Otherwise, they cannot be installed.

What actually happened?

Pre-releases are not added to the index / versions file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant