README.md in runcible-0.4.8 vs README.md in runcible-0.4.9
- old
+ new
@@ -106,10 +106,20 @@
To see RestClient logs while testing:
logging=true
+## Updating Documentation
+The documentation is built with yard and hosted on Github via the gh-pages branch of the repository. To update the documentation on Github:
+
+ yard doc
+ git checkout gh-pages
+ cp -rf doc/* ./
+ git add ./
+ git commit -a -m 'Updating docs to version X.X'
+ git push <upstream> gh-pages
+
## Building and Releasing
### Gem
While anyone can grab the source and build a new version of the gem, only those with Rubygems.org permissions on the project can release an official version.