Sha256: 7fb635a0831b6d255e542ff984c351c79af33e890ca1cb8d22fefc3f0f37696c
Contents?: true
Size: 613 Bytes
Versions: 5
Compression:
Stored size: 613 Bytes
Contents
# Gem meta info ## Release a new version * Make and commit code changes. * Update `CHANGELOG.md`. * Update the gem version in `lib/pdfbox_text_extraction/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/pdfbox_text_extraction-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
5 entries across 5 versions & 1 rubygems