logstash-filter-unique 2.0.5 → 2.0.6

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
2
  SHA1:
3
- metadata.gz: 35655f5a00fbb6a9fe6998110482befd4e55c4ca
4
- data.tar.gz: 8e59e067c224d5ed9962127575dd5d34eb1690fa
3
+ metadata.gz: 2b6a8ec28e7337f1d097c5ff99bdf166989a5997
4
+ data.tar.gz: 039cc3647436dd6e756d983158accb9210b1ae34
5
5
  SHA512:
6
- metadata.gz: 45b32ea195cc1b9a9aaee8101693af430eb6281d3cda811d1f89f6a06461aa95aeb162404e14cbcab2d4d1e91ea3cd703e6b3ae5cd1db1987fa6dda6c3a317e7
7
- data.tar.gz: d660561154ebd7618d19979bfc1a186beea958d564a5e3cbea8e3647544ba512a8cbc7ba60e1ecec3b0d3951df5f0234310ae384f932488301790e01839d689b
6
+ metadata.gz: e4afa925560fc1636c501d86868221fea9f240745a77119e4d43b1c43f7077e5ba98874d39ee76602909a338c04bbabf783be09f32c24f811e0d50ddc42d0023
7
+ data.tar.gz: 8f10c9de7d2d87b53ed0619b5128df23df6c9c6c5d5f147de60f4084907abab40daee17748ef30b787a3528a62245ddf56d2ebfc9a6d44aaca6694103c36d60b
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 2.0.6
2
+ - Fix some documentation issues
3
+
1
4
  # 2.0.4
2
5
  - Depend on logstash-core-plugin-api instead of logstash-core, removing the need to mass update plugins on major releases of logstash
3
6
  # 2.0.3
data/docs/index.asciidoc CHANGED
@@ -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
  === Unique filter plugin
18
18
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-filter-unique'
3
- s.version = '2.0.5'
3
+ s.version = '2.0.6'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "This filter gets the list of unique elements out of an array"
6
6
  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-unique
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.5
4
+ version: 2.0.6
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