logstash-codec-compress_spooler 2.0.5-java → 2.0.6-java

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
- SHA256:
3
- metadata.gz: 5e86db1e691c4ede63e18f698d253de72ef26a32aa655264121887bdb4905fe0
4
- data.tar.gz: a244ba2bdb7aa08013534652cb6fe569b27290506cb3a881ce5db1a2a2f110f1
2
+ SHA1:
3
+ metadata.gz: 25f62c75e105fdae1e09c20d20237b9285e9e1b0
4
+ data.tar.gz: 7d426d34b42288facc2384e5125266e3aa8c0f7b
5
5
  SHA512:
6
- metadata.gz: 24e9c421fab67c92ffc33f90b93fe214e6545b083fccf6453ebfbfa31253b2a23137cb6d21f00458bf79ff5b9190eb84c68e560a4c73dcd7c40da4257f8c7a02
7
- data.tar.gz: 0a25bb51dcfbac612cd99646edab34fa9ebec6c20b2e2ebb23a25aed22ffe1411d3b26b02f2d8bac706f4982c4ad7920f3ec24fd7ec1c527f066b351786e17d7
6
+ metadata.gz: 78448066ba720feb9eccc88fb336c721463305f14e1df476e2a055622209de14332b4da9fa2bdcbea2bdde2cea1accd3c9256f950ffdc849c95a1d825c160a1a
7
+ data.tar.gz: 072b8c4bac7172bbf3b3bdc722860a51ebba494c0df7d1f1a901b9f6e85b89a38de50f3e921c67017a7fb166f90d3ad1e05f3f60c787bea701d0a7fc32425ecb
@@ -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
@@ -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
  === Compress_spooler codec plugin
18
18
 
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-codec-compress_spooler'
4
- s.version = '2.0.5'
4
+ s.version = '2.0.6'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "codec that processes compressed spooled data"
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-codec-compress_spooler
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.5
4
+ version: 2.0.6
5
5
  platform: java
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
@@ -52,9 +52,7 @@ dependencies:
52
52
  - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
- description: This gem is a Logstash plugin required to be installed on top of the
56
- Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
57
- gem is not a stand-alone program
55
+ 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
58
56
  email: info@elastic.co
59
57
  executables: []
60
58
  extensions: []
@@ -92,7 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
90
  version: '0'
93
91
  requirements: []
94
92
  rubyforge_project:
95
- rubygems_version: 2.6.11
93
+ rubygems_version: 2.4.8
96
94
  signing_key:
97
95
  specification_version: 4
98
96
  summary: codec that processes compressed spooled data