logstash-input-sqlite 3.0.3 → 3.0.4

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
  SHA256:
3
- metadata.gz: 67dd614cf40fb940b47667a391d6866cd3a2b3ba6eec4fa3bb7a70df392dc837
4
- data.tar.gz: 26cc4f643aa4ab4ca3561cb3cff7260a449f49a45947cb468045845463a1ec45
3
+ metadata.gz: 9f0b0348c15e4ed2af4290366d2c60916f91aa2c5647ef555be7669c5773d89f
4
+ data.tar.gz: 54423bac2346d633d78e9974810bc7ad0bf18c417ef8f14e65a900160e5ed9cb
5
5
  SHA512:
6
- metadata.gz: 3f2293722316127771b74d92272f65142a28b30a1361eadaa9c889d19dda1fb59081d24c45390b7d6919c026b78a71ac6a1080d18c92469b40d4ecbc99377db2
7
- data.tar.gz: be13eaa182eae332329477e7447c1234d73ba32a3390568c04b5058111bd14d23e44ede21f62d82a5025d7b98651abf4d4b9ecf90310732eab8bccf49e3fccb0
6
+ metadata.gz: de334812351961d34cc101781b62106536ed43fe7816a5dfef3a3d49e2cfaa2e364213da14b1c8672e56efa491c88e05dbc3453a899c6690591bc68fb9214545
7
+ data.tar.gz: b93cc77e3996dafca81d0ef52de434332ef9b28675f9288e8d8a125fb48b1ae3b8b363ec8e4eaf3e3cc4182717b1e822b912e05c8b849f12199ea4f81ba344db
@@ -1,3 +1,6 @@
1
+ ## 3.0.4
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.0.3
2
5
  - Update gemspec summary
3
6
 
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012–2016 Elasticsearch <http://www.elastic.co>
1
+ Copyright (c) 2012-2018 Elasticsearch <http://www.elastic.co>
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License.
@@ -1,5 +1,6 @@
1
1
  :plugin: sqlite
2
2
  :type: input
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -121,4 +122,6 @@ The path to the sqlite database file.
121
122
 
122
123
 
123
124
  [id="plugins-{type}s-{plugin}-common-options"]
124
- include::{include_path}/{type}.asciidoc[]
125
+ include::{include_path}/{type}.asciidoc[]
126
+
127
+ :default_codec!:
@@ -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.3'
4
+ s.version = '3.0.4'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Creates events based on rows in 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.3
4
+ version: 3.0.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-07 00:00:00.000000000 Z
11
+ date: 2018-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement