README.md in logstash-output-scalyr-0.1.8 vs README.md in logstash-output-scalyr-0.1.9

- old
+ new

@@ -8,11 +8,11 @@ You can view documentation for this plugin [on the Scalyr website](https://app.scalyr.com/solutions/logstash). # Quick start 1. Build the gem, run `gem build logstash-output-scalyr.gemspec` -2. Install the gem into a Logstash installation, run `/usr/share/logstash/bin/logstash-plugin install logstash-output-scalyr-0.1.8.gem` or follow the latest official instructions on working with plugins from Logstash. +2. Install the gem into a Logstash installation, run `/usr/share/logstash/bin/logstash-plugin install logstash-output-scalyr-0.1.9.gem` or follow the latest official instructions on working with plugins from Logstash. 3. Configure the output plugin (e.g. add it to a pipeline .conf) 4. Restart Logstash # Configuration @@ -376,9 +376,10 @@ ## Releasing to RubyGems.org To deploy the current code on your machine run these commands: ``` +rm -rf vendor/ bundle check --path vendor/bundle || bundle install --deployment curl -u RUBY_USER:RUBY_PASSWORD https://rubygems.org/api/v1/api_key.yaml > ~/.gem/credentials chmod 0600 ~/.gem/credentials bundle exec rake vendor bundle exec rspec