logstash-input-jdbc 4.3.0 → 4.3.1

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: 23a5c2c6b744d78dbfe02dbeed5849c13682990c
4
- data.tar.gz: ddcc30f19579b97f5fc3720ade23460eed65aa61
2
+ SHA256:
3
+ metadata.gz: c6e3311aea8fc892c6630483444ee3c03c5ee1b02d55dca8db4ddb648cfecc89
4
+ data.tar.gz: 69ad000d130f1336961c816800925fc227ed53c0abecbb89d4c01ea918b9541d
5
5
  SHA512:
6
- metadata.gz: 04f46de1c612553e4fb4be725168eda9d43c0ecd12800d03745aef7cda3ac244f2621e631bdd812fbad0b27b5fc1b408b95f3b6bcfdd3ee14f6c2ad60e2bc1e3
7
- data.tar.gz: 888454f2452849be6445f5241db822ee95b3a82424160c5c5a8d127b5380b5fd5555352ed1958dec2615ea756834a48a3940618e094f2f702000e43e9bc4db0a
6
+ metadata.gz: 1a1a9572a873e8b51e2700d51d70e76f56c7b77e4546d8a5bc17c21db7d0bf318291dc149c213f6088fb6c49f5d671e0036d22cad19ceb1f18eab92def13767a
7
+ data.tar.gz: 728fc81b1034c9d21a4d6c9a4e27930c6d64b421a6c36ee896b78f6391c848826cdbb6dbc6235d7a17abc0270f93efca211cd216590db999144996e7ac8e1975
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 4.3.1
2
+ - Update gemspec summary
3
+
1
4
  ## 4.3.0
2
5
  - [#147](https://github.com/logstash-plugins/logstash-input-jdbc/issues/147) Open and close connection for each query
3
6
 
@@ -1,8 +1,8 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-input-jdbc'
3
- s.version = '4.3.0'
3
+ s.version = '4.3.1'
4
4
  s.licenses = ['Apache License (2.0)']
5
- s.summary = "This example input streams a string at a definable interval."
5
+ s.summary = "Creates events from JDBC data"
6
6
  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"
7
7
  s.authors = ["Elastic"]
8
8
  s.email = 'info@elastic.co'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-jdbc
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.3.0
4
+ version: 4.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-10-27 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
@@ -156,7 +156,9 @@ dependencies:
156
156
  - - ">="
157
157
  - !ruby/object:Gem::Version
158
158
  version: '0'
159
- 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
159
+ description: This gem is a Logstash plugin required to be installed on top of the
160
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
161
+ gem is not a stand-alone program
160
162
  email: info@elastic.co
161
163
  executables: []
162
164
  extensions: []
@@ -194,9 +196,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
194
196
  version: '0'
195
197
  requirements: []
196
198
  rubyforge_project:
197
- rubygems_version: 2.4.8
199
+ rubygems_version: 2.6.11
198
200
  signing_key:
199
201
  specification_version: 4
200
- summary: This example input streams a string at a definable interval.
202
+ summary: Creates events from JDBC data
201
203
  test_files:
202
204
  - spec/inputs/jdbc_spec.rb