Skip to content
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 399 Bytes

DEVELOPMENT.md

File metadata and controls

9 lines (6 loc) · 399 Bytes

If you want to try a later version of jruby-kafka bump the version number in the logstash-kafka.gemspec to the desired version. Then build run the make tarball with the jruby-kafka.gem in the root of the project. The jruby bundler should pick up the unpublished gem from the current working directory.

Build and release gem:

gem build logstash-kafka.gemspec
gem push logstash-kafka*.gem