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 +5 -5
- data/CHANGELOG.md +3 -0
- data/docs/index.asciidoc +1 -1
- data/logstash-input-neo4j.gemspec +1 -1
- metadata +4 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 926b4fb9e20f08a552d36cbe2ee0a48d0c64388d
|
|
4
|
+
data.tar.gz: 4208dec3bf570377ec5dc8d07767dc939a8f5626
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d6144a80029c2ba183bc1e84f8634a0c5ec84af3ef28b72207c455acb5d71c8af0ba611bc412565b9c89a89ef0a4e395b95f0750971b38e62953f7ecd67644bc
|
|
7
|
+
data.tar.gz: f39b6474b92e4a14257de6bbc5498f09e2616e3977bad03dd2525bce191b5983535fa2381c0daaae67e1bb1d7f8ff19a98048c74c4be7e289dbf49d6168c452d
|
data/CHANGELOG.md
CHANGED
data/docs/index.asciidoc
CHANGED
|
@@ -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.
|
|
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.
|
|
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-
|
|
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.
|
|
139
|
+
rubygems_version: 2.4.8
|
|
142
140
|
signing_key:
|
|
143
141
|
specification_version: 4
|
|
144
142
|
summary: Logstash Input for Neo4j
|