logstash-output-zeromq 3.1.1 → 3.1.2

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
- SHA1:
3
- metadata.gz: 0af4e021e815bcd538e429f4e3a1303fc44cdf65
4
- data.tar.gz: 76dc8de9af44b8a9a64aa95f8ff6f7377e9ceee5
2
+ SHA256:
3
+ metadata.gz: 3dfbb413311222d94db6dab9beedce6a294099875606975e476eda1384f1371a
4
+ data.tar.gz: 6b71c94766747f4dd087295faa0ad4b33ad5f3aff8b6164820b869d7392f1959
5
5
  SHA512:
6
- metadata.gz: 52843e2bc85884e0c0e1d650d34903b82feca64c7cda8d5cedeb845265586fe673b1b65f9a42337162f9e63fb7078da2b0bc9176c75773353c65c80a26bb182b
7
- data.tar.gz: 915ab9e6fb050149edbd6de5fe20d65df469c0b18449a5238350a04b9cf91289b5498b1090bb3642e041c0845813663f01fe6a65f17b57124ab12375eb9807e8
6
+ metadata.gz: 03a2ac5a12a9d37c8af50ea7ef76e941f2013194656fcfb0bedb0565a0457158142159b507ea3649f828e00801bab35b3e0ae2bb1d6c5c4b55116b775a506132
7
+ data.tar.gz: 5c2846f32c5806f1e2d89133deacfd2cf03f829401f76a946eb25b733d6762cf7064e1d7cc356deaef6d1044233312214b47644f3ae200a22dcc9ea76a751d1c
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.1.2
2
+ - Fix some documentation issues
3
+
1
4
  ## 3.1.0
2
5
  - Move to concurrency :single for safety. This may cause some slowdown in
3
6
  client mode, but is the easiest upgrade path. Moving to :shared would be nice
data/docs/index.asciidoc CHANGED
@@ -12,7 +12,7 @@ START - GENERATED VARIABLES, DO NOT EDIT!
12
12
  END - GENERATED VARIABLES, DO NOT EDIT!
13
13
  ///////////////////////////////////////////
14
14
 
15
- [id="plugins-{type}-{plugin}"]
15
+ [id="plugins-{type}s-{plugin}"]
16
16
 
17
17
  === Zeromq output plugin
18
18
 
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-zeromq'
4
- s.version = '3.1.1'
4
+ s.version = '3.1.2'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Write events to a 0MQ socket."
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-output-zeromq
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.1
4
+ version: 3.1.2
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: 2017-11-13 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: Write events to a 0MQ socket.