logstash-input-sqlite 3.0.2 → 3.0.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
- SHA1:
3
- metadata.gz: 63a79a33655da4e29d097745b295e83cfa62a822
4
- data.tar.gz: 73dbba6275b70c56ba749aed1bae2ba56143f8b7
2
+ SHA256:
3
+ metadata.gz: 67dd614cf40fb940b47667a391d6866cd3a2b3ba6eec4fa3bb7a70df392dc837
4
+ data.tar.gz: 26cc4f643aa4ab4ca3561cb3cff7260a449f49a45947cb468045845463a1ec45
5
5
  SHA512:
6
- metadata.gz: a3d848a12a551a0a384630657aabc3439b441c8fef641c4c4e154b122f27ebec94035ba71f97aae164f71c571204b0cb5630396250b868f0526dbc0c4d9e777a
7
- data.tar.gz: 1b11e1ade709e20f5d99e896ac30a06f293c6a037deeb3757061f0158de229774d9e12202024f5eb28c881a93bf5ae77e7043244a554fec72bc058c5b7faa797
6
+ metadata.gz: 3f2293722316127771b74d92272f65142a28b30a1361eadaa9c889d19dda1fb59081d24c45390b7d6919c026b78a71ac6a1080d18c92469b40d4ecbc99377db2
7
+ data.tar.gz: be13eaa182eae332329477e7447c1234d73ba32a3390568c04b5058111bd14d23e44ede21f62d82a5025d7b98651abf4d4b9ecf90310732eab8bccf49e3fccb0
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.0.3
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.2
2
5
  - Fix some documentation issues
3
6
 
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-sqlite'
4
- s.version = '3.0.2'
4
+ s.version = '3.0.3'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "Read rows from an sqlite database."
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"
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-sqlite
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.2
4
+ version: 3.0.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-08-16 00:00:00.000000000 Z
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
@@ -86,7 +86,9 @@ dependencies:
86
86
  - - ">="
87
87
  - !ruby/object:Gem::Version
88
88
  version: '0'
89
- 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
89
+ description: This gem is a Logstash plugin required to be installed on top of the
90
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
91
+ gem is not a stand-alone program
90
92
  email: info@elastic.co
91
93
  executables: []
92
94
  extensions: []
@@ -124,9 +126,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
124
126
  version: '0'
125
127
  requirements: []
126
128
  rubyforge_project:
127
- rubygems_version: 2.4.8
129
+ rubygems_version: 2.6.11
128
130
  signing_key:
129
131
  specification_version: 4
130
- summary: Read rows from an sqlite database.
132
+ summary: Creates events based on rows in an SQLite database
131
133
  test_files:
132
134
  - spec/inputs/sqlite_spec.rb