logstash-input-zeromq 3.0.3 → 3.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 418afad4e854d8a8df82b3f6cfe1fcabd0e43efa
4
- data.tar.gz: 0ec0dedce9813f4d1d0b928cfdd92dec475158f2
2
+ SHA256:
3
+ metadata.gz: a42ccf9332714df83d406a6e1102d9842c95b3a55c57e2ae1c1e4580193bd8a8
4
+ data.tar.gz: 758e6fbef01cd3918553f44af4c0b860c484993684807f4f4c466c0fa13beb08
5
5
  SHA512:
6
- metadata.gz: 6b05268f321be85af92029cf891bb9d6781b787c74e65935bc1a0b8af63818cbb9c3e4ed9f2a62a3cac686d7706b1704b70b2915de6ebc61226aee5185e74e5d
7
- data.tar.gz: 73b97a212f9a15a5a75da1e09413a77afb20c51697543f88dfd14638b7d9d857accc45197ff4a5ba8accca79e73c3ac246dc64dbb0fdcc249cd6a9a435661bed
6
+ metadata.gz: a73e37b422bad660d25061180c044c75f4648875c1c0b3a26772e362c89d8bda67fa94950d62d7547bfdf16770cbaa217c533bd18aa11cc146d394804e4b9d54
7
+ data.tar.gz: 4fe71d801f8979792405fac29765521862fba24ae0631aa2f80f6a9ca7e5e590e8ad18483ea6edafda77b0603899c3890bfccd7b570f13282d4512627032df15
@@ -1,3 +1,9 @@
1
+ ## 3.0.5
2
+ - Docs: Set the default_codec doc attribute.
3
+
4
+ ## 3.0.4
5
+ - Fix some documentation issues
6
+
1
7
  ## 3.0.2
2
8
  - Relax constraint on logstash-core-plugin-api to >= 1.60 <= 2.99
3
9
 
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: zeromq
2
2
  :type: input
3
+ :default_codec: json
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -12,7 +13,7 @@ START - GENERATED VARIABLES, DO NOT EDIT!
12
13
  END - GENERATED VARIABLES, DO NOT EDIT!
13
14
  ///////////////////////////////////////////
14
15
 
15
- [id="plugins-{type}-{plugin}"]
16
+ [id="plugins-{type}s-{plugin}"]
16
17
 
17
18
  === Zeromq input plugin
18
19
 
@@ -156,4 +157,6 @@ you can change the `mode` setting
156
157
 
157
158
 
158
159
  [id="plugins-{type}s-{plugin}-common-options"]
159
- include::{include_path}/{type}.asciidoc[]
160
+ include::{include_path}/{type}.asciidoc[]
161
+
162
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-zeromq'
4
- s.version = '3.0.3'
4
+ s.version = '3.0.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "$summary"
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-zeromq
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.3
4
+ version: 3.0.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-06-23 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
@@ -72,7 +72,9 @@ dependencies:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
- 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
75
+ description: This gem is a Logstash plugin required to be installed on top of the
76
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
77
+ gem is not a stand-alone program
76
78
  email: info@elastic.co
77
79
  executables: []
78
80
  extensions: []
@@ -113,7 +115,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
113
115
  version: '0'
114
116
  requirements: []
115
117
  rubyforge_project:
116
- rubygems_version: 2.4.8
118
+ rubygems_version: 2.6.11
117
119
  signing_key:
118
120
  specification_version: 4
119
121
  summary: "$summary"