So I wrote a small ruby gem and documented it with rdoc. But I don't know how to get my documentation onto rubygems. Anyone know?
When you upload your gem into rubygems.org, it automatically uploads the documentation in rubydoc.info
The guide to upload the gem: http://guides.rubygems.org/publishing/
hope it helps