logstash-filter-jdbc_streaming 1.0.2 → 1.0.3

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
- SHA1:
3
- metadata.gz: ba13dc67f9dec4bac1bdd24b53e1ade244a4b2ea
4
- data.tar.gz: c685d5c00ba9bddd609a3ae0ac7e75f7b6eb6dcf
2
+ SHA256:
3
+ metadata.gz: 2e58c4a625113ca4fd3bd6805e413bcb8545607ed0feb7d17df9073f69da5e67
4
+ data.tar.gz: 2c3119c76e1ce1f1736711c7e3fc883aa6487739f6428a21673ebca3b25c3d51
5
5
  SHA512:
6
- metadata.gz: f444e6fe39361b76f44c4624d6004dbef47401a9e30a3810b3cf177d0c594c544228e698281cd9e0fdcfd1c56e2c787587a52ba6dbd29d89d5688a7d8530a550
7
- data.tar.gz: 4fc0af0d1dc8525c136429d5952cb64e9e7599b008860aa926904220c6bb5bc985acce0cd957c6f8f5e4c989e9d7e7807b86511945e122cc66299c58993df87b
6
+ metadata.gz: 52f47f2bd9efbce56cddec08280107ac597f7b99e1dca5006295286f739df7c891036776f9d0685875d2c710fc78d10ff66517789e55657b7a7512db9ecb4900
7
+ data.tar.gz: 242bc6c99d36b0d4d8e07610f104cefd42cab9c151bb64e44e85a174a589d1b055e3451b47ab6dca4ec64110d803296c0f7be98ce81fd08331cc40d12d1d1f28
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 1.0.3
2
+ - Update gemspec summary
3
+
1
4
  ## 1.0.2
2
5
  - Fix some documentation issues
3
6
 
@@ -1,8 +1,8 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-filter-jdbc_streaming'
3
- s.version = '1.0.2'
3
+ s.version = '1.0.3'
4
4
  s.licenses = ['Apache License (2.0)']
5
- s.summary = "This filter executes a SQL query and store the result set in the event."
5
+ s.summary = "Enrich events with your database 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/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-filter-jdbc_streaming
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.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-15 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
@@ -100,7 +100,9 @@ dependencies:
100
100
  - - ">="
101
101
  - !ruby/object:Gem::Version
102
102
  version: '0'
103
- description: This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program
103
+ description: This gem is a logstash plugin required to be installed on top of the
104
+ Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not
105
+ a stand-alone program
104
106
  email: info@elastic.co
105
107
  executables: []
106
108
  extensions: []
@@ -138,10 +140,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
138
140
  version: '0'
139
141
  requirements: []
140
142
  rubyforge_project:
141
- rubygems_version: 2.4.8
143
+ rubygems_version: 2.6.11
142
144
  signing_key:
143
145
  specification_version: 4
144
- summary: This filter executes a SQL query and store the result set in the event.
146
+ summary: Enrich events with your database data
145
147
  test_files:
146
148
  - spec/filters/jdbc_streaming_spec.rb
147
149
  - spec/integration/jdbcstreaming_spec.rb