logstash-filter-translate 3.0.3 → 3.0.4

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: 5d4aef0808b80d4201b98c6829860792e2ec1a14
4
- data.tar.gz: bfa6434631226620391c42dc5ce66d5186562e2a
2
+ SHA256:
3
+ metadata.gz: 89b8f50e5b8c125eb357a4675e6f8ff2f85899111244f70f12c78748e25c3252
4
+ data.tar.gz: c7891499c846ec33ca21d8b7c5c24a16321c62c9c38952aed67ee0fb5aabf847
5
5
  SHA512:
6
- metadata.gz: cc5b93f2076a2215ae25c4cb3981f192be105c0382736d4d1d40ea462f169fda55ca1a614c63c13fcb998d0c1d3e360b73f4128e0903fa252dfb584f507d66d9
7
- data.tar.gz: ea2ba25ccb27daf5135ef6f0496c3860eed3fb8eaeacbd7fb39b20f070db89affc3bf5b163ceebc9404799e6a3f93ae3f009264976743a0d437ecd9eed368350
6
+ metadata.gz: c449a8bb6bdeb443264a551bfc87c41b099c5c659fc1c2ea120619cf65bc71a80d9c4c037737e238b724d121f6572454e5ed222fe95400cff4e037ea2d64042f
7
+ data.tar.gz: 20b05d693382032ee6718a57cce20e398c590cf3464bb713b86fd0192183e2026443c63896df20d43de53304f1e68eb11e6f59d21ad67f8d6b9f572766f296de
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.0.4
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.3
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-translate'
4
- s.version = '3.0.3'
4
+ s.version = '3.0.4'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "A general search and replace tool which uses a configured hash and/or a YAML file to determine replacement values."
6
+ s.summary = "Replaces field contents based on a hash or YAML file"
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-translate
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.3
4
+ version: 3.0.4
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: []
@@ -87,10 +89,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
89
  version: '0'
88
90
  requirements: []
89
91
  rubyforge_project:
90
- rubygems_version: 2.4.8
92
+ rubygems_version: 2.6.11
91
93
  signing_key:
92
94
  specification_version: 4
93
- summary: A general search and replace tool which uses a configured hash and/or a YAML file to determine replacement values.
95
+ summary: Replaces field contents based on a hash or YAML file
94
96
  test_files:
95
97
  - spec/filters/translate_spec.rb
96
98
  - spec/fixtures/dict-wrong.yml