I followed instructions on https://gist.github.com/jendiamond/6128723 to create a new gem. When I tried to push it to rubygem.org, I used bundle exec rake release and got stuck on:
jz2021_helloworld 0.1.0 built to pkg/jz2021_helloworld-0.1.0.gem.
Tag v0.1.0 has already been created.
Pushing gem to http://rubygems.org...
Since it never says "pushed..." and I never saw the gem on rubygems.org, I assume the push was unsuccessful. I checked past issues but couldn't find anything matched. I would really appreciate it if you can provide some insight on what is happening on the Rubygems.org's side since there is no error message returned.
Please let me know if there is anything else I can provide.
Thanks in advance!
I followed instructions on https://gist.github.com/jendiamond/6128723 to create a new gem. When I tried to push it to rubygem.org, I used
bundle exec rake releaseand got stuck on:jz2021_helloworld 0.1.0 built to pkg/jz2021_helloworld-0.1.0.gem.
Tag v0.1.0 has already been created.
Pushing gem to http://rubygems.org...
Since it never says "pushed..." and I never saw the gem on rubygems.org, I assume the push was unsuccessful. I checked past issues but couldn't find anything matched. I would really appreciate it if you can provide some insight on what is happening on the Rubygems.org's side since there is no error message returned.
Please let me know if there is anything else I can provide.
Thanks in advance!