logstash-input-couchdb_changes 3.1.3 → 3.1.4
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/logstash-input-couchdb_changes.gemspec +2 -2
- metadata +7 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 9c489a7d191ac12b4b0596705570d88ad5995e38576118a88ae66ca781770d83
|
|
4
|
+
data.tar.gz: 2cb2a3b673c28806ac1a7dbc11e96a56eb54b1317af63c66414b003b95b82b41
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 405309d8d6c0f1bc48522fa884b71426509a730920d3c5b675fd8f0d1201d39805a4cc10bd10e27528966ea7be62a6976b6df11c9a0c574967495fea2f239fde
|
|
7
|
+
data.tar.gz: c79adb428bf217ca459ae16b75eae00fd5e42b24c0b36a447011f1863449e56a282dba961f69f255de7b27fe96e8a0fca1c5c4c48681731c0685817dd74e62c3
|
data/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
|
|
3
3
|
s.name = 'logstash-input-couchdb_changes'
|
|
4
|
-
s.version = '3.1.
|
|
4
|
+
s.version = '3.1.4'
|
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
|
6
|
-
s.summary = "
|
|
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"
|
|
8
8
|
s.authors = ["Elastic"]
|
|
9
9
|
s.email = 'info@elastic.co'
|
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
|
+
version: 3.1.4
|
|
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
|
+
date: 2017-11-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -114,7 +114,9 @@ dependencies:
|
|
|
114
114
|
- - ">="
|
|
115
115
|
- !ruby/object:Gem::Version
|
|
116
116
|
version: '0'
|
|
117
|
-
description: This gem is a Logstash plugin required to be installed on top of the
|
|
117
|
+
description: This gem is a Logstash plugin required to be installed on top of the
|
|
118
|
+
Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
|
|
119
|
+
gem is not a stand-alone program
|
|
118
120
|
email: info@elastic.co
|
|
119
121
|
executables: []
|
|
120
122
|
extensions: []
|
|
@@ -156,10 +158,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
156
158
|
version: '0'
|
|
157
159
|
requirements: []
|
|
158
160
|
rubyforge_project:
|
|
159
|
-
rubygems_version: 2.
|
|
161
|
+
rubygems_version: 2.6.11
|
|
160
162
|
signing_key:
|
|
161
163
|
specification_version: 4
|
|
162
|
-
summary:
|
|
164
|
+
summary: Streams events from CouchDB's `_changes` URI
|
|
163
165
|
test_files:
|
|
164
166
|
- spec/inputs/ca_cert.pem
|
|
165
167
|
- spec/inputs/couchdb_changes_spec.rb
|