logstash-filter-elapsed 4.0.2 → 4.0.3

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
2
  SHA1:
3
- metadata.gz: 43e924f29e3b509fea49ef12c4531b121261f39a
4
- data.tar.gz: 4264b3f6734b7348557956407327fc6d6dd2cb50
3
+ metadata.gz: 100ecd1a1ae80f18a19d865757906d97d759ff45
4
+ data.tar.gz: b21674f387f8da63b414ed3d4ffdf5d644d147fe
5
5
  SHA512:
6
- metadata.gz: 1c53920e39bb270d975dc066b2f58f273f909f83aa6b18ff2000215593750644fcfa16bc226b1c7ecc704d46e9ba6d6a0b58bdac39689dfc8332a64966fa0197
7
- data.tar.gz: 5199b7a5f0d6b619219823b3978fd8e534b558e8236c53096d22cec9d9a79d8c04709f139cdae6a2d443eb14de1413926476defdac7614a9690fb3c48b3ba5c7
6
+ metadata.gz: 62b4f93d97602fa23c1e55502a45226763aea50a96dbcfdcd0d1cef60675864b6a10e75ecdd0156fbe01d0df0986209300f161e2be657770b47511bc2dd84013
7
+ data.tar.gz: 2865d3bb4dc030ba7955a0e7faee92a1820b4fcfe4a9cc080ed9855b01d532a5bc8e2e2b6dbec0589ae87d1c571691178a39c30dabd5bc71211131c8739fd087
@@ -1,3 +1,6 @@
1
+ ## 4.0.3
2
+ - Fix some documentation issues
3
+
1
4
  # 4.0.1
2
5
  - Docs: Fix docgen issues by removing extraneous comments
3
6
 
@@ -12,7 +12,7 @@ START - GENERATED VARIABLES, DO NOT EDIT!
12
12
  END - GENERATED VARIABLES, DO NOT EDIT!
13
13
  ///////////////////////////////////////////
14
14
 
15
- [id="plugins-{type}-{plugin}"]
15
+ [id="plugins-{type}s-{plugin}"]
16
16
 
17
17
  === Elapsed filter plugin
18
18
 
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-filter-elapsed'
4
- s.version = '4.0.2'
4
+ s.version = '4.0.3'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "This filter tracks a pair of start/end events and calculates the elapsed time between them."
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"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-filter-elapsed
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.2
4
+ version: 4.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-23 00:00:00.000000000 Z
11
+ date: 2017-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement