logstash-codec-multiline 3.0.7 → 3.0.8

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: 1fdb27a261ba7e3f5902743004f20927aaa5077e
4
- data.tar.gz: d287cbd02be189cb033d1ee90866496a5b5e6410
2
+ SHA256:
3
+ metadata.gz: ce5eacc37c90338676c9d681731e33fb1d2ae99ea8dbd3d9fcd17350d83f4f89
4
+ data.tar.gz: 50b12c373336b39dedf6e4ff6cd25138d139ea391a77740d144831fd6c9d8722
5
5
  SHA512:
6
- metadata.gz: f66058cbfcbced92832cdda9bbf6f4bc47bfccfa122c9a58387a73bee0b463246642198290fe6055580d63dc5cdc53d6d4155f1a0fcac9159a82b2eef0f7cb46
7
- data.tar.gz: 917e9fb03e33bdc4e3fdb694a73cde8814a1ba8785a97c80e1cdbabcb0157f081f0724d42a49887662be0a3b21ce2814641b5456c4784637debf51f8105b562c
6
+ metadata.gz: 890d170c54db76d0780121e30f0be89ea2bcc8888c3b070e8dfb0cdfab5e1eab2e67112ac2707e6705d21cc8d8c23c809ae6ac15157fae48c83ec46146ac73c5
7
+ data.tar.gz: 80b458246ecef45b03b13c62247f551baea4244fec6f1ba62caf0c4b869e31c80fa117029daa60a5f5ce8f4b0b5fffbb17a790633351c7e975df459c9035d53b
@@ -1,3 +1,6 @@
1
+ ## 3.0.8
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.7
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-multiline'
4
- s.version = '3.0.7'
4
+ s.version = '3.0.8'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "The multiline codec will collapse multiline messages and merge them into a single event."
6
+ s.summary = "Merges multiline messages into a single event"
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-codec-multiline
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.7
4
+ version: 3.0.8
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
@@ -72,7 +72,9 @@ dependencies:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
- 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
75
+ description: This gem is a Logstash plugin required to be installed on top of the
76
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
77
+ gem is not a stand-alone program
76
78
  email: info@elastic.co
77
79
  executables: []
78
80
  extensions: []
@@ -116,10 +118,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
116
118
  version: '0'
117
119
  requirements: []
118
120
  rubyforge_project:
119
- rubygems_version: 2.4.8
121
+ rubygems_version: 2.6.11
120
122
  signing_key:
121
123
  specification_version: 4
122
- summary: The multiline codec will collapse multiline messages and merge them into a single event.
124
+ summary: Merges multiline messages into a single event
123
125
  test_files:
124
126
  - spec/codecs/auto_flush_spec.rb
125
127
  - spec/codecs/identity_map_codec_spec.rb