logstash-filter-split 3.1.4 → 3.1.5

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: 33dbc5588bc166afa6ef1199afea73f4c644c2c7
4
- data.tar.gz: f0d2a96d3759dc1a809c2126d2beda353f9acd94
2
+ SHA256:
3
+ metadata.gz: 29a01452d65bba4ce51adbba5fea3d14eff88b9b0d14b08f1ffd2d2c61eff16d
4
+ data.tar.gz: df9330c9bcb183569b3635c4afa68009f7cb3b5c1f5206e3e1a229d350a318b3
5
5
  SHA512:
6
- metadata.gz: 62e72d2b827b66aafc64e659ac6fb834ddfa4b96a7b9e054c81d3ea700407ec6a8347c54ba73046a555fddf62fd7991a617c3d9e89df0fe2db264af4a01474cf
7
- data.tar.gz: ab463ad21a49dcc8bbfd5b9b9e6d4c679b0efb238ed87b9fb5832d025c6620542dd4f330c8903a6751cf834718323252d974a918a48e22abbf649224620cf2bc
6
+ metadata.gz: a65762e0566040d07fd33e30864b7801b6331021ac2d75ab9cdce9d9f7675067b87ce3b015f350a94151ea96266cfe7481df881f8bb28679e94ed682fbc85163
7
+ data.tar.gz: d0fa3d98bcb2f086dd3e1ac10e0b622d91cb7050cdf17ffc2f491091d28df0ab3ff50a82af81e37451a53906f9d397cf093abd7347ac3b026798971a2491ce8f
@@ -1,3 +1,6 @@
1
+ ## 3.1.5
2
+ - Update gemspec summary
3
+
1
4
  ## 3.1.4
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-filter-split'
4
- s.version = '3.1.4'
4
+ s.version = '3.1.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "The split filter is for splitting multiline messages into separate events."
6
+ s.summary = "Splits multi-line messages into distinct events"
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-filter-split
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.4
4
+ version: 3.1.5
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
@@ -44,7 +44,9 @@ dependencies:
44
44
  - - ">="
45
45
  - !ruby/object:Gem::Version
46
46
  version: '0'
47
- 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
47
+ description: This gem is a Logstash plugin required to be installed on top of the
48
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
49
+ gem is not a stand-alone program
48
50
  email: info@elastic.co
49
51
  executables: []
50
52
  extensions: []
@@ -82,9 +84,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
82
84
  version: '0'
83
85
  requirements: []
84
86
  rubyforge_project:
85
- rubygems_version: 2.4.8
87
+ rubygems_version: 2.6.11
86
88
  signing_key:
87
89
  specification_version: 4
88
- summary: The split filter is for splitting multiline messages into separate events.
90
+ summary: Splits multi-line messages into distinct events
89
91
  test_files:
90
92
  - spec/filters/split_spec.rb