logstash-input-sqlite 3.0.1 → 3.0.2

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
2
  SHA1:
3
- metadata.gz: 4a8fbdef5609e78c4e4ef311212e63b776d5880c
4
- data.tar.gz: 74f2f4c8069edd45c02eb9e0f8c6045f12373295
3
+ metadata.gz: 63a79a33655da4e29d097745b295e83cfa62a822
4
+ data.tar.gz: 73dbba6275b70c56ba749aed1bae2ba56143f8b7
5
5
  SHA512:
6
- metadata.gz: f43703761a2eccb274d6e8628d778d705e4eb419e2d021e87b392732b8bfa2b5063e976c5e307f9a67699732a5c4a58b20c709d890df3020a334893a2696b2f6
7
- data.tar.gz: 50d929dc4b4f6f07e963b094d4a9f555881e4d025fd37b0ed5871b59b22ddecc0a334c396b5d99cd351b3ea32230f29c6aa668e10a5616c9778efcfbc90e3f90
6
+ metadata.gz: a3d848a12a551a0a384630657aabc3439b441c8fef641c4c4e154b122f27ebec94035ba71f97aae164f71c571204b0cb5630396250b868f0526dbc0c4d9e777a
7
+ data.tar.gz: 1b11e1ade709e20f5d99e896ac30a06f293c6a037deeb3757061f0158de229774d9e12202024f5eb28c881a93bf5ae77e7043244a554fec72bc058c5b7faa797
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.0.2
2
+ - Fix some documentation issues
3
+
1
4
  # 3.0.0
2
5
  - Breaking: depend on logstash-core-plugin-api between 1.60 and 2.99 and use new event api
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
  === Sqlite input plugin
18
18
 
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-sqlite'
4
- s.version = '3.0.1'
4
+ s.version = '3.0.2'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Read rows from an sqlite database."
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-sqlite
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.0.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-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement