Sha256: c12598caa8fd6fdf6e9689060581cfac8e7efb5141298cc05b48c467a2a8d556

Contents?: true

Size: 706 Bytes

Versions: 1

Compression:

Stored size: 706 Bytes

Contents

# Publishing

The module is published to [RubyGems][1] under the gem name [plaid][2].

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. 
5. `git pull` (makes sure your `HEAD` is up-to-date).
6. `rake release` (builds the gem, creates a tag, pushes the gem to RubyGems and tag to GitHub).
7. `rake update_github_docs` (generates RDoc files, updates `gh-pages` branch and pushes it to GitHub). (If you run into a `gh-pages` branch error, you may need to manually run `git checkout gh-pages` to ensure the branch is checked out locally.)

[1]: https://rubygems.org/
[2]: https://rubygems.org/gems/plaid

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
plaid-9.0.0 PUBLISH.md