Sha256: 59339cf29c901d7039ca584daed748837c1d826975315f34080675a566ad3f3f
Contents?: true
Size: 603 Bytes
Versions: 6
Compression:
Stored size: 603 Bytes
Contents
# Gem meta info ## Release a new version * Make and commit code changes. * Update `CHANGELOG.md`. * Update the gem version in `lib/multi_ruby_runner/version.rb`. * Commit version bump and changelog with message ‘Bumped version to x.y.z’. * Run `rake release`. This will perform the following steps: * Build a gem package to e.g. pkg/multi_ruby_runner-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
6 entries across 6 versions & 1 rubygems