logstash-filter-de_dot 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: 8eb49a79402af946e20790e31a9d9f7038b8163b
4
- data.tar.gz: 8c49cba479bff49979a0f1adca4b8e057965883d
2
+ SHA256:
3
+ metadata.gz: 0cf3cf1e8afcb7d2c7576c2ae37bfb2b4d7023f44abb343e74665662a9c03d06
4
+ data.tar.gz: c506771dbdf8c88e83e6bcf4dd281512faebf37d79c9fc92dbea6e8f32e3a569
5
5
  SHA512:
6
- metadata.gz: 050c2119d68fef7abc5d0a0cebbb16b2f8af603ee277cc0f9021c6ad0b6aff98025f67a2e00a7f7cb83528b15b00cf556c64df77cfd9294c102cba8bfacc11a9
7
- data.tar.gz: 523b3d3dfa35945843cfcfd7cbf808837210ba827b297e28c8997f3e8f1d7bb2009b5b2002fe02aabcb9235db15df406dfe55c4785a244347f111fae8e2376b2
6
+ metadata.gz: 7c6b8d0446ed1bdcc02498054bff807e95faa7658cb58d79f82c1b37fb28c073de0a9092b2e79c808176c7b365477490fd52a295c561194cdeff3f49985b8b87
7
+ data.tar.gz: fdbf76bf8f5205eb47e0c173c5ee5c35ebfc4a9e4a3da286e924facdeb8b11967258ce9ed95b60b3dc7c0704ba2de6ebea97e8c18c0ace264e87fe33451f7e3a
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-de_dot'
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 removes dots from field names and replaces them with a different separator."
5
+ s.summary = "Computationally expensive filter that removes dots from a field name"
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"
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-de_dot
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
@@ -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: []
@@ -84,10 +86,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
84
86
  version: '0'
85
87
  requirements: []
86
88
  rubyforge_project:
87
- rubygems_version: 2.4.8
89
+ rubygems_version: 2.6.11
88
90
  signing_key:
89
91
  specification_version: 4
90
- summary: This filter removes dots from field names and replaces them with a different separator.
92
+ summary: Computationally expensive filter that removes dots from a field name
91
93
  test_files:
92
94
  - spec/filters/de_dot_spec.rb
93
95
  - spec/spec_helper.rb