logstash-filter-drop 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: e59736804e5f5f1872099bed8620352ca11375c3
4
- data.tar.gz: e29a9b945c8f1d86fd9e29c2d6bac88ac4ca4fba
2
+ SHA256:
3
+ metadata.gz: e418d840b6cbc2d1ec0c27b01a00a99960aad8418b00b3c36b57cee2ad556489
4
+ data.tar.gz: 407b40793dd8660cb99ceab20b40e17eb6b554cff216027f2be9fdab598452b4
5
5
  SHA512:
6
- metadata.gz: 52dbda2f2146a01ee2635cd8beabcd5f234fc20e99d2a82a2c682ee6b39374311883f23c2f7801f51f446d3548817a91dcc3ab9ed94130ac4c8a670add1de55d
7
- data.tar.gz: dc7b344d368c441ef7631bae668a66c30065c2aba50c24a68472a9303d15b9cd61e589b9fda3edc940a283a3938394d904ed109e3c10e81ee704cb7dc0e0287f
6
+ metadata.gz: c3b3799b9c8ed025b1dcf1e81bc79786a839457c1ce022526ef89f8b161adfef0be24d12815ca223ebc12f43396038819aacdf6099894ecdbdf7050d96c02ca3
7
+ data.tar.gz: e1ca286e0a6d93be7ed4c90ad40f5b7409303d2488e9bc1efbfbe6633242c3678dc2d58bbf4b0d12464ba077db3e5ff4e21a0ff17240bca53c2d41a7a511d250
@@ -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-drop'
4
- s.version = '3.0.4'
4
+ s.version = '3.0.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "Drops everything that gets to this filter."
6
+ s.summary = "Drops all 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-drop
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: []
@@ -82,9 +84,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
82
84
  version: '0'
83
85
  requirements: []
84
86
  rubyforge_project:
85
- rubygems_version: 2.4.8
87
+ rubygems_version: 2.6.11
86
88
  signing_key:
87
89
  specification_version: 4
88
- summary: Drops everything that gets to this filter.
90
+ summary: Drops all events
89
91
  test_files:
90
92
  - spec/filters/drop_spec.rb