logstash-filter-fingerprint 3.1.1 → 3.1.2

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: 38afa5034d1df32f7d6b1b15208202c04d4a1de7
4
- data.tar.gz: bdceb08719fd846cbfe6b82bfab4a57ba858ae6c
2
+ SHA256:
3
+ metadata.gz: b88d55df3b200279ae29824d36676c7da08dd4f06d34fef026c8cd7e584d578b
4
+ data.tar.gz: 9324a50bb0ad60b767acff100362fd282a180fcdf22fdce48d7db6b30c16ee1d
5
5
  SHA512:
6
- metadata.gz: 75e44348b0abc582ffad874105a5fe0f0467a1ee60047e2c03d22b4955f390cfd0bbc76a87b9541a928633da2535e25f1ae3a1053006b0bf1f82aa83921fed8c
7
- data.tar.gz: 16ab2a6e9e604e441c811054a98c1ea0a803232edef589d0ee9f856fb7b8c421c57331116c0dc53d84b648c2f4c36178b75df649d7b94cafcfe0e905586a6512
6
+ metadata.gz: 6cee3dfe92acf4397cacd95c7ffff68de1bb4583cd6483de3ed7c374f7ad3a8f696ca8f69b1beb3b96754ddd5a6e44f101bdaacb7bf46483db3a24b88f3ed10a
7
+ data.tar.gz: f88a06056b0e4f215cd03224d226af33737a33b94e80fa21c9b3b501e5e3820ff75d9f4757dc3349f8773ab318605981b8f092d812a0673f1f54d7d3e8efa7e1
@@ -1,3 +1,6 @@
1
+ ## 3.1.2
2
+ - Update gemspec summary
3
+
1
4
  ## 3.1.1
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-fingerprint'
4
- s.version = '3.1.1'
4
+ s.version = '3.1.2'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "Fingerprint fields using by replacing values with a consistent hash."
6
+ s.summary = "Fingerprints fields by replacing 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-fingerprint
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.1
4
+ version: 3.1.2
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: Fingerprint fields using by replacing values with a consistent hash.
104
+ summary: Fingerprints fields by replacing values with a consistent hash
103
105
  test_files:
104
106
  - spec/filters/fingerprint_spec.rb