logstash-codec-cloudfront 3.0.1 → 3.0.2

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: e486a2c5be5c0dc956d37e1505f6cb21b08fe408901a14deb4a8541eedbd4144
4
- data.tar.gz: 179514dd1d25bdf1bacda073fdac91fa33eb37b14337f3182b97d78760995d94
2
+ SHA1:
3
+ metadata.gz: 9154d3313158b4ee4b15d1061b017c43c5acb15e
4
+ data.tar.gz: be31b77cb80f5c6d4d82416e5207b4aa909c6616
5
5
  SHA512:
6
- metadata.gz: bf011421c8baaec735da3b0b4c7ecdd0f6aa04c104124ee86db54db4faf8279ac2bf1a63c166b366e9b73ee303e8dd6f25ac27f92db988632bf5ed8e79cb76ab
7
- data.tar.gz: d5ac87f9d81b61a7be5033f3f23a735296adad3635bf1b09a19ca34485ded5e13e246c8f80b52100b7862f88a72c621b137b01e33f1b7518729600bd8f964d31
6
+ metadata.gz: 781b5b86e9f51e1aea59b8b5d388e92ce1ecd0b3faadd329136e1a7e3e2ec56886e12d57e5f187d898ca68bc5277f016596cea3406b08c95c6947195a6fc4eb4
7
+ data.tar.gz: 79808b0699d403a9fd47bb65693727e07a17d4e7d7c9622b5f400f6262ec465c2342aa8c559655f6406733f5b78d085b66383141d731747c3d05ab9774bd2e42
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.0.2
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
  === Cloudfront codec plugin
18
18
 
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-codec-cloudfront'
4
- s.version = '3.0.1'
4
+ s.version = '3.0.2'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "This codec may be used to decode (via inputs) cloudfront gziped files"
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-cloudfront
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.0.2
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
@@ -58,9 +58,7 @@ dependencies:
58
58
  - - ">="
59
59
  - !ruby/object:Gem::Version
60
60
  version: '0'
61
- description: This gem is a Logstash plugin required to be installed on top of the
62
- Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
63
- gem is not a stand-alone program
61
+ 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
64
62
  email: info@elastic.co
65
63
  executables: []
66
64
  extensions: []
@@ -98,7 +96,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
98
96
  version: '0'
99
97
  requirements: []
100
98
  rubyforge_project:
101
- rubygems_version: 2.6.11
99
+ rubygems_version: 2.4.8
102
100
  signing_key:
103
101
  specification_version: 4
104
102
  summary: This codec may be used to decode (via inputs) cloudfront gziped files