The module is published to RubyGems under the gem name plaid.
To publish:
rake test(runs the test suite locally).- Update, commit, and merge (with review) the
lib/plaid/version.rbandCHANGELOG.mdfiles. git pull(makes sure yourHEADis up-to-date).rake release(builds the gem, creates a tag, pushes the gem to RubyGems and tag to GitHub).rake update_github_docs(generates RDoc files, updatesgh-pagesbranch and pushes it to GitHub).