logstash-filter-anonymize 3.0.5 → 3.0.6

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: 7450491e4a27425117956a8b343e4a7d62c63b1e
4
- data.tar.gz: 427aecf238df11e8e465f9a8527cdc61bca97be1
2
+ SHA256:
3
+ metadata.gz: 114c3af2a703d1e12fe97b113f3a4e9519f46da335a5560d6b48708e90b7f377
4
+ data.tar.gz: d9dc95b6c89d87691be1da30cca5660412734061b9f1527cabc800e8c742ad2e
5
5
  SHA512:
6
- metadata.gz: 601921ef3fc365d532bcc7086bc162facd2bd601aa6fffcf36e16d3d15cf54ae82fe8703446f108c7c852f4f9c6dff683daf5798d18cd7fe8609f0a8cd6cce3b
7
- data.tar.gz: 216540e3076e6dedee63673690c01ee8b0dfa3d6b1c4a1218358764063b6a0c087a133db7519d150f300c80d71b0210f4d6994ca036d10b354c67babf8956939
6
+ metadata.gz: f9d755dc4bee4be717d09a2289b757b86cca102ca4b85a4c00439b8245b79965b3dfff8d35d3e15166327877ecdaa017314045a2947405732b2d7ca6022ff4fd
7
+ data.tar.gz: '0094221016ef7a11c4ba9eb8f4b488dd765c8c85f44e038cef13a74ace8bece418f04fd0e8a5b5c33e55c6c8908033881157cda1ceae6544a0548f607e65508e'
@@ -1,3 +1,6 @@
1
+ ## 3.0.6
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.5
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-anonymize'
4
- s.version = '3.0.5'
4
+ s.version = '3.0.6'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "Anonymize fields using by replacing values with a consistent hash"
6
+ s.summary = "Replaces field values with a consistent hash"
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-anonymize
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.5
4
+ version: 3.0.6
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: []
@@ -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: Anonymize fields using by replacing values with a consistent hash
104
+ summary: Replaces field values with a consistent hash
103
105
  test_files:
104
106
  - spec/filters/anonymize_spec.rb