Sha256: a07776a6e930bc1cbf57c1ef11aef3532a557e91335dacbfb98875d1bac0daf1
Contents?: true
Size: 563 Bytes
Versions: 20
Compression:
Stored size: 563 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). [1]: https://rubygems.org/ [2]: https://rubygems.org/gems/plaid
Version data entries
20 entries across 20 versions & 1 rubygems