logstash-codec-es_bulk 3.0.5 → 3.0.6

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: 67a93c67a93e76fc845fe81ff50120e6cadb1ba8
4
- data.tar.gz: d2df0ca80708f249e6966044318f89eb42643372
2
+ SHA256:
3
+ metadata.gz: 8eca5e6fbca38f511fbf75647c8c40e5cb099f13a80a1ecb69dac7f87fa5afa1
4
+ data.tar.gz: eeb6e69fad0693e878dfa0a8d03bffff1cf9e3e7a1a47ce7ca5dbd62dff6d014
5
5
  SHA512:
6
- metadata.gz: 2a2fbd8c3d640a5486f77919db8f8587f34ca6eb9108e9ae769111bacefeb4627674b44d56ef2212cea8d2a54ed1d7ab89ccbf6dae1e9d93271e7a7d162e348d
7
- data.tar.gz: d696208339938f5d3530a783dfb33c587de78444dce662b25c95ebb974afa3f80124324aa41469a73bfa15cef48bec7c692e2a16e4f4c57707098892c4cdad96
6
+ metadata.gz: b828b4db7d22cc1e1d7d35cd162a62225a138c46f827a18f281b2d1f6ad64425ef762dc7dbc2ceafb8bed2f94ddeab2bb88a6708894e3d9a5a5c26debf214e75
7
+ data.tar.gz: c33a50fd1e26913bbbd86330b896f60e2323bdbfc9ff87301f546d2c1e625444dcab34c4ece36ef9126495450e5b1203700967a4d6c13b0f1da6fca2d56e67c1
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.0.6
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.5
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-codec-es_bulk'
4
- s.version = '3.0.5'
4
+ s.version = '3.0.6'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "This codec decodes messages received in the Elasticsearch bulk format"
6
+ s.summary = "Reads the Elasticsearch bulk format into separate events, along with metadata"
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 = 'aaron.mildenstein@elastic.co'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-codec-es_bulk
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.5
4
+ version: 3.0.6
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
@@ -58,7 +58,9 @@ dependencies:
58
58
  - - ">="
59
59
  - !ruby/object:Gem::Version
60
60
  version: '0'
61
- 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
61
+ description: This gem is a Logstash plugin required to be installed on top of the
62
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
63
+ gem is not a stand-alone program
62
64
  email: aaron.mildenstein@elastic.co
63
65
  executables: []
64
66
  extensions: []
@@ -96,9 +98,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
96
98
  version: '0'
97
99
  requirements: []
98
100
  rubyforge_project:
99
- rubygems_version: 2.4.8
101
+ rubygems_version: 2.6.11
100
102
  signing_key:
101
103
  specification_version: 4
102
- summary: This codec decodes messages received in the Elasticsearch bulk format
104
+ summary: Reads the Elasticsearch bulk format into separate events, along with metadata
103
105
  test_files:
104
106
  - spec/codecs/es_bulk_spec.rb