logstash-filter-mutate 3.1.6 → 3.1.7

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: 7f4dbb2508c959252efe206070cc2f7659bb8cd0
4
- data.tar.gz: d0d99777d185e2cb9ba89c6faf3f6e20cc140887
2
+ SHA256:
3
+ metadata.gz: 31804753a2488261d11a0771fa0eab2e956b261d4d7268cc38fe6861bbde25cd
4
+ data.tar.gz: 94a5e236050fd73f8a40e8808941b33bb21446de4473a7c34ed88bd234c90a29
5
5
  SHA512:
6
- metadata.gz: c84f4a118164949680800aa0f1db6f50fd2e9134a8a57b0139915199968232faf88427284892bc8e960b22da62f1b34ddde4c90b2107d723614a556db38da4fd
7
- data.tar.gz: 874e6355ed730cbbe3aca61af8cff6d7ad9cdb3c9040353fa9e6bebb44619aeed12c8a11d860bf1b9ef563b14bb731d45a0ab01dfa60d7ade21adc07cd20f813
6
+ metadata.gz: 1ef82046c5de8c0332bd615641f80bfd1f9b990872cf09a17a64ba06e1c9a17e31e95535ea72467d01fd0e500c3b2363d9718882ab0a71e89b2969b9fc73a956
7
+ data.tar.gz: 466e5bf30f31db88f2f39a939b6ceaa8318a8280ff84fc98058d72ffab018b1bc285e6d6592c4acd0a902ca9e9823be0abb03334d893055d12052ded9b840ece
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.1.7
2
+ - Update gemspec summary
3
+
1
4
  ## 3.1.6
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-mutate'
4
- s.version = '3.1.6'
4
+ s.version = '3.1.7'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "The mutate filter allows you to perform general mutations on fields. You can rename, remove, replace, and modify fields in your events."
6
+ s.summary = "Performs mutations on fields"
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-mutate
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.6
4
+ version: 3.1.7
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
@@ -72,7 +72,9 @@ dependencies:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
- 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
75
+ description: This gem is a Logstash plugin required to be installed on top of the
76
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
77
+ gem is not a stand-alone program
76
78
  email: info@elastic.co
77
79
  executables: []
78
80
  extensions: []
@@ -111,10 +113,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
111
113
  version: '0'
112
114
  requirements: []
113
115
  rubyforge_project:
114
- rubygems_version: 2.4.8
116
+ rubygems_version: 2.6.11
115
117
  signing_key:
116
118
  specification_version: 4
117
- summary: The mutate filter allows you to perform general mutations on fields. You can rename, remove, replace, and modify fields in your events.
119
+ summary: Performs mutations on fields
118
120
  test_files:
119
121
  - spec/filters/integration/multi_stage_spec.rb
120
122
  - spec/filters/mutate_spec.rb