logstash-filter-throttle 4.0.3 → 4.0.4

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: 43ab00f688c3ea33dc93327d8d1fa65bf31d66dc
4
- data.tar.gz: 9582106a64e3d35f56b382bf590df0e575d959c5
2
+ SHA256:
3
+ metadata.gz: 38dd15ac54b8b6529da85c1af8d77a5e8ecfa093740129ecd29117a830a22001
4
+ data.tar.gz: c4bbfa15b353c898f07a5f63de98311d778059d52598f64a4911884bb14dc702
5
5
  SHA512:
6
- metadata.gz: 5ece67ed00eb891779ecbb50eb493c8016beb561d0282ec62df1cbce07d098941ac9eb05a8139ed523a7ae2a103049304442b95ab6c4bd512985f012a188ba67
7
- data.tar.gz: eda7b5d5a809899b425dcd2109852dbf74ce11f76942a9644ba60211e84d78bd80dfdfb0bc9aa15a133d5a8b15bfbab75e32f9d67b41e20f0cf3e276170fec46
6
+ metadata.gz: dfff1e7fed3b69616ee4c753d8e320b65f717c03163c693636cbd5da02db4c61b8834eaecea6b7009bbfe391471bf499b3217bb9c44f6e05c7b08de6805831fb
7
+ data.tar.gz: 8474e310c7504215981643521d4f358e8d01cbd8acc869c4a88d46ad9507bf00c8b50b1d3b77f66651f675c6dc90b6d7e14b3b4486cf36bbc563517eee303d7b
@@ -1,3 +1,6 @@
1
+ ## 4.0.4
2
+ - Update gemspec summary
3
+
1
4
  ## 4.0.3
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-throttle'
4
- s.version = '4.0.3'
4
+ s.version = '4.0.4'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "The throttle filter is for throttling the number of events received."
6
+ s.summary = "Throttles the number of 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-throttle
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.3
4
+ version: 4.0.4
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: []
@@ -110,9 +112,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
110
112
  version: '0'
111
113
  requirements: []
112
114
  rubyforge_project:
113
- rubygems_version: 2.4.8
115
+ rubygems_version: 2.6.11
114
116
  signing_key:
115
117
  specification_version: 4
116
- summary: The throttle filter is for throttling the number of events received.
118
+ summary: Throttles the number of events
117
119
  test_files:
118
120
  - spec/filters/throttle_spec.rb