I am trying to contribute to a gem I recently took interest in - Nesta. The developer has done a great job in creating one of the lightest, thinest CMSs you can find and I want to document it. I have read through the code and commented on a few methods to the best of my knowledge.
However, I seek to test this out locally by calling gem server
and seeing the changes on my machine before pushing it online.
Things I have tried:
- Manual edit.
- Documented the file.
- Fired up
gem server
.
- Using the
gem
tool.- Documented the file.
- Ran
gem rdoc nesta --rdoc
- Restarted
gem server
All to no avail. Please help.
Thank you.