0

Is it possible to change the source code link of the gem, after publishing.

Raja K
  • 21
  • 2

1 Answers1

0

Yes, but only by publishing a new version of the gem.

You could yank (delete) the old version, but I would strongly advise against it. Yanking should only be done for "extreme" errors such as critical security or legal problems.

Tom Lord
  • 27,404
  • 4
  • 50
  • 77