Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 563 Bytes

File metadata and controls

14 lines (10 loc) · 563 Bytes

Publishing

The module is published to RubyGems under the gem name plaid.

To publish:

  1. rake test (runs the test suite locally).
  2. Update, commit, and merge (with review) the lib/plaid/version.rb and CHANGELOG.md files.
  3. git pull (makes sure your HEAD is up-to-date).
  4. rake release (builds the gem, creates a tag, pushes the gem to RubyGems and tag to GitHub).
  5. rake update_github_docs (generates RDoc files, updates gh-pages branch and pushes it to GitHub).