logstash-input-neo4j 2.0.5-java → 2.0.6-java

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
- SHA256:
3
- metadata.gz: e166208ab9c659d85e487137faa1aefded03996a7847537af7449e8663a3017a
4
- data.tar.gz: f02d0dcf4ad4105dad5c4624b9d228010e1e9b3ffd21e12f602bc4dd72e15484
2
+ SHA1:
3
+ metadata.gz: 926b4fb9e20f08a552d36cbe2ee0a48d0c64388d
4
+ data.tar.gz: 4208dec3bf570377ec5dc8d07767dc939a8f5626
5
5
  SHA512:
6
- metadata.gz: 05b87cdc380aea683e81db2c00141ef54e0acdf3638188803caadc382a5e5c790b38d3f847ff9f40fe975d215e8b794b8ae6d14f28d1b4a879736dfbefb42cf7
7
- data.tar.gz: 9d1dfcc12bc4a249c36f7713346d39931be8e316ff2599d3b5e75ab9e650a808d63a15a8bc80bc3e3889ef7625907a1b3eafa1638d43b04eaadc727be62477ee
6
+ metadata.gz: d6144a80029c2ba183bc1e84f8634a0c5ec84af3ef28b72207c455acb5d71c8af0ba611bc412565b9c89a89ef0a4e395b95f0750971b38e62953f7ecd67644bc
7
+ data.tar.gz: f39b6474b92e4a14257de6bbc5498f09e2616e3977bad03dd2525bce191b5983535fa2381c0daaae67e1bb1d7f8ff19a98048c74c4be7e289dbf49d6168c452d
@@ -1,3 +1,6 @@
1
+ ## 2.0.6
2
+ - Fix some documentation issues
3
+
1
4
  ## 2.0.4
2
5
  - Depend on logstash-core-plugin-api instead of logstash-core, removing the need to mass update plugins on major releases of logstash
3
6
 
@@ -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
  === Neo4j input plugin
18
18
 
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-neo4j'
4
- s.version = '2.0.5'
4
+ s.version = '2.0.6'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Logstash Input for Neo4j"
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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-neo4j
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.5
4
+ version: 2.0.6
5
5
  platform: java
6
6
  authors:
7
7
  - Pere Urbon-Bayes
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-06-23 00:00:00.000000000 Z
12
+ date: 2017-08-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  requirement: !ruby/object:Gem::Requirement
@@ -95,9 +95,7 @@ dependencies:
95
95
  - - ">="
96
96
  - !ruby/object:Gem::Version
97
97
  version: '0'
98
- description: This gem is a Logstash plugin required to be installed on top of the
99
- Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
100
- gem is not a stand-alone program
98
+ 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
101
99
  email: pere.urbon@gmail.com
102
100
  executables: []
103
101
  extensions: []
@@ -138,7 +136,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
138
136
  version: '0'
139
137
  requirements: []
140
138
  rubyforge_project:
141
- rubygems_version: 2.6.11
139
+ rubygems_version: 2.4.8
142
140
  signing_key:
143
141
  specification_version: 4
144
142
  summary: Logstash Input for Neo4j