Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 288 Bytes

how-to-build-and-publish.md

File metadata and controls

14 lines (11 loc) · 288 Bytes

How to build and publish gem

Increase the version in lib/lcms/engine/version.rb and update CHANGELOG.md.

Build the gem

$ gem build lcms-engine.gemspec

Publish it replacing x-y-z with correct version number.

$ gem signin
$ gem push lcms-engine-x-y-z.gem