Sha256: 9f6c99fca1a9f602f8c0c31183aa13028b29224489814ed557d65bae801f847f
Contents?: true
Size: 539 Bytes
Versions: 2
Compression:
Stored size: 539 Bytes
Contents
## TL;DR Raising an issue is great, raising a PR is better, raising a PR with tests is *bestest*. ## Developing You'll need [Git LFS](https://git-lfs.github.com/) to properly clone this repo. Ensure you have JRuby 9.1.x installed. [rvm](https://rvm.io/) is your friend :) ```sh rvm use --install . gem install bundler && bundle install bundle exec rake ``` ### Running tests ``` rake ``` ### Updating KPL Change the dependency version in `build.gradle`, and then run `gradle copylibs`. Make sure to check in all the updated JARs!
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
logstash-output-kinesis-5.1.1-java | CONTRIBUTING.md |
logstash-output-kinesis-5.1.0-java | CONTRIBUTING.md |