logstash-input-couchdb_changes 3.1.2 → 3.1.3

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
2
  SHA1:
3
- metadata.gz: 01a4f83f36f2e4573dfe46b7570fad4ae3813c27
4
- data.tar.gz: 8e3fa464f42ada27c32d43e9b9c148d8363b1bec
3
+ metadata.gz: 3f174397026df07e4b0507e80822599bf0efc5c6
4
+ data.tar.gz: e878ed07fcd81568a3ac532353bb272dbffe5df2
5
5
  SHA512:
6
- metadata.gz: 43365ef85c7e03b310b00da96def8fb9d72f9a593fe6ffde31073ac208ca23d7a4fffe455e8c72d2317adde3f8fcbb25dfe5d4a923bb803484754ee3751778ba
7
- data.tar.gz: 6c05da85068a064a89bee77365edf6343525c984992733f91752c01d39da48a0380b3c6043702f9676a96006641a7231e6ec4c06bf35b9bc5a676de0da910390
6
+ metadata.gz: a3a5161373978d5d3cadf0b6728577bc732f8f822143ec03fdf8a164a638bb9968638f4d492027ead0b5586016e0a1bb688d7acbfed1a39bff7b703a845afb2c
7
+ data.tar.gz: dd0dd50e49ff2e4cc4c27f194c013f3629c618d859a57caa243de9785497560c06d2d4a302081c3cd8909edb2ddf8310c89af7adf32242adede5f9e0524d1db8
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.1.3
2
+ - Fix some documentation issues
3
+
1
4
  ## 3.1.1
2
5
  - Use the new Logstash 5.0 Event api to get the values #37
3
6
 
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
  === Couchdb_changes input plugin
18
18
 
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-couchdb_changes'
4
- s.version = '3.1.2'
4
+ s.version = '3.1.3'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "This input captures the _changes stream from a CouchDB instance"
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-couchdb_changes
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.2
4
+ version: 3.1.3
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-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement