2

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?

TomP
  • 133
  • 1
  • 2
  • 12
  • Are you just asking how to push your gem? Otherwise rubydoc.info will automatically handle this for you it just might take a little while (maybe a day or so). – engineersmnky Apr 10 '15 at 20:05

1 Answers1

0

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

letz
  • 1,762
  • 1
  • 20
  • 40