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

v1.0.0.beta5 release not available via rubygems.org #196

Closed
MrBananaLord opened this issue Nov 13, 2023 · 7 comments
Closed

v1.0.0.beta5 release not available via rubygems.org #196

MrBananaLord opened this issue Nov 13, 2023 · 7 comments

Comments

@MrBananaLord
Copy link
Contributor

Hi :) I (and a couple of other people) have an issue with installing the newest version (beta5) from rubygems.
I know it's probably not a code-related issue (I tested the gem directly from the main branch and it works fine), but I couldn't find a better place to raise it.

# when using gem install
gem install openapi_first --pre --version "1.0.0.beta5"
ERROR:  Could not find a valid gem 'openapi_first' (= 1.0.0.beta5) in any repository
ERROR:  Possible alternatives: openapi_first

# when setting version in the Gemfile
Your bundle is locked to openapi_first (1.0.0.beta5) from rubygems repository https://rubygems.org/ or installed
locally, but that version can no longer be found in that source. That means the author of openapi_first (1.0.0.beta5)
has removed it. You'll need to update your bundle to a version other than openapi_first (1.0.0.beta5) that hasn't been
removed in order to install.

At the same time I can successfully download the gem from the rubygems https://rubygems.org/gems/openapi_first/versions/1.0.0.beta5 🤔

@ahx
Copy link
Owner

ahx commented Nov 13, 2023

I currently have the same problem, but I got the notification email from rubygems.org that the version (1.0.0.beta5) was pushed to rubygems. So I guess there is nothing else I can do here except wait a little while(?).

@ahx
Copy link
Owner

ahx commented Nov 14, 2023

This seems to be the same issue as described in rubygems/rubygems.org#4097

@MrBananaLord
Copy link
Contributor Author

Yeah looks exactly like that issue. The beta5 is missing from curl https://index.rubygems.org/info/openapi_first while being present in the curl https://rubygems.org/api/v1/versions/openapi_first.json

I wonder if pushing a new version (e.g. 1.0.0.beta6) would do the trick. It would probably get that info file updated :D Kinda a cheesy option, but might work (I expect it to be a cache invalidation issue there so we could also just wait and see)

@ahx
Copy link
Owner

ahx commented Nov 14, 2023

@MrBananaLord Can you try out the beta release by loading the gem from github? tag: 'v1.0.0.beta5'
If that is not an option for you I can publish a new version later today.

@MrBananaLord
Copy link
Contributor Author

That's what I am doing and it works great :) (using a tag tho because the branch is not there gem "openapi_first", github: "ahx/openapi_first", tag: "v1.0.0.beta5")

@ykt
Copy link

ykt commented Nov 15, 2023

Hi @ahx

If that is not an option for you I can publish a new version later today.

I bumped same issue, it would be great if you could bump the newer version

@ahx
Copy link
Owner

ahx commented Nov 16, 2023

@ykt I have just released 1.0.0.beta6

Installing that version seems to work fine so I am closing this. Thanks for the report!

@ahx ahx closed this as completed Nov 16, 2023
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

3 participants