logstash-input-couchdb_changes 3.1.4 → 3.1.5

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: 9c489a7d191ac12b4b0596705570d88ad5995e38576118a88ae66ca781770d83
4
- data.tar.gz: 2cb2a3b673c28806ac1a7dbc11e96a56eb54b1317af63c66414b003b95b82b41
3
+ metadata.gz: 55cd674e06f2a02a8fe23102a0540021b91eb8fb7d9c6f68914d9f923ffc49b7
4
+ data.tar.gz: d5c0723bf34ca36c29f65e039ba8f7762f0513274fc81c960f18e428f9277f23
5
5
  SHA512:
6
- metadata.gz: 405309d8d6c0f1bc48522fa884b71426509a730920d3c5b675fd8f0d1201d39805a4cc10bd10e27528966ea7be62a6976b6df11c9a0c574967495fea2f239fde
7
- data.tar.gz: c79adb428bf217ca459ae16b75eae00fd5e42b24c0b36a447011f1863449e56a282dba961f69f255de7b27fe96e8a0fca1c5c4c48681731c0685817dd74e62c3
6
+ metadata.gz: 9d8fc725b1a4bb976f46a8adae216bd12c487f9b8f7ad750f4ad06f113f5c537de5628c6e73443a4af40af903e62f26ec7e2c8704a9ef51522f1bad5b390050b
7
+ data.tar.gz: 87e9ed1d68ce1e6f892e3ba98052716f10507c9c1973508c7e7bc45926108f18efb55ca8b9010e0a17f1872506f891746e85811ee881b9b87750f55a8318d2bb
@@ -1,3 +1,6 @@
1
+ ## 3.1.5
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.1.4
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.
@@ -1,5 +1,6 @@
1
1
  :plugin: couchdb_changes
2
2
  :type: input
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -217,4 +218,6 @@ CouchDB
217
218
 
218
219
 
219
220
  [id="plugins-{type}s-{plugin}-common-options"]
220
- include::{include_path}/{type}.asciidoc[]
221
+ include::{include_path}/{type}.asciidoc[]
222
+
223
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-couchdb_changes'
4
- s.version = '3.1.4'
4
+ s.version = '3.1.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Streams events from CouchDB's `_changes` URI"
7
7
  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-input-couchdb_changes
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.4
4
+ version: 3.1.5
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-07 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