Republish the same version after yanking doesn't seem to work
I get an error that it already exists when I try to do this.
Steps to recreate:
gem publish name-0.gem
gem yank name -v 0
gem publish name-0.gem
Comments are currently closed for this discussion. You can start a new one.
Support Staff 2 Posted by Nick Quaranto on 16 Jul, 2010 10:21 PM
Yes, this is by design. The purpose is that mirrors will always be up to date and won't have gems with the same versions but actually are different. The main reason behind this is so expectations aren't broken from day to day...if i download a gem with version A on day 1, it should be same codebase on day 2 when I download it again. :)
Nick Quaranto closed this discussion on 16 Jul, 2010 10:21 PM.