Update gemspec
Hello all,
I recently created and pushed a gem (for the .net platform) and unfortunately put my name under author, not knowing this refers to the gem author, rather than the gemspec author / gem owner (the gem was written by someone else).
Is there a way to update the gemspec and re-push the gem with the right info or manually do that?
Comments are currently closed for this discussion. You can start a new one.
Support Staff 2 Posted by Nick Quaranto on 01 Aug, 2010 03:50 PM
Nope, there's no way to update the author without changing the gemspec, and pushing a new gem. The best thing you can do is run
gem specon the built gem before you push it and check it out. If you messed up,gem yankthe gem then push a fixed one. You're not going to run out of version numbers :)Nick Quaranto closed this discussion on 01 Aug, 2010 03:50 PM.