Sha256: 81b9fd7babc62456a63173d1cd49829d02594607383bc99081211218da4ad510

Contents?: true

Size: 574 Bytes

Versions: 2

Compression:

Stored size: 574 Bytes

Contents

# Gem meta info

## Release a new version

* Make and commit code changes.
* Update `CHANGELOG.md`.
* Update the gem version in `lib/needleman_wunsch_aligner/version.rb`.
* Commit version bump and changelog.
* Run `rake release`. This will perform the following steps:
    * Build a gem package to e.g. pkg/needleman_wunsch_aligner-1.0.1.gem.
    * Push the `.gem` package to `Rubygems.org`
    * Add and push a tag like “v1.0.1” to git.
    * Push commits to the git remote.

## Run tests

    rake test

Also every push to github will trigger a test run at travis CI.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
needleman_wunsch_aligner-1.0.2 doc/meta.md
needleman_wunsch_aligner-1.0.1 doc/meta.md