Search code examples
rubyrubygemsrdoc

Pushing rdoc documentation to rubygems.org


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?


Solution

  • 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