Unable to yank rbx-trepanning version 1.8.7-universal-rubinius-1.2
The version name 1.8.7-universal-rubinius-1.2 was added by mistake as a way to try to restrict installs to rubinius version 1.2 or greater which runs a 1.8.7 flavor of Ruby.
I'd like to yank it. and may have. But it still shows up on https://rubygems.org/gems/rbx-trepanning
Here is what happens when I try to yank it now:
$ gem yank rbx-trepanning -v 1.8.7
Yanking gem from RubyGems.org...
Pushing gem to https://rubygems.org...
The version 1.8.7 does not exist.
$ gem yank rbx-trepanning -v 1.8.7-universal-rubinius-1.2
ERROR: While executing gem ... (ArgumentError)
Illformed requirement ["1.8.7-universal-rubinius-1.2"]
$ gem yank rbx-trepanning -v 1.8.7-universal
ERROR: While executing gem ... (ArgumentError)
Illformed requirement ["1.8.7-universal"]
Please advise.
Comments are currently closed for this discussion. You can start a new one.
Support Staff 2 Posted by Gabriel Horner on 26 Aug, 2011 03:56 AM
What happens if you try
gem yank rbx-trepanning -v 1.8.7 --platform universal-rubinius-1.2? If that doesn't work, what gemcutter version and rubygems version are you running? We may need to report this to gemcutter3 Posted by rockyb on 26 Aug, 2011 01:46 PM
That worked - thanks! When I go to https://rubygems.org/gems/rbx-trepanning now though I see 0.0.1 listed by default, rather than 0.0.8 :-/ Perhaps that will right itself eventually? If not, I can load up the next release.
Support Staff 4 Posted by Gabriel Horner on 27 Aug, 2011 05:36 AM
Glad the yank worked out. The 0.0.1 listing is a bug we'll need to fix. I've started an issue to look into it, https://github.com/rubygems/rubygems.org/issues/341
Gabriel Horner closed this discussion on 27 Aug, 2011 05:36 AM.