logstash-output-riak 3.0.3 → 3.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a9e0d8572353eebbe41ac72b52696c6b584b68edd4f213fee54f885e4ff0a181
4
- data.tar.gz: c64e0f9b98f264f7cd6eee8b3eae118f13854bb96c521fb8eb9aa76e38934fb1
3
+ metadata.gz: 15b55453a4f5c07c7733e0fa52670a9e2ba6ca937b9390298541fd00b49bb090
4
+ data.tar.gz: 62ac373792f6d89c80aa6c8db9e63b36dfd31fa07bc25e5a14da3c6608650854
5
5
  SHA512:
6
- metadata.gz: dc1385f6f2f52f317acd4f8b464c0d905f7374d8480e880f745251d45a06db0ebe1880048487d6a561a982c3eb74928a97cdc904330e94b1e8d782c226516dd3
7
- data.tar.gz: a7aefebc842885fa0b5984551772ef81ac6a1a45c76abec4992134eb54b2c35911d424fdf424c05eb69f62ba3a374be7adc99d17c01c0a50d0e32826d7c0fe92
6
+ metadata.gz: 12d331ccae1ac5c1c690d8f02cd3686e1327d329680da3f80bee8d38346beb57f1364220f97cb34784b50b3942f7f0ffdd01a5331cadab1de19775a8a6e2dfef
7
+ data.tar.gz: 4c608e91583a21d24997f09cb62e9d9e7dec7472a0d4cb19fafaa044fad242974c7894c00fc9d44d780353acf9f6fbd5ed67101309cf8d661651cf5e4563204e
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.0.4
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.0.3
2
5
  - Update gemspec summary
3
6
 
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012–2016 Elasticsearch <http://www.elastic.co>
1
+ Copyright (c) 2012-2018 Elasticsearch <http://www.elastic.co>
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License.
data/docs/index.asciidoc CHANGED
@@ -1,5 +1,6 @@
1
1
  :plugin: riak
2
2
  :type: output
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -174,4 +175,6 @@ will turn on SSL `VERIFY_PEER`
174
175
 
175
176
 
176
177
  [id="plugins-{type}s-{plugin}-common-options"]
177
- include::{include_path}/{type}.asciidoc[]
178
+ include::{include_path}/{type}.asciidoc[]
179
+
180
+ :default_codec!:
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-riak'
3
- s.version = '3.0.3'
3
+ s.version = '3.0.4'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "Writes events to the Riak distributed key/value store"
6
6
  s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-riak
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.3
4
+ version: 3.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-13 00:00:00.000000000 Z
11
+ date: 2018-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement