logstash-filter-i18n 3.0.2-java → 3.0.3-java

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 8a87414573f4d986cca1b7700091cc71c59bae30
4
- data.tar.gz: 36565f51d68547eac1f06c2b717480ffbef2a34e
2
+ SHA256:
3
+ metadata.gz: b7cac0bdb1bf1cbe6841f6f837943d7400676631844e412337f904f1d4cd76ce
4
+ data.tar.gz: 02b915e3feb4c7177d838f4deeb115b3a7d6fdd6e774d434eaa7035823a568d1
5
5
  SHA512:
6
- metadata.gz: 9ab4c9d9b8aa805ab40474142f755937ed8e0bbfae2d00f4b627c37e6b9a00752478fa50197b5403aee3af8b481b45cfeb7cd001297eee6c81bf9c5193f95993
7
- data.tar.gz: f23dad9bdbc5e96cce17e81132315c11cb9fb224cfe6486acc70ce617e5ff5aa3203a39e058172e513ee9c48759e2be1092440b85159c1ba93bea9e03424aeda
6
+ metadata.gz: 4de19babd04b1eae572d3cca3dd7ce97a650ec8333e35a9333b817937cef5a6b595ca98a9ad2715c8749ee3c38057c11f414119d615bffa1fb08c33e8705aef7
7
+ data.tar.gz: 669cdcb5cdf627d2f4984c8fc644a5dc26e3db4e078cc6fa5373c01a5c5dc08c73549ad25db12ac2671ef0d252a248d4b7ec2fc8f14f8337d9f328f8391c9b96
data/CHANGELOG.md CHANGED
@@ -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,10 +1,10 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-filter-i18n'
4
- s.version = '3.0.2'
4
+ s.version = '3.0.3'
5
5
  s.platform = 'java'
6
6
  s.licenses = ['Apache-2.0']
7
- s.summary = "The i18n filter allows you to remove special characters from a field"
7
+ s.summary = "Removes special characters from a field"
8
8
  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"
9
9
  s.authors = ["Elastic"]
10
10
  s.email = 'info@elastic.co'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-filter-i18n
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.2
4
+ version: 3.0.3
5
5
  platform: java
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: []
@@ -96,9 +98,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
96
98
  version: '0'
97
99
  requirements: []
98
100
  rubyforge_project:
99
- rubygems_version: 2.4.8
101
+ rubygems_version: 2.6.11
100
102
  signing_key:
101
103
  specification_version: 4
102
- summary: The i18n filter allows you to remove special characters from a field
104
+ summary: Removes special characters from a field
103
105
  test_files:
104
106
  - spec/filters/i18n_spec.rb