logstash-filter-jdbc_static 1.0.0 → 1.0.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
2
  SHA256:
3
- metadata.gz: f5052dc6f6f29b7919706257f1f72df70243ef4c8ab3e8c9995fc5fff8603156
4
- data.tar.gz: 4ea4e75413cecd1bf5dbb44ac954810ab7369001448f9d23eaefe29631b0fd00
3
+ metadata.gz: 8681b569e6ff81fb018ccf16871f107b86e5fdc38e85ca1eda2c9ae7eda9d8f9
4
+ data.tar.gz: 9abb21b39fbb60ef8061aca3a499f952a71f0495b3ab97537ac0e03710193472
5
5
  SHA512:
6
- metadata.gz: '086d5fd949f32b807b78562e36ecefd1952464775e81be53bd81cd4a11f612df65043defdc6368107368f21d196ce19de307cd4a2bd05ef6110ab46c131a857c'
7
- data.tar.gz: 0b27db6ac28a7a9b831fe3a5e7369b3a4dbf69ca220fd5e33c968b372d7d7e69a6054d7668919ad06070ec02b9b902cdba3d09da6f8c58eb5eddd6c8e1f7ff51
6
+ metadata.gz: 3fb8a0bd92dd07d12761d5c93a273f4f83fc2daba452dec952689a68f8666955e7bdafde0d844c1c099addab158a37528071154a3c747ea2065c33edff0075f9
7
+ data.tar.gz: f3dd08adcf3b581828c433d5ac4e170fd843d493b65447cf8be95c5374bfd3640549691dd27c8c1db776a6aba48e96cdb4aba9e97ad273ce00e235ef4e90f1a5
@@ -1,2 +1,5 @@
1
+ ## 1.0.1
2
+ - Docs: Edit documentation
3
+
1
4
  ## 1.0.0
2
5
  - Initial commit
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-filter-jdbc_static'
3
- s.version = '1.0.0'
3
+ s.version = '1.0.1'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "This filter executes a SQL query to fetch a SQL query result, store it locally then use a second SQL query to update an event."
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"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-filter-jdbc_static
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-11 00:00:00.000000000 Z
11
+ date: 2018-03-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement