logstash-filter-uuid 3.0.4 → 3.0.5

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: 2d88107acef2e5ce9822b80d878dfe36616b0aac
4
- data.tar.gz: 040cfbd47d7ca890aa94e31bff6966138cdb0a49
2
+ SHA256:
3
+ metadata.gz: b94503c2ba6518fcde1cd46b780d3c0b9871c4e99a4ca37d4e7e6b69f5e4c9fd
4
+ data.tar.gz: 71d8bcb71d28a2c6c5e2e1285c232c7c261dc1be9324f0a6c548a0ecdddfe69c
5
5
  SHA512:
6
- metadata.gz: 659dbdf8e06636b6d2e6147e6133325db41fd52c85bb7792c551678be7ac60ef59760272e591f3d355775117dd5107c356c352dc75898c726972cd5a51f53414
7
- data.tar.gz: dbbecdf88af090972ca541d6d5000ae2be853664758fc2733584d3af74f3ce20bb8e998cdcdbfa8f64dba64deccc6e65744b3a3d7b65418edb27d48a8fed02f1
6
+ metadata.gz: 731a69842f481cf218ab2f577269fe76af00436dbd283db87fcd67e501fc9375c2942b37930c20d19cd8833b26689caba434097bf58be42846392cd046a554e8
7
+ data.tar.gz: f35ca8144f1d5b98b4505910997e112c19b2230931924523b5aff1ceabdc38e5a36a67d2065566057ec31bf3954e4ea6a55bae6a2c906a253e1571a7d80ab9da
@@ -1,3 +1,6 @@
1
+ ## 3.0.5
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.4
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-uuid'
4
- s.version = '3.0.4'
4
+ s.version = '3.0.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "The uuid filter allows you to add a UUID field to messages."
6
+ s.summary = "Adds a UUID to events"
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-uuid
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.4
4
+ version: 3.0.5
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,10 @@ 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 uuid filter allows you to add a UUID field to messages.
91
+ summary: Adds a UUID to events
90
92
  test_files:
91
93
  - spec/filters/uuid_spec.rb
92
94
  - spec/spec_helper.rb