logstash-filter-alter 3.0.2 → 3.0.3

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: 39f87729406af858e07c48a246a0cbdf4f067fc2
4
- data.tar.gz: 77b4291ed8eb0feaae0d7606a18d16930e88c112
2
+ SHA256:
3
+ metadata.gz: d939157efe188231826c098a6123d4eb2c8272f3b4acd074ec17096e5b63847c
4
+ data.tar.gz: f78903dd55b4b7ea4c9426209875b070dee2287a56c5733bf2bf3b11ddb46916
5
5
  SHA512:
6
- metadata.gz: b31570e23019d3172ef0176b2bbc79ed7b34a1db30e3823d2f4731781b250f43a4f8368351ccbc9e4ea3a691f595638093a98ab7646bc2fabb10b7243b589285
7
- data.tar.gz: 6b26c719efab443c10a102b7464414c0d25e36e43e2710382f0051a536532ded0408e8af579b597e442fd04571017f82547a813e500da6a840e06d697e6a1b85
6
+ metadata.gz: f9825de337e3d337c92ac21a797c8b2497fb3bed3aed08c1589613c6fb869cdce1c534cba519c614e9a03a8ace09b0aeb07ed1cfd15dc2178a34e3e691b9bf38
7
+ data.tar.gz: 737521f0177c220da7b6fe7784b2b9b3c7fa4a330586509c99d41b119df8d429a5a11fa32251d5e99772a749b26b578f82747a37df3986ed6e146e1493d640c1
@@ -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,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-filter-alter'
4
- s.version = '3.0.2'
4
+ s.version = '3.0.3'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "The alter filter allows you to do general alterations to fields that are not included in the normal mutate filter"
6
+ s.summary = "Performs general alterations to fields that the `mutate` filter does not handle"
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-alter
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
@@ -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: []
@@ -83,10 +85,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
85
  version: '0'
84
86
  requirements: []
85
87
  rubyforge_project:
86
- rubygems_version: 2.4.8
88
+ rubygems_version: 2.6.11
87
89
  signing_key:
88
90
  specification_version: 4
89
- summary: The alter filter allows you to do general alterations to fields that are not included in the normal mutate filter
91
+ summary: Performs general alterations to fields that the `mutate` filter does not
92
+ handle
90
93
  test_files:
91
94
  - spec/filters/alter_spec.rb
92
95
  - spec/spec_helper.rb