I am using RubyGems version 1.3.7. I just pushed a bad gem to the server, and now want to remove it using the gem yank command, which is what the instructions on the terminal tell me to do. Yet when I run this, I get command not found errors.
So did the command get removed? What can I do to push a gem up to RubyGems without building a new version?
Install gemcutter–it will add global
yankandwebhookcommands for rubygems.# gem install gemcutterAnd you can’t push the same gem version twice. Yanking just marks a particular version as ‘invalid’.