logstash-filter-tld 3.0.2 → 3.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: 59317ae35881d7d72f594889835115253464dfeb
4
- data.tar.gz: b8e635882e0464791f98977af6ce45f5abf6d877
2
+ SHA256:
3
+ metadata.gz: 97f03ac51829418d84a7cf1f97a4ff6074543d255b82f10b10c310447af99eee
4
+ data.tar.gz: 5677bbc5dbafe8772ab4f06de3ff39406e8348051a8e2fc2255efcf0af9266fd
5
5
  SHA512:
6
- metadata.gz: bdddaf3386c96f29bc87b35f996348c4a9a02e19811a9269b0739a8c036ed96625f5278e4733a654d55ca95b108ab7f1d4b5c78c9338502a0bd81b2418b4a21e
7
- data.tar.gz: d68d3d533d596c1b8b5849b74db83889f36f6b9109ebb3f0904fe3579733d2344a2f7bfccdc22e834be437778881a701e3a9d4a6c1294f3524f25f25c955feb4
6
+ metadata.gz: 25c85ebe974ca0bb78927aef1bbe16e41384ed077035888318d1e6de77c984955f7e09b6aa489e83c2123076546443c89f4ba96cfc287c8bd729e0f7e2f7d520
7
+ data.tar.gz: 697260e9f62fd38cf308377d56bb088662a1e616462d982f025e0cee47d604518bc3f2cb0a30bf59737e2818ad91c7d0a2073e3b497118fde9da1d9145322a10
@@ -1,3 +1,6 @@
1
+ ## 3.0.3
2
+ - Update gemspec summary
3
+
1
4
  ## 3.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-tld'
3
- s.version = '3.0.2'
3
+ s.version = '3.0.3'
4
4
  s.licenses = ['Apache License (2.0)']
5
- s.summary = "This example filter replaces the contents of the message field with the specified value."
5
+ s.summary = "Replaces the contents of the default message field with whatever you specify in the configuration"
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-tld
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.2
4
+ version: 3.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
@@ -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: info@elastic.co
63
65
  executables: []
64
66
  extensions: []
@@ -97,9 +99,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
97
99
  version: '0'
98
100
  requirements: []
99
101
  rubyforge_project:
100
- rubygems_version: 2.4.8
102
+ rubygems_version: 2.6.11
101
103
  signing_key:
102
104
  specification_version: 4
103
- summary: This example filter replaces the contents of the message field with the specified value.
105
+ summary: Replaces the contents of the default message field with whatever you specify
106
+ in the configuration
104
107
  test_files:
105
108
  - spec/filters/tld_spec.rb